Skip to content

Commit

Permalink
feat: add destination gas limit to config
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Aug 6, 2024
1 parent 1f605c2 commit 4e8e6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions everclear.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
}
},
"97": {
"gasLimit": 120000000,
"providers": [
"https://data-seed-prebsc-1-s1.bnbchain.org:8545"
],
Expand Down
4 changes: 3 additions & 1 deletion everclear.testnet.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"subgraphUrls": [
"https://api.studio.thegraph.com/query/60851/everclear-hub-scroll-sepolia/version/latest",
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-scroll-sepolia/staging-v0.0.7/gn"
]
],
"gasLimit": 10000000
},
"chains": {
"11155111": {
Expand Down Expand Up @@ -50,6 +51,7 @@
}
},
"97": {
"gasLimit": 120000000,
"providers": [
"https://data-seed-prebsc-1-s1.bnbchain.org:8545"
],
Expand Down

0 comments on commit 4e8e6e7

Please sign in to comment.