@sodax/types 1.5.3-beta → 1.5.4-beta
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { BaseSpokeChainInfo, ChainId, HubAsset, HubChainId, IntentRelayChainId, MoneyMarketConfig, SolverConfig, SpokeChainId, Token } from '../common/index.js';
|
|
2
|
-
export declare const CONFIG_VERSION =
|
|
2
|
+
export declare const CONFIG_VERSION = 39;
|
|
3
3
|
export declare const AVALANCHE_MAINNET_CHAIN_ID = "0xa86a.avax";
|
|
4
4
|
export declare const ARBITRUM_MAINNET_CHAIN_ID = "0xa4b1.arbitrum";
|
|
5
5
|
export declare const BASE_MAINNET_CHAIN_ID = "0x2105.base";
|
|
@@ -937,7 +937,7 @@ export declare const spokeChainConfig: {
|
|
|
937
937
|
};
|
|
938
938
|
readonly addresses: {
|
|
939
939
|
readonly assetManager: "0x348BE44F63A458be9C1b13D6fD8e99048F297Bc3";
|
|
940
|
-
readonly connection: "
|
|
940
|
+
readonly connection: "0xA143488cDc5B74B366231E6A4d5a55A2D9Dc8484";
|
|
941
941
|
};
|
|
942
942
|
readonly nativeToken: "0x0000000000000000000000000000000000000000";
|
|
943
943
|
readonly bnUSD: "0x8428FedC020737a5A2291F46cB1B80613eD71638";
|
|
@@ -6197,7 +6197,7 @@ export declare const defaultSodaxConfig: {
|
|
|
6197
6197
|
};
|
|
6198
6198
|
readonly addresses: {
|
|
6199
6199
|
readonly assetManager: "0x348BE44F63A458be9C1b13D6fD8e99048F297Bc3";
|
|
6200
|
-
readonly connection: "
|
|
6200
|
+
readonly connection: "0xA143488cDc5B74B366231E6A4d5a55A2D9Dc8484";
|
|
6201
6201
|
};
|
|
6202
6202
|
readonly nativeToken: "0x0000000000000000000000000000000000000000";
|
|
6203
6203
|
readonly bnUSD: "0x8428FedC020737a5A2291F46cB1B80613eD71638";
|
package/dist/constants/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const CONFIG_VERSION =
|
|
1
|
+
export const CONFIG_VERSION = 39; // Increment this when the config is updated
|
|
2
2
|
// chain ids (actual for evm chains), custom for other chains not having native ids
|
|
3
3
|
export const AVALANCHE_MAINNET_CHAIN_ID = '0xa86a.avax';
|
|
4
4
|
export const ARBITRUM_MAINNET_CHAIN_ID = '0xa4b1.arbitrum';
|
|
@@ -800,7 +800,7 @@ export const spokeChainConfig = {
|
|
|
800
800
|
chain: baseChainInfo[BSC_MAINNET_CHAIN_ID],
|
|
801
801
|
addresses: {
|
|
802
802
|
assetManager: '0x348BE44F63A458be9C1b13D6fD8e99048F297Bc3',
|
|
803
|
-
connection: '
|
|
803
|
+
connection: '0xA143488cDc5B74B366231E6A4d5a55A2D9Dc8484',
|
|
804
804
|
},
|
|
805
805
|
nativeToken: '0x0000000000000000000000000000000000000000',
|
|
806
806
|
bnUSD: '0x8428FedC020737a5A2291F46cB1B80613eD71638',
|
package/package.json
CHANGED