From 8df2c3d457a840d60d8fb03183988f0cb325f132 Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Tue, 26 Nov 2024 11:06:59 +0100 Subject: [PATCH] adjust chain id on solidity test chain --- tests/solidity/init-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/solidity/init-node.sh b/tests/solidity/init-node.sh index a3b56cb..e7ed0ff 100755 --- a/tests/solidity/init-node.sh +++ b/tests/solidity/init-node.sh @@ -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