Skip to content

Commit

Permalink
ci(gas-info): handling timeout for linea and mantle (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
re1ro authored May 11, 2024
1 parent eaa1ae7 commit f571344
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,8 @@
},
"confirmations": 4,
"finality": "400",
"approxFinalityWaitTime": 30
"approxFinalityWaitTime": 30,
"timeout": 120000
},
"scroll": {
"name": "Scroll",
Expand Down Expand Up @@ -1889,9 +1890,6 @@
"rpc": "https://rpc.sepolia.mantle.xyz",
"tokenSymbol": "MNT",
"confirmations": 2,
"gasOptions": {
"gasLimit": 50000000000
},
"onchainGasEstimate": {
"l1ChainName": "ethereum",
"gasEstimationType": 2,
Expand Down

0 comments on commit f571344

Please sign in to comment.