@wagmi/chains
Advanced tools
Comparing version 0.2.8 to 0.2.9-cjs
@@ -273,2 +273,32 @@ type Address = `0x${string}`; | ||
declare const baseGoerli: { | ||
readonly id: 84531; | ||
readonly network: "base-goerli"; | ||
readonly name: "Base Goerli"; | ||
readonly nativeCurrency: { | ||
readonly name: "Base Goerli"; | ||
readonly symbol: "ETH"; | ||
readonly decimals: 18; | ||
}; | ||
readonly rpcUrls: { | ||
readonly default: { | ||
readonly http: readonly ["https://goerli.base.org"]; | ||
}; | ||
readonly public: { | ||
readonly http: readonly ["https://goerli.base.org"]; | ||
}; | ||
}; | ||
readonly blockExplorers: { | ||
readonly etherscan: { | ||
readonly name: "Basescan"; | ||
readonly url: "https://goerli.basescan.org"; | ||
}; | ||
readonly default: { | ||
readonly name: "Basescan"; | ||
readonly url: "https://goerli.basescan.org"; | ||
}; | ||
}; | ||
readonly testnet: true; | ||
}; | ||
declare const bronos: { | ||
@@ -915,2 +945,33 @@ readonly id: 1039; | ||
declare const harmonyOne: { | ||
readonly id: 1666600000; | ||
readonly name: "Harmony One"; | ||
readonly network: "harmony"; | ||
readonly nativeCurrency: { | ||
readonly name: "Harmony"; | ||
readonly symbol: "ONE"; | ||
readonly decimals: 18; | ||
}; | ||
readonly rpcUrls: { | ||
readonly public: { | ||
readonly http: readonly ["https://rpc.ankr.com/harmony"]; | ||
}; | ||
readonly default: { | ||
readonly http: readonly ["https://rpc.ankr.com/harmony"]; | ||
}; | ||
}; | ||
readonly blockExplorers: { | ||
readonly default: { | ||
readonly name: "Harmony Explorer"; | ||
readonly url: "https://explorer.harmony.one"; | ||
}; | ||
}; | ||
readonly contracts: { | ||
readonly multicall3: { | ||
readonly address: "0xca11bde05977b3631167028862be2a173976ca11"; | ||
readonly blockCreated: 24185753; | ||
}; | ||
}; | ||
}; | ||
declare const localhost: { | ||
@@ -1354,2 +1415,28 @@ readonly id: 1337; | ||
declare const polygonZkEvmTestnet: { | ||
readonly id: 1422; | ||
readonly name: "Polygon zkEVM Testnet"; | ||
readonly network: "polygon-zkevm-testnet"; | ||
readonly nativeCurrency: { | ||
readonly name: "Ether"; | ||
readonly symbol: "ETH"; | ||
readonly decimals: 18; | ||
}; | ||
readonly rpcUrls: { | ||
readonly default: { | ||
readonly http: readonly ["https://rpc.public.zkevm-test.net"]; | ||
}; | ||
readonly public: { | ||
readonly http: readonly ["https://rpc.public.zkevm-test.net"]; | ||
}; | ||
}; | ||
readonly blockExplorers: { | ||
readonly default: { | ||
readonly name: "Blockscout"; | ||
readonly url: "https://explorer.public.zkevm-test.net"; | ||
}; | ||
}; | ||
readonly testnet: true; | ||
}; | ||
declare const sepolia: { | ||
@@ -1558,2 +1645,2 @@ readonly id: 11155111; | ||
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet }; | ||
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvmTestnet, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet }; |
@@ -170,2 +170,29 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/arbitrum.ts | ||
// src/baseGoerli.ts | ||
var baseGoerli = { | ||
id: 84531, | ||
network: "base-goerli", | ||
name: "Base Goerli", | ||
nativeCurrency: { name: "Base Goerli", symbol: "ETH", decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ["https://goerli.base.org"] | ||
}, | ||
public: { | ||
http: ["https://goerli.base.org"] | ||
} | ||
}, | ||
blockExplorers: { | ||
etherscan: { | ||
name: "Basescan", | ||
url: "https://goerli.basescan.org" | ||
}, | ||
default: { | ||
name: "Basescan", | ||
url: "https://goerli.basescan.org" | ||
} | ||
}, | ||
testnet: true | ||
}; | ||
// src/bronos.ts | ||
@@ -718,2 +745,27 @@ var bronos = { | ||
// src/harmonyOne.ts | ||
var harmonyOne = { | ||
id: 16666e5, | ||
name: "Harmony One", | ||
network: "harmony", | ||
nativeCurrency: { | ||
name: "Harmony", | ||
symbol: "ONE", | ||
decimals: 18 | ||
}, | ||
rpcUrls: { | ||
public: { http: ["https://rpc.ankr.com/harmony"] }, | ||
default: { http: ["https://rpc.ankr.com/harmony"] } | ||
}, | ||
blockExplorers: { | ||
default: { name: "Harmony Explorer", url: "https://explorer.harmony.one" } | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: "0xca11bde05977b3631167028862be2a173976ca11", | ||
blockCreated: 24185753 | ||
} | ||
} | ||
}; | ||
// src/localhost.ts | ||
@@ -1130,2 +1182,25 @@ var localhost = { | ||
// src/polygonZkEvmTestnet.ts | ||
var polygonZkEvmTestnet = { | ||
id: 1422, | ||
name: "Polygon zkEVM Testnet", | ||
network: "polygon-zkevm-testnet", | ||
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ["https://rpc.public.zkevm-test.net"] | ||
}, | ||
public: { | ||
http: ["https://rpc.public.zkevm-test.net"] | ||
} | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: "Blockscout", | ||
url: "https://explorer.public.zkevm-test.net" | ||
} | ||
}, | ||
testnet: true | ||
}; | ||
// src/sepolia.ts | ||
@@ -1364,2 +1439,5 @@ var sepolia = { | ||
exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.aurora = aurora; exports.auroraTestnet = auroraTestnet; exports.avalanche = avalanche; exports.avalancheFuji = avalancheFuji; exports.bronos = bronos; exports.bronosTestnet = bronosTestnet; exports.bsc = bsc; exports.bscTestnet = bscTestnet; exports.canto = canto; exports.celo = celo; exports.celoAlfajores = celoAlfajores; exports.crossbell = crossbell; exports.evmos = evmos; exports.evmosTestnet = evmosTestnet; exports.fantom = fantom; exports.fantomTestnet = fantomTestnet; exports.filecoin = filecoin; exports.filecoinCalibration = filecoinCalibration; exports.filecoinHyperspace = filecoinHyperspace; exports.foundry = foundry; exports.gnosis = gnosis; exports.gnosisChiado = gnosisChiado; exports.goerli = goerli; exports.hardhat = hardhat; exports.iotex = iotex; exports.iotexTestnet = iotexTestnet; exports.localhost = localhost; exports.mainnet = mainnet; exports.metis = metis; exports.metisGoerli = metisGoerli; exports.moonbaseAlpha = moonbaseAlpha; exports.moonbeam = moonbeam; exports.moonriver = moonriver; exports.okc = okc; exports.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.sepolia = sepolia; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.telos = telos; exports.telosTestnet = telosTestnet; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet; | ||
exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.aurora = aurora; exports.auroraTestnet = auroraTestnet; exports.avalanche = avalanche; exports.avalancheFuji = avalancheFuji; exports.baseGoerli = baseGoerli; exports.bronos = bronos; exports.bronosTestnet = bronosTestnet; exports.bsc = bsc; exports.bscTestnet = bscTestnet; exports.canto = canto; exports.celo = celo; exports.celoAlfajores = celoAlfajores; exports.crossbell = crossbell; exports.evmos = evmos; exports.evmosTestnet = evmosTestnet; exports.fantom = fantom; exports.fantomTestnet = fantomTestnet; exports.filecoin = filecoin; exports.filecoinCalibration = filecoinCalibration; exports.filecoinHyperspace = filecoinHyperspace; exports.foundry = foundry; exports.gnosis = gnosis; exports.gnosisChiado = gnosisChiado; exports.goerli = goerli; exports.hardhat = hardhat; exports.harmonyOne = harmonyOne; exports.iotex = iotex; exports.iotexTestnet = iotexTestnet; exports.localhost = localhost; exports.mainnet = mainnet; exports.metis = metis; exports.metisGoerli = metisGoerli; exports.moonbaseAlpha = moonbaseAlpha; exports.moonbeam = moonbeam; exports.moonriver = moonriver; exports.okc = okc; exports.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.polygonZkEvmTestnet = polygonZkEvmTestnet; exports.sepolia = sepolia; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.telos = telos; exports.telosTestnet = telosTestnet; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet; |
@@ -5,14 +5,5 @@ { | ||
"license": "MIT", | ||
"version": "0.2.8", | ||
"version": "0.2.9-cjs", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
@@ -19,0 +10,0 @@ "/dist" |
85131
5
2937