Skip to content

Commit

Permalink
Up Arbitrum gas-limit cap
Browse files Browse the repository at this point in the history
  • Loading branch information
AllTradesz committed May 8, 2023
1 parent b668dbd commit a9f1202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const chains = {
blockTime: 2.8,
blockExplorer: 'https://arbiscan.com',
gas: {
limit: Number(process.env.ARBITRUM_GAS_LIMIT) || 2.33e6,
limit: Number(process.env.ARBITRUM_GAS_LIMIT) || 3e6,
price: Number(process.env.ARBITRUM_GAS_PRICE) || 1e8,
priceOverride: Number(process.env.ARBITRUM_GAS_PRICE_OVERRIDE),
priceCap: Number(process.env.ARBITRUM_GAS_PRICE_CAP),
Expand Down
3 changes: 2 additions & 1 deletion data/stratsExtendedProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
"id": "sushi-arb-weth-gohm",
"suppressCallRwrdCheck": true
},{
},
{
"id": "balancer-sd-maticx",
"suppressCallRwrdCheck": true
},
Expand Down

0 comments on commit a9f1202

Please sign in to comment.