Skip to content

Commit

Permalink
acala/karura: update testnet environments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreclaro authored and evan-gray committed Jul 30, 2024
1 parent 6be0660 commit a80d307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ethereum/env/.env.acala.testnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Acala testnet env
# Rename to .env to use with truffle migrations

# Gas price generated with ./sh/acala-gas-prices.sh
FORGE_ARGS="--legacy --with-gas-price 213314634730"
RPC_URL=https://eth-rpc-acala-testnet.aca-staging.network
FORGE_ARGS="--legacy"

# Wormhole Core Migrations
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
Expand Down
7 changes: 3 additions & 4 deletions ethereum/env/.env.karura.testnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Karura testnet env. To use for forge deployment, do:
# ethereum$ ln -s env/.env.karura.testnet .env

# Gas price generated with ./sh/karura-gas-prices.sh
RPC_URL=https://eth-rpc-karura.aca-api.network/
FORGE_ARGS="--legacy --with-gas-price 214844572650"

RPC_URL=https://eth-rpc-karura-testnet.aca-staging.network
FORGE_ARGS="--legacy"

# Wormhole Core Migrations
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
INIT_CHAIN_ID=0xb
Expand Down

0 comments on commit a80d307

Please sign in to comment.