Skip to content

Commit

Permalink
added Crossfi to chains_config_default.json (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Jan 6, 2025
1 parent 0d8ad9f commit d8a6f74
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 @@ -218,5 +218,19 @@
"interval": 5000,
"blockConfirmation": 24,
"maxBlockRange": 100
},
{
"chainId": 100000006,
"name": "Crossfi",
"debridgeAddr": "0x43dE2d77BF8027e25dBD179B491e8d64f38398aA",
"firstStartBlock": 961395,
"providers": [
{
"provider": "https://private-rpc.mainnet.ms/debridge/bea863cd-f4ec-43a7-ad41-0db2b57f011d"
}
],
"interval": 5000,
"blockConfirmation": 12,
"maxBlockRange": 5000
}
]

0 comments on commit d8a6f74

Please sign in to comment.