Skip to content

Commit

Permalink
added cronos config (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Jan 16, 2025
1 parent d8a6f74 commit 3e53778
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/chains_config_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,19 @@
"interval": 5000,
"blockConfirmation": 12,
"maxBlockRange": 5000
},
{
"chainId": 100000010,
"name": "Cronos zkEVM",
"debridgeAddr": "0xa706DaF168865b0b334ef8Ca2418F5AAC55a4b16",
"firstStartBlock": 1042707,
"providers": [
{
"provider": "https://mainnet.zkevm.cronos.org"
}
],
"interval": 5000,
"blockConfirmation": 12,
"maxBlockRange": 1000
}
]

0 comments on commit 3e53778

Please sign in to comment.