|
@@ -1,9 +1,16 @@
|
|
|
# Gnosis testnet read only env
|
|
# Gnosis testnet read only env
|
|
|
# Rename to .env to use with truffle migrations
|
|
# Rename to .env to use with truffle migrations
|
|
|
|
|
|
|
|
|
|
+RPC_URL=https://rpc.chiadochain.net
|
|
|
|
|
+
|
|
|
# Wormhole Core Migrations
|
|
# Wormhole Core Migrations
|
|
|
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
|
|
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
|
|
|
INIT_CHAIN_ID=25
|
|
INIT_CHAIN_ID=25
|
|
|
INIT_GOV_CHAIN_ID=0x1
|
|
INIT_GOV_CHAIN_ID=0x1
|
|
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
|
-INIT_EVM_CHAIN_ID=77
|
|
|
|
|
|
|
+
|
|
|
|
|
+# Chiado
|
|
|
|
|
+INIT_EVM_CHAIN_ID=10200
|
|
|
|
|
+
|
|
|
|
|
+# Sokol is deprecated as of 6/2024.
|
|
|
|
|
+#INIT_EVM_CHAIN_ID=77
|