@katanaperps/katana-perps-sdk 1.0.0-beta.5 → 1.0.0-beta.6
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/bridge/config.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare const BridgeConfig: {
|
|
|
69
69
|
readonly evmChainId: 1;
|
|
70
70
|
readonly layerZeroEndpointId: 30101;
|
|
71
71
|
readonly layerzeroOFTAddress: "0xb5bADA33542a05395d504a25885e02503A957Bb3";
|
|
72
|
-
readonly layerZeroVaultComposerSyncAddress: "
|
|
72
|
+
readonly layerZeroVaultComposerSyncAddress: "0x75B4cA53d62cd4274ACBce30487A74de87f0D661";
|
|
73
73
|
readonly tokenDecimals: 6;
|
|
74
74
|
readonly usdcAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
75
75
|
};
|
|
@@ -181,7 +181,7 @@ export declare const BridgeConfigByLayerZeroEndpointId: {
|
|
|
181
181
|
readonly evmChainId: 1;
|
|
182
182
|
readonly layerZeroEndpointId: 30101;
|
|
183
183
|
readonly layerzeroOFTAddress: "0xb5bADA33542a05395d504a25885e02503A957Bb3";
|
|
184
|
-
readonly layerZeroVaultComposerSyncAddress: "
|
|
184
|
+
readonly layerZeroVaultComposerSyncAddress: "0x75B4cA53d62cd4274ACBce30487A74de87f0D661";
|
|
185
185
|
readonly tokenDecimals: 6;
|
|
186
186
|
readonly usdcAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
187
187
|
};
|
|
@@ -232,7 +232,7 @@ export declare const BridgeConfigByLayerZeroEndpointId: {
|
|
|
232
232
|
readonly evmChainId: 1;
|
|
233
233
|
readonly layerZeroEndpointId: 30101;
|
|
234
234
|
readonly layerzeroOFTAddress: "0xb5bADA33542a05395d504a25885e02503A957Bb3";
|
|
235
|
-
readonly layerZeroVaultComposerSyncAddress: "
|
|
235
|
+
readonly layerZeroVaultComposerSyncAddress: "0x75B4cA53d62cd4274ACBce30487A74de87f0D661";
|
|
236
236
|
readonly tokenDecimals: 6;
|
|
237
237
|
readonly usdcAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
238
238
|
};
|
package/dist/bridge/config.js
CHANGED
|
@@ -92,7 +92,7 @@ exports.BridgeConfig = {
|
|
|
92
92
|
layerZeroEndpointId: 30101,
|
|
93
93
|
// vbUSDC OFTAdapter https://github.com/agglayer/vault-bridge/tree/main/broadcast#mainnet
|
|
94
94
|
layerzeroOFTAddress: '0xb5bADA33542a05395d504a25885e02503A957Bb3',
|
|
95
|
-
layerZeroVaultComposerSyncAddress: '
|
|
95
|
+
layerZeroVaultComposerSyncAddress: '0x75B4cA53d62cd4274ACBce30487A74de87f0D661',
|
|
96
96
|
// https://stargateprotocol.gitbook.io/stargate/v2-developer-docs/technical-reference/v2-supported-networks-and-assets#ethereum
|
|
97
97
|
tokenDecimals: 6,
|
|
98
98
|
usdcAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
|
package/dist/bridge/utils.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare function getBridgeTargetConfig<T extends BridgeTarget, S extends
|
|
|
90
90
|
readonly evmChainId: 1;
|
|
91
91
|
readonly layerZeroEndpointId: 30101;
|
|
92
92
|
readonly layerzeroOFTAddress: "0xb5bADA33542a05395d504a25885e02503A957Bb3";
|
|
93
|
-
readonly layerZeroVaultComposerSyncAddress: "
|
|
93
|
+
readonly layerZeroVaultComposerSyncAddress: "0x75B4cA53d62cd4274ACBce30487A74de87f0D661";
|
|
94
94
|
readonly tokenDecimals: 6;
|
|
95
95
|
readonly usdcAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
96
96
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@katanaperps/katana-perps-sdk",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.6",
|
|
4
4
|
"description": "Katana Perps SDK for Javascript in the browser and Node.js",
|
|
5
5
|
"repository": "git@github.com:katanaperps/katana-perps-sdk-js.git",
|
|
6
6
|
"license": "MIT",
|