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',