@openzeppelin/defender-sdk-base-client
Advanced tools
Comparing version 1.15.2 to 2.0.0
export type Network = SupportedNetwork | TenantNetwork; | ||
export type SupportedNetwork = PublicNetwork | CustomNetwork; | ||
export type PublicNetwork = 'alfajores' | 'amoy' | 'arbitrum-nova' | 'arbitrum-sepolia' | 'arbitrum' | 'aurora' | 'auroratest' | 'avalanche' | 'base-sepolia' | 'base' | 'bsc' | 'bsctest' | 'celo' | 'fantom' | 'fantomtest' | 'fuji' | 'fuse' | 'hedera' | 'hederatest' | 'holesky' | 'japan-testnet' | 'japan' | 'linea-goerli' | 'linea-sepolia' | 'linea' | 'mainnet' | 'mantle-sepolia' | 'mantle' | 'matic-zkevm-testnet' | 'matic-zkevm' | 'matic' | 'meld-kanazawa' | 'meld' | 'moonbase' | 'moonbeam' | 'moonriver' | 'mumbai' | 'optimism-sepolia' | 'optimism' | 'scroll-sepolia' | 'scroll' | 'sepolia' | 'sokol' | 'unichain-sepolia' | 'xdai' | 'zksync-sepolia' | 'zksync'; | ||
export type PublicNetwork = 'alfajores' | 'amoy' | 'arbitrum-nova' | 'arbitrum-sepolia' | 'arbitrum' | 'aurora' | 'auroratest' | 'avalanche' | 'base-sepolia' | 'base' | 'bsc' | 'bsctest' | 'celo' | 'fantom' | 'fantomtest' | 'fuji' | 'fuse' | 'geist-mainnet' | 'geist-polter' | 'hedera' | 'hederatest' | 'holesky' | 'japan-testnet' | 'japan' | 'linea-goerli' | 'linea-sepolia' | 'linea' | 'mainnet' | 'mantle-sepolia' | 'mantle' | 'matic-zkevm-testnet' | 'matic-zkevm' | 'matic' | 'meld-kanazawa' | 'meld' | 'moonbase' | 'moonbeam' | 'moonriver' | 'mumbai' | 'optimism-sepolia' | 'optimism' | 'scroll-sepolia' | 'scroll' | 'sepolia' | 'sokol' | 'unichain-sepolia' | 'xdai' | 'zksync-sepolia' | 'zksync'; | ||
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance'; | ||
@@ -5,0 +5,0 @@ export type TenantNetwork = string; |
@@ -23,2 +23,4 @@ "use strict"; | ||
'fuse', | ||
'geist-mainnet', | ||
'geist-polter', | ||
'hedera', | ||
@@ -88,2 +90,4 @@ 'hederatest', | ||
'fuse': 122, | ||
'geist-mainnet': 63157, | ||
'geist-polter': 631571, | ||
'hedera': 295, | ||
@@ -90,0 +94,0 @@ 'hederatest': 296, |
{ | ||
"name": "@openzeppelin/defender-sdk-base-client", | ||
"version": "1.15.2", | ||
"version": "2.0.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75764
751