Skip to content

Commit

Permalink
adjust chain id on solidity test chain
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Nov 26, 2024
1 parent 4471ed6 commit 8df2c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/solidity/init-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# TODO: remove this script and just use the local node script for it, add flag to start node in given directory

CHAINID="${CHAIN_ID:-evmos_9000-1}"
CHAINID="${CHAIN_ID:-evmos_9002-1}"
MONIKER="localtestnet"
KEYRING="test" # remember to change to other types of keyring like 'file' in-case exposing to outside world, otherwise your balance will be wiped quickly. The keyring test does not require private key to steal tokens from you
KEYALGO="eth_secp256k1" #gitleaks:allow
Expand Down

0 comments on commit 8df2c3d

Please sign in to comment.