File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44// Run npm run gen-types to generate this file from archives.
55//
66
7- export type KnownArchivesSubstrate = "acala" | "aleph-zero" | "aleph-zero-testnet" | "altair" | "amplitude" | "astar" | "bajun" | "basilisk" | "bifrost" | "bifrost-polkadot" | "bitcountry-pioneer" | "calamari" | "centrifuge" | "cere" | "clover" | "collectives" | "composable-finance" | "crab" | "crust" | "darwinia" | "efinity" | "elysium" | "elysium-testnet" | "equilibrium" | "foucoco" | "frequency" | "frequency-testnet" | "gear-testnet" | "gmordie" | "hashed" | "heiko" | "hydradx" | "integritee-network" | "interlay" | "invarch-tinkernet" | "joystream" | "kabocha" | "karura" | "khala" | "kilt" | "kintsugi" | "kusama" | "kylin" | "litentry" | "litmus" | "manta" | "moonbase" | "moonbeam" | "moonriver" | "myriad" | "myriad-testnet" | "opal" | "origin-trail" | "pangolin" | "parallel" | "peaq" | "pendulum" | "phala" | "picasso" | "polkadex" | "polkadot" | "quartz" | "reef" | "reef-testnet" | "robonomics" | "rococo" | "shibuya" | "shiden" | "sora" | "sora-testnet" | "statemine" | "statemint" | "subsocial-parachain" | "subsocial" | "t0rn" | "tanganika" | "ternoa" | "tidechain" | "turing" | "unique" | "vara" | "xx-network" | "zeitgeist" ;
8- export type KnownArchivesEVM = "arbitrum" | "arbitrum-goerli" | "arbitrum-nova" | "astar" | "avalanche" | "base-goerli" | "binance" | "binance-testnet" | "boba- eth" | "boba-moonbeam " | "eth -mainnet" | "exosama " | "fantom " | "goerli " | "mantle- testnet" | "moonbase" | "moonbeam" | "moonriver" | "optimism-mainnet" | "polygon" | "polygon-mumbai" | "scroll-alpha- testnet" | "sepolia" | "skale-calypso " | "skale-calypso-staging " | "skale-nebula " | "skale-nebula-staging " | "zksync " | "zksync-testnet " ;
7+ export type KnownArchivesSubstrate = "acala" | "aleph-zero" | "aleph-zero-testnet" | "altair" | "amplitude" | "astar" | "bajun" | "basilisk" | "bifrost" | "bifrost-polkadot" | "bitcountry-pioneer" | "calamari" | "centrifuge" | "cere" | "clover" | "collectives" | "composable-finance" | "crab" | "crust" | "darwinia" | "eden" | "elysium" | "elysium-testnet" | "enjin-matrix" | "equilibrium" | "foucoco" | "frequency" | "frequency-testnet" | "gear-testnet" | "gmordie" | "hashed" | "heiko" | "hydradx" | "integritee-network" | "interlay" | "invarch-tinkernet" | "joystream" | "kabocha" | "karura" | "khala" | "kilt" | "kintsugi" | "kusama" | "kylin" | "litentry" | "litmus" | "manta" | "moonbase" | "moonbeam" | "moonriver" | "moonsama" | "myriad" | "myriad-testnet" | "origin-trail" | "pangolin" | "pangoro" | "parallel" | "peaq" | "pendulum" | "phala" | "picasso" | "polkadex" | "polkadot" | "reef" | "reef-testnet" | "robonomics" | "rococo" | "shibuya" | "shiden" | "sora" | "sora-testnet" | "statemine" | "statemint" | "subsocial-parachain" | "subsocial" | "t0rn" | "tanganika" | "ternoa" | "tidechain" | "turing" | "vara" | "westend-collectives" | "xx-network" | "zeitgeist" ;
8+ export type KnownArchivesEVM = "arbitrum" | "arbitrum-goerli" | "arbitrum-nova" | "astar" | "avalanche" | "avalanche-testnet" | " base-mainnet" | "base- goerli" | "binance" | "binance-testnet" | "eth-mainnet" | " eth-goerli " | "exosama" | "fantom" | "fantom-testnet " | "flare -mainnet" | "gnosis-mainnet " | "linea-mainnet " | "mantle-mainnet " | "metis-mainnet" | "mineplex- testnet" | "moonbase" | "moonbeam" | "moonriver" | "moonsama" | "neon-mainnet" | " optimism-mainnet" | "optimism-goerli" | " polygon" | "polygon-mumbai" | "polygon-zkevm" | "polygon-zkevm- testnet" | "sepolia" | "shibuya-testnet " | "shiden-mainnet " | "zksync-mainnet " | "zksync-testnet " | "zora-mainnet " | "zora-goerli " ;
99export type KnownArchives = KnownArchivesSubstrate | KnownArchivesEVM ;
1010
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export interface LookupOptionsSubstrate {
3333 /**
3434 * Archive release
3535 */
36- release ?: 'FireSquid'
36+ release ?: 'FireSquid' | 'ArrowSquid'
3737}
3838
3939export interface LookupOptionsEVM {
You can’t perform that action at this time.
0 commit comments