We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that the keys in evm-contract-map.json are contract addresses, with the chain ID being part of the value, e.g.
{ "0xc2132D05D31c914a87C6611C10748AEb04B58e8F": { "name": "Tether USD (PoS)", "logo": "usdt.png", "erc20": true, "symbol": "USDT", "decimals": 6, "coingeckoId": "tether", "chainId": "0x89" }, ... }
So I don't think it's possible to use the same contract address across multiple networks.
The text was updated successfully, but these errors were encountered:
nvonpentz
Successfully merging a pull request may close this issue.
I noticed that the keys in evm-contract-map.json are contract addresses, with the chain ID being part of the value, e.g.
So I don't think it's possible to use the same contract address across multiple networks.
The text was updated successfully, but these errors were encountered: