Skip to content

Commit

Permalink
feat: add flow to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf committed Aug 30, 2024
1 parent 31b2f67 commit e2a6b8b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,26 @@
"confirmations": 1,
"finality": "400",
"approxFinalityWaitTime": 30
},
"flow": {
"name": "Flow",
"id": "flow",
"axelarId": "flow",
"chainId": 545,
"rpc": "https://testnet.evm.nodes.onflow.org",
"tokenSymbol": "FLOW",
"contracts": {},
"explorer": {
"name": "Flowscan",
"url": "https://evm-testnet.flowscan.io/",
"api": "https://evm-testnet.flowscan.io/api"
},
"gasOptions": {
"gasLimit": 10000000
},
"confirmations": 1,
"finality": "finalized",
"approxFinalityWaitTime": 1
}
},
"stellar": {
Expand Down

0 comments on commit e2a6b8b

Please sign in to comment.