🏅Hacker's Getting Started Resources
Quick-start resource if you are hacking and need to integrate with Cronos.
Last updated
Was this helpful?
Was this helpful?
{
"cronos_mainnet": {
"chainId": 25,
"url": "https://evm.cronos.com/",
"gasPrice": 5000000000000,
"blockExplorer": "https://explorer.cronos.com/",
"blockExplorerPrefix": "https://explorer.cronos.com/tx/"
},
"cronos_testnet": {
"chainId": 338,
"url": "https://evm-t3.cronos.com/",
"gasPrice": 5000000000000,
"blockExplorer": "https://explorer.cronos.com/testnet/",
"blockExplorerPrefix": "https://explorer.cronos.com/testnet/tx/"
},
}{
"cronos_mainnet": {
"id": 25,
"url": "https://evm.cronos.com/",
"maxPriorityFeePerGas": 5000000000,
"maxFeePerGas": 6000000000000,
"blockExplorer": "https://explorer.cronos.com/",
"blockExplorerPrefix": "https://explorer.cronos.com/tx/"
},
"cronos_testnet": {
"id": 338,
"url": "https://evm-t3.cronos.com/",
"maxPriorityFeePerGas": 5000000000,
"maxFeePerGas": 6000000000000,
"blockExplorer": "https://explorer.cronos.com/",
"blockExplorerPrefix": "https://explorer.cronos.com/tx/"
},
}