@sodax/types 1.0.1-beta-rc1 → 1.0.1-beta-rc2
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 { ChainId, HubAsset, HubChainId, IntentRelayChainId, MoneyMarketConfig, SolverConfig, SpokeChainId, Token } from '../common/index.js';
|
|
2
|
-
export declare const CONFIG_VERSION =
|
|
2
|
+
export declare const CONFIG_VERSION = 11;
|
|
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";
|
package/dist/constants/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const CONFIG_VERSION =
|
|
1
|
+
export const CONFIG_VERSION = 11; // 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';
|
package/package.json
CHANGED