Skip to content

Commit 2627cf2

Browse files
committed
fix: Updated env templates
1 parent 20ef9e2 commit 2627cf2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

env-full

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ IPFS_GATEWAY_URI=
66
DEVELOP_IPFS_URI=
77
DEVELOP_URI=
88
DEVELOP_WS_URI=
9+
DEVELOP_AVALANCHE_URI=
10+
DEVELOP_AVALANCHE_WS_URI=
911
STAKING_EFFICIENCY_INDEXER_URI=
1012
STAKING_EFFICIENCY_ALT_INDEXER_URI=
1113
ETHERSCAN_API_KEY=

env-min

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ DEVELOP_MNEMONIC="myth like bonus scare over problem client lizard pioneer submi
44
IPFS_URI="https://ipfs.dsla.network"
55
IPFS_GATEWAY_URI="https://ipfs.dsla.network"
66
DEVELOP_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"
79
DEVELOP_URI="http://localhost:8545"
810
DEVELOP_WS_URI="ws://localhost:8545"
911
INFURA_PROJECT_ID="test"

0 commit comments

Comments
 (0)