export declare const changenowProxySupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "ARBITRUM", "AVALANCHE", "OPTIMISM", "FANTOM", "PULSECHAIN", "BASE", "ZK_SYNC"]; export type ChangenowProxySupportedBlockchain = (typeof changenowProxySupportedBlockchains)[number];