export type ChainId = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 10001; export const CHAIN_ID_SOLANA: ChainId = 1; export const CHAIN_ID_ETH: ChainId = 2; export const CHAIN_ID_TERRA: ChainId = 3; export const CHAIN_ID_BSC: ChainId = 4; export const CHAIN_ID_POLYGON: ChainId = 5; export const CHAIN_ID_AVAX: ChainId = 6; export const CHAIN_ID_OASIS: ChainId = 7; export const CHAIN_ID_ALGORAND: ChainId = 8; export const CHAIN_ID_AURORA: ChainId = 9; export const CHAIN_ID_FANTOM: ChainId = 10; export const CHAIN_ID_KARURA: ChainId = 11; export const CHAIN_ID_ACALA: ChainId = 12; export const CHAIN_ID_KLAYTN: ChainId = 13; export const CHAIN_ID_ETHEREUM_ROPSTEN: ChainId = 10001; export const WSOL_ADDRESS = "So11111111111111111111111111111111111111112"; export const WSOL_DECIMALS = 9; export const MAX_VAA_DECIMALS = 8; export const TERRA_REDEEMED_CHECK_WALLET_ADDRESS = "terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v";