Skip to content

Commit

Permalink
Peaq bus gas (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: lzLamps <135649375+lzLamps@users.noreply.github.com>
  • Loading branch information
stgLamps and stgLamps authored Jan 4, 2025
1 parent 3a4ebbb commit 847a6f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-ligers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stargatefinance/stg-definitions-v2": patch
---

peaq custom gas
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 847a6f2

Please sign in to comment.