@stargatefinance/stg-definitions-v2 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5439,7 +5439,7 @@ var NETWORKS = {
|
|
|
5439
5439
|
},
|
|
5440
5440
|
tokenMessaging: {
|
|
5441
5441
|
...DEFAULT_TOKEN_MESSAGING_NETWORK_CONFIG,
|
|
5442
|
-
requiredDVNs: [DVNS.NETHERMIND[EndpointId.
|
|
5442
|
+
requiredDVNs: [DVNS.NETHERMIND[EndpointId.TAIKO_V2_MAINNET], DVNS.STG[EndpointId.TAIKO_V2_MAINNET]],
|
|
5443
5443
|
executor: EXECUTORS.LZ_LABS[EndpointId.TAIKO_V2_MAINNET],
|
|
5444
5444
|
nativeDropAmount: parseEther("0.0008").toBigInt()
|
|
5445
5445
|
},
|
|
@@ -5477,15 +5477,15 @@ var NETWORKS = {
|
|
|
5477
5477
|
safeAddress: "0xdC20E4cDf9C1bF75dF848D4e8F4E3B9B767840C8",
|
|
5478
5478
|
safeUrl: "https://xchain-tx.lzdevnet.org/",
|
|
5479
5479
|
contractNetworks: {
|
|
5480
|
-
[
|
|
5481
|
-
multiSendAddress: "
|
|
5482
|
-
multiSendCallOnlyAddress: "
|
|
5483
|
-
safeMasterCopyAddress: "
|
|
5484
|
-
safeProxyFactoryAddress: "
|
|
5485
|
-
fallbackHandlerAddress: "
|
|
5486
|
-
createCallAddress: "
|
|
5487
|
-
signMessageLibAddress: "
|
|
5488
|
-
simulateTxAccessorAddress: "
|
|
5480
|
+
[94524]: {
|
|
5481
|
+
multiSendAddress: "0xD7e873F871032f8F2B581F1A92fbfd7F5cC0DB87",
|
|
5482
|
+
multiSendCallOnlyAddress: "0x0a61F43687FB5389A191b60688A878D8c230518C",
|
|
5483
|
+
safeMasterCopyAddress: "0x7D3e29Fe34eA9f0f061ca1793698BB31227B539c",
|
|
5484
|
+
safeProxyFactoryAddress: "0xCe2a317b5E866fb4a88d2d1AD5b62791504e6294",
|
|
5485
|
+
fallbackHandlerAddress: "0x1808829ca983697d33CD2BaD30c1EaAF51a89E07",
|
|
5486
|
+
createCallAddress: "0xcaA28451125C3c355C8a5596C99B0360Cdd2F928",
|
|
5487
|
+
signMessageLibAddress: "0x298E98C8DeCa852438b2Df6Bc4bD05BC18D6E7D3",
|
|
5488
|
+
simulateTxAccessorAddress: "0xECeBABaaDe81E90524F64426FF76BBdD6683739C"
|
|
5489
5489
|
}
|
|
5490
5490
|
}
|
|
5491
5491
|
}
|