|
@@ -0,0 +1,13 @@
|
|
|
|
|
+# Sei EVM testnet read only env. Use to deploy the core contract with forge.
|
|
|
|
|
+
|
|
|
|
|
+# ethereum$ ln -s env/.env.seievm.testnet .env
|
|
|
|
|
+
|
|
|
|
|
+RPC_URL="https://evm-rpc-arctic-1.sei-apis.com/"
|
|
|
|
|
+FORGE_ARGS="--legacy --with-gas-price 3000000000" # 3 gwei
|
|
|
|
|
+
|
|
|
|
|
+# Wormhole Core
|
|
|
|
|
+INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"]
|
|
|
|
|
+INIT_CHAIN_ID=40
|
|
|
|
|
+INIT_GOV_CHAIN_ID=0x1
|
|
|
|
|
+INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
|
|
|
+INIT_EVM_CHAIN_ID=713715
|