File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ IPFS_GATEWAY_URI=
66DEVELOP_IPFS_URI=
77DEVELOP_URI=
88DEVELOP_WS_URI=
9+ DEVELOP_AVALANCHE_URI=
10+ DEVELOP_AVALANCHE_WS_URI=
911STAKING_EFFICIENCY_INDEXER_URI=
1012STAKING_EFFICIENCY_ALT_INDEXER_URI=
1113ETHERSCAN_API_KEY=
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ DEVELOP_MNEMONIC="myth like bonus scare over problem client lizard pioneer submi
44IPFS_URI="https://ipfs.dsla.network"
55IPFS_GATEWAY_URI="https://ipfs.dsla.network"
66DEVELOP_IPFS_URI="http://host.docker.internal:8080"
7+ DEVELOP_AVALANCHE_URI="http://localhost:9650/ext/bc/C/rpc"
8+ DEVELOP_AVALANCHE_WS_URI="ws://localhost:9650/ext/bc/C/ws"
79DEVELOP_URI="http://localhost:8545"
810DEVELOP_WS_URI="ws://localhost:8545"
911INFURA_PROJECT_ID="test"
You can’t perform that action at this time.
0 commit comments