Skip to content

Commit

Permalink
fix: x1 execute gas
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng committed Jan 8, 2024
1 parent 3d9948c commit a0e7a92
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,19 @@
"icon": "x1",
"standard": "EIP3091"
}
]
],
"gasEstimates": {
"prepare": "2500000",
"fulfill": "2250000",
"cancel": "2250000",
"removeLiquidity": "2250000",
"prepareRouterContract": "2500000",
"fulfillRouterContract": "2250000",
"cancelRouterContract": "2250000",
"removeLiquidityRouterContract": "2250000",
"gasPriceFactor": "1000000000000000000",
"execute": "100000"
}
},
{
"name": "Local1337",
Expand Down

0 comments on commit a0e7a92

Please sign in to comment.