Skip to content

Commit

Permalink
custom peaq values
Browse files Browse the repository at this point in the history
  • Loading branch information
stgLamps committed Jan 2, 2025
1 parent 3a4ebbb commit 7c1d530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/stg-definitions-v2/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7c1d530

Please sign in to comment.