Configuration of Chain ID
See original GitHub issueDescribe the bug I am attempting to use safe contracts I have deployed on a private subnet on the avalanche network. I am able to successfully create a safe and send funds to it. However when I am attempting to interact with the safe (eg. add owner) I am getting the following error.
web3.exceptions.ValidationError: The transaction declared chain ID -1, but the connected node is on 335
There may be an obvious way to configure the chainID on the CLI that I am not seeing in the documentation, or something else is going on.
To Reproduce Steps to reproduce the behavior:
- Connect to a safe on subnet
- Load CLI Owner
- run add_owner [address]
Expected behavior I expected the transaction to be sent to the RPC
Additional context Our chain ID 335 is not a supported gnosis safe chain yet.
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Network and chain ID - GoQuorum - 22.7.0 - ConsenSys
An Ethereum network is run using a network ID and a chain ID. The network ID is a property of a peer, not...
Read more >Network ID and chain ID - Hyperledger Besu
Ethereum networks have two identifiers, a network ID and a chain ID. Although they often have the same value, they have different uses....
Read more >Chain Ids - Nethereum Documentation
The preconfigured chainIds can be found in Nethereum.Signer.Chain: To configure the chainId in geth, edit the genesis as follows (example configuration):. To ...
Read more >Chain Specification · OpenEthereum Documentation
"chainID" chain identifier, was introduced in EIP-155 to prevent replay attacks between the main ETH and ETC chains, which both have a networkID...
Read more >How do I configure the Chain ID of a new EOS Chain?
chain_id is a hash of the fields in genesis.json . Change any field to get a different id.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep just generated a new wallet for this and provided 1 JEWEL. (ETH)
Wallet Address: 0xF28576408412a1f0bAbE1BFbC8afC51F9b650B07 Safe Address: 0xEc358bd2e7d1Bfffd5B56d94eb5b506560cFc629 Private Key: 4b94863054d2e492f50795c16c4406ddba8c07d83d47de6bab2af5940812a3f7
Thanks to your support @MrFaun we found the issue and it’s fixed now on v0.3.1