@wagmi/chains
Advanced tools
Comparing version 0.2.0 to 0.2.1-cjs
@@ -303,2 +303,80 @@ type Address = `0x${string}`; | ||
declare const celo: { | ||
readonly id: 42220; | ||
readonly name: "Celo"; | ||
readonly network: "celo"; | ||
readonly nativeCurrency: { | ||
readonly decimals: 18; | ||
readonly name: "CELO"; | ||
readonly symbol: "CELO"; | ||
}; | ||
readonly rpcUrls: { | ||
readonly default: { | ||
readonly http: readonly ["https://forno.celo.org"]; | ||
}; | ||
readonly infura: { | ||
readonly http: readonly ["https://celo-mainnet.infura.io/v3"]; | ||
}; | ||
readonly public: { | ||
readonly http: readonly ["https://forno.celo.org"]; | ||
}; | ||
}; | ||
readonly blockExplorers: { | ||
readonly default: { | ||
readonly name: "Celo Explorer"; | ||
readonly url: "https://explorer.celo.org/mainnet"; | ||
}; | ||
readonly etherscan: { | ||
readonly name: "CeloScan"; | ||
readonly url: "https://celoscan.io"; | ||
}; | ||
}; | ||
readonly contracts: { | ||
readonly multicall3: { | ||
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; | ||
readonly blockCreated: 13112599; | ||
}; | ||
}; | ||
readonly testnet: false; | ||
}; | ||
declare const celoAlfajores: { | ||
readonly id: 44787; | ||
readonly name: "Alfajores"; | ||
readonly network: "celo-alfajores"; | ||
readonly nativeCurrency: { | ||
readonly decimals: 18; | ||
readonly name: "CELO"; | ||
readonly symbol: "A-CELO"; | ||
}; | ||
readonly rpcUrls: { | ||
readonly default: { | ||
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"]; | ||
}; | ||
readonly infura: { | ||
readonly http: readonly ["https://celo-alfajores.infura.io/v3"]; | ||
}; | ||
readonly public: { | ||
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"]; | ||
}; | ||
}; | ||
readonly blockExplorers: { | ||
readonly default: { | ||
readonly name: "Celo Explorer"; | ||
readonly url: "https://explorer.celo.org/alfajores"; | ||
}; | ||
readonly etherscan: { | ||
readonly name: "CeloScan"; | ||
readonly url: "https://alfajores.celoscan.io/"; | ||
}; | ||
}; | ||
readonly contracts: { | ||
readonly multicall3: { | ||
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; | ||
readonly blockCreated: 14569001; | ||
}; | ||
}; | ||
readonly testnet: true; | ||
}; | ||
declare const crossbell: { | ||
@@ -1145,2 +1223,2 @@ readonly id: 3737; | ||
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, canto, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet }; | ||
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet }; |
@@ -1,2 +0,2 @@ | ||
// src/arbitrum.ts | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/arbitrum.ts | ||
var arbitrum = { | ||
@@ -202,2 +202,74 @@ id: 42161, | ||
// src/celo.ts | ||
var celo = { | ||
id: 42220, | ||
name: "Celo", | ||
network: "celo", | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: "CELO", | ||
symbol: "CELO" | ||
}, | ||
rpcUrls: { | ||
default: { http: ["https://forno.celo.org"] }, | ||
infura: { | ||
http: ["https://celo-mainnet.infura.io/v3"] | ||
}, | ||
public: { | ||
http: ["https://forno.celo.org"] | ||
} | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: "Celo Explorer", | ||
url: "https://explorer.celo.org/mainnet" | ||
}, | ||
etherscan: { name: "CeloScan", url: "https://celoscan.io" } | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: "0xcA11bde05977b3631167028862bE2a173976CA11", | ||
blockCreated: 13112599 | ||
} | ||
}, | ||
testnet: false | ||
}; | ||
// src/celoAlfajores.ts | ||
var celoAlfajores = { | ||
id: 44787, | ||
name: "Alfajores", | ||
network: "celo-alfajores", | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: "CELO", | ||
symbol: "A-CELO" | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ["https://alfajores-forno.celo-testnet.org"] | ||
}, | ||
infura: { | ||
http: ["https://celo-alfajores.infura.io/v3"] | ||
}, | ||
public: { | ||
http: ["https://alfajores-forno.celo-testnet.org"] | ||
} | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: "Celo Explorer", | ||
url: "https://explorer.celo.org/alfajores" | ||
}, | ||
etherscan: { name: "CeloScan", url: "https://alfajores.celoscan.io/" } | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: "0xcA11bde05977b3631167028862bE2a173976CA11", | ||
blockCreated: 14569001 | ||
} | ||
}, | ||
testnet: true | ||
}; | ||
// src/crossbell.ts | ||
@@ -939,37 +1011,39 @@ var crossbell = { | ||
}; | ||
export { | ||
arbitrum, | ||
arbitrumGoerli, | ||
avalanche, | ||
avalancheFuji, | ||
bsc, | ||
bscTestnet, | ||
canto, | ||
crossbell, | ||
evmos, | ||
evmosTestnet, | ||
fantom, | ||
fantomTestnet, | ||
filecoin, | ||
filecoinHyperspace, | ||
foundry, | ||
gnosis, | ||
gnosisChiado, | ||
goerli, | ||
hardhat, | ||
iotex, | ||
iotexTestnet, | ||
localhost, | ||
mainnet, | ||
metis, | ||
metisGoerli, | ||
optimism, | ||
optimismGoerli, | ||
polygon, | ||
polygonMumbai, | ||
sepolia, | ||
taraxa, | ||
taraxaTestnet, | ||
zkSync, | ||
zkSyncTestnet | ||
}; | ||
exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.avalanche = avalanche; exports.avalancheFuji = avalancheFuji; 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.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.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.sepolia = sepolia; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet; |
@@ -5,4 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.0", | ||
"type": "module", | ||
"version": "0.2.1-cjs", | ||
"main": "dist/index.js", | ||
@@ -9,0 +8,0 @@ "types": "dist/index.d.ts", |
@@ -38,2 +38,4 @@ # `@wagmi/chains` | ||
- `canto` | ||
- `celo` | ||
- `celoAlfajores` | ||
- `fantom` | ||
@@ -40,0 +42,0 @@ - `fantomTestnet` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63805
2164
64
No