watcher-ts/packages/solidity-mapper/.env.example
Ashwin Phatak c9bf002675
Test decoder using hardhat RPC, geth-statediff RPC and ipld-eth-server GQL endpoints for fetching storage slots (#77)
* Implement test for getStorageValue with geth server.

* Wait for transaction to complete in tests.

* Implement tests with ipld-eth-client using graphql endpoint.

Co-authored-by: nikugogoi <95nikass@gmail.com>
2021-06-18 18:09:50 +05:30

4 lines
78 B
Plaintext

ETH_RPC_URL=http://127.0.0.1:8545
GQL_ENDPOINT=http://127.0.0.1:8083/graphql