From 4e8e6e7027364a71ca822e48f415bc0763def78d Mon Sep 17 00:00:00 2001 From: Layne Haber Date: Mon, 5 Aug 2024 20:29:17 -0600 Subject: [PATCH] feat: add destination gas limit to config --- everclear.testnet.json | 1 + everclear.testnet.staging.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/everclear.testnet.json b/everclear.testnet.json index cec9677..1bea455 100644 --- a/everclear.testnet.json +++ b/everclear.testnet.json @@ -48,6 +48,7 @@ } }, "97": { + "gasLimit": 120000000, "providers": [ "https://data-seed-prebsc-1-s1.bnbchain.org:8545" ], diff --git a/everclear.testnet.staging.json b/everclear.testnet.staging.json index f5db515..d3791b9 100644 --- a/everclear.testnet.staging.json +++ b/everclear.testnet.staging.json @@ -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": { @@ -50,6 +51,7 @@ } }, "97": { + "gasLimit": 120000000, "providers": [ "https://data-seed-prebsc-1-s1.bnbchain.org:8545" ],