From 847a6f25c172118bee79b544869c68d69b10c598 Mon Sep 17 00:00:00 2001 From: Angus 0xLamps <135649375+stgLamps@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:28:31 +0100 Subject: [PATCH] Peaq bus gas (#250) Co-authored-by: lzLamps <135649375+lzLamps@users.noreply.github.com> --- .changeset/good-ligers-prove.md | 5 +++++ packages/stg-definitions-v2/src/constant.ts | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/good-ligers-prove.md diff --git a/.changeset/good-ligers-prove.md b/.changeset/good-ligers-prove.md new file mode 100644 index 00000000..c51cb78d --- /dev/null +++ b/.changeset/good-ligers-prove.md @@ -0,0 +1,5 @@ +--- +"@stargatefinance/stg-definitions-v2": patch +--- + +peaq custom gas diff --git a/packages/stg-definitions-v2/src/constant.ts b/packages/stg-definitions-v2/src/constant.ts index 64d6afde..1da7bd5c 100644 --- a/packages/stg-definitions-v2/src/constant.ts +++ b/packages/stg-definitions-v2/src/constant.ts @@ -1569,12 +1569,15 @@ export const NETWORKS: NetworksConfig = { ...DEFAULT_CREDIT_MESSAGING_NETWORK_CONFIG, requiredDVNs: [DVNS.NETHERMIND[EndpointId.PEAQ_V2_MAINNET], DVNS.STG[EndpointId.PEAQ_V2_MAINNET]], executor: EXECUTORS.LZ_LABS[EndpointId.PEAQ_V2_MAINNET], + sendCreditGasLimit: 80000n, }, tokenMessaging: { ...DEFAULT_TOKEN_MESSAGING_NETWORK_CONFIG, requiredDVNs: [DVNS.NETHERMIND[EndpointId.PEAQ_V2_MAINNET], DVNS.STG[EndpointId.PEAQ_V2_MAINNET]], executor: EXECUTORS.LZ_LABS[EndpointId.PEAQ_V2_MAINNET], nativeDropAmount: parseEther('0.01').toBigInt(), + busGasLimit: 60000n, + busRideGasLimit: 55000n, }, safeConfig: { safeAddress: '0xB2687F7F6290aBa4ED3290ffFF6cB2e1cc30686D',