Skip to content

Commit

Permalink
add flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Aug 29, 2024
1 parent 31ed935 commit 56c7627
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions axelar-chains-config/info/stagenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,27 @@
"url": "https://sepolia.etherscan.io",
"api": "https://api-sepolia.etherscan.io/api"
}
},
"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
}
},
"axelar": {
Expand Down

0 comments on commit 56c7627

Please sign in to comment.