Skip to content

Commit

Permalink
Merge pull request #109 from connext/fix-linea-gas-limit
Browse files Browse the repository at this point in the history
fix: update linea mainnet gas limit
  • Loading branch information
wanglonghong authored Dec 1, 2023
2 parents 2d984e6 + 75e8b2b commit 0afaf4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2647,8 +2647,8 @@
"fulfillRouterContract": "2250000",
"cancelRouterContract": "2250000",
"removeLiquidityRouterContract": "2250000",
"gasPriceFactor": "1625000000000000000",
"execute": "2000000"
"gasPriceFactor": "1000000000000000000",
"execute": "400000"
}
},
{
Expand Down

0 comments on commit 0afaf4b

Please sign in to comment.