New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wagmi/chains

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/chains - npm Package Compare versions

Comparing version 0.0.0-20230121004721 to 0.0.0-20230201210619

dist/index.mjs

283

dist/index.d.ts

@@ -136,2 +136,67 @@ type Address = `0x${string}`;

declare const aurora: {
readonly id: 1313161554;
readonly name: "Aurora";
readonly network: "aurora";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "Ether";
readonly symbol: "ETH";
};
readonly rpcUrls: {
readonly infura: {
readonly http: readonly ["https://aurora-mainnet.infura.io/v3"];
};
readonly default: {
readonly http: readonly ["https://mainnet.aurora.dev"];
};
readonly public: {
readonly http: readonly ["https://mainnet.aurora.dev"];
};
};
readonly blockExplorers: {
readonly etherscan: {
readonly name: "Aurorascan";
readonly url: "https://aurorascan.dev";
};
readonly default: {
readonly name: "Aurorascan";
readonly url: "https://aurorascan.dev";
};
};
};
declare const auroraTestnet: {
readonly id: 1313161555;
readonly name: "Aurora Testnet";
readonly network: "aurora-testnet";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "Ether";
readonly symbol: "ETH";
};
readonly rpcUrls: {
readonly infura: {
readonly http: readonly ["https://aurora-testnet.infura.io/v3"];
};
readonly default: {
readonly http: readonly ["https://testnet.aurora.dev"];
};
readonly public: {
readonly http: readonly ["https://testnet.aurora.dev"];
};
};
readonly blockExplorers: {
readonly etherscan: {
readonly name: "Aurorascan";
readonly url: "https://testnet.aurorascan.dev";
};
readonly default: {
readonly name: "Aurorascan";
readonly url: "https://testnet.aurorascan.dev";
};
};
readonly testnet: true;
};
declare const avalanche: {

@@ -208,2 +273,53 @@ readonly id: 43114;

declare const bronos: {
readonly id: 1039;
readonly name: "Bronos";
readonly network: "bronos";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "BRO";
readonly symbol: "BRO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://evm.bronos.org"];
};
readonly public: {
readonly http: readonly ["https://evm.bronos.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "BronoScan";
readonly url: "https://broscan.bronos.org";
};
};
};
declare const bronosTestnet: {
readonly id: 1038;
readonly name: "Bronos Testnet";
readonly network: "bronos-testnet";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "Bronos Coin";
readonly symbol: "tBRO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://evm-testnet.bronos.org"];
};
readonly public: {
readonly http: readonly ["https://evm-testnet.bronos.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "BronoScan";
readonly url: "https://tbroscan.bronos.org";
};
};
readonly testnet: true;
};
declare const bsc: {

@@ -280,2 +396,105 @@ readonly id: 56;

declare const canto: {
readonly id: 7700;
readonly name: "Canto";
readonly network: "canto";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "Canto";
readonly symbol: "CANTO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://canto.slingshot.finance"];
};
readonly public: {
readonly http: readonly ["https://canto.slingshot.finance"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Canto EVM Explorer (Blockscout)";
readonly url: "https://evm.explorer.canto.io";
};
};
};
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: {

@@ -432,2 +651,64 @@ readonly id: 3737;

declare const filecoin: {
readonly id: 314;
readonly name: "Filecoin Mainnet";
readonly network: "filecoin-mainnet";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "filecoin";
readonly symbol: "FIL";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://api.node.glif.io"];
};
readonly public: {
readonly http: readonly ["https://api.node.glif.io"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Filfox";
readonly url: "https://filfox.info/en";
};
readonly filscan: {
readonly name: "Filscan";
readonly url: "https://filscan.io";
};
readonly filscout: {
readonly name: "Filscout";
readonly url: "https://filscout.io/en";
};
};
};
declare const filecoinHyperspace: {
readonly id: 3141;
readonly name: "Filecoin Hyperspace";
readonly network: "filecoin-hyperspace";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "testnet filecoin";
readonly symbol: "tFIL";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://api.hyperspace.node.glif.io/rpc/v1"];
};
readonly public: {
readonly http: readonly ["https://api.hyperspace.node.glif.io/rpc/v1"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Filfox";
readonly url: "https://hyperspace.filfox.info/en";
};
readonly gilf: {
readonly name: "Glif";
readonly url: "https://explorer.glif.io/?network=hyperspace";
};
};
};
declare const foundry: {

@@ -1061,2 +1342,2 @@ readonly id: 31337;

export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet };
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, bronos, bronosTestnet, 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 = {

@@ -74,2 +74,45 @@ id: 42161,

// src/aurora.ts
var aurora = {
id: 1313161554,
name: "Aurora",
network: "aurora",
nativeCurrency: {
decimals: 18,
name: "Ether",
symbol: "ETH"
},
rpcUrls: {
infura: { http: ["https://aurora-mainnet.infura.io/v3"] },
default: { http: ["https://mainnet.aurora.dev"] },
public: { http: ["https://mainnet.aurora.dev"] }
},
blockExplorers: {
etherscan: { name: "Aurorascan", url: "https://aurorascan.dev" },
default: { name: "Aurorascan", url: "https://aurorascan.dev" }
}
};
// src/auroraTestnet.ts
var auroraTestnet = {
id: 1313161555,
name: "Aurora Testnet",
network: "aurora-testnet",
nativeCurrency: {
decimals: 18,
name: "Ether",
symbol: "ETH"
},
rpcUrls: {
infura: { http: ["https://aurora-testnet.infura.io/v3"] },
default: { http: ["https://testnet.aurora.dev"] },
public: { http: ["https://testnet.aurora.dev"] }
},
blockExplorers: {
etherscan: { name: "Aurorascan", url: "https://testnet.aurorascan.dev" },
default: { name: "Aurorascan", url: "https://testnet.aurorascan.dev" }
},
testnet: true
};
// src/avalanche.ts

@@ -128,2 +171,41 @@ var avalanche = {

// src/bronos.ts
var bronos = {
id: 1039,
name: "Bronos",
network: "bronos",
nativeCurrency: {
decimals: 18,
name: "BRO",
symbol: "BRO"
},
rpcUrls: {
default: { http: ["https://evm.bronos.org"] },
public: { http: ["https://evm.bronos.org"] }
},
blockExplorers: {
default: { name: "BronoScan", url: "https://broscan.bronos.org" }
}
};
// src/bronosTestnet.ts
var bronosTestnet = {
id: 1038,
name: "Bronos Testnet",
network: "bronos-testnet",
nativeCurrency: {
decimals: 18,
name: "Bronos Coin",
symbol: "tBRO"
},
rpcUrls: {
default: { http: ["https://evm-testnet.bronos.org"] },
public: { http: ["https://evm-testnet.bronos.org"] }
},
blockExplorers: {
default: { name: "BronoScan", url: "https://tbroscan.bronos.org" }
},
testnet: true
};
// src/bsc.ts

@@ -182,2 +264,96 @@ var bsc = {

// src/canto.ts
var canto = {
id: 7700,
name: "Canto",
network: "canto",
nativeCurrency: {
decimals: 18,
name: "Canto",
symbol: "CANTO"
},
rpcUrls: {
default: { http: ["https://canto.slingshot.finance"] },
public: { http: ["https://canto.slingshot.finance"] }
},
blockExplorers: {
default: {
name: "Canto EVM Explorer (Blockscout)",
url: "https://evm.explorer.canto.io"
}
}
};
// 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

@@ -305,2 +481,43 @@ var crossbell = {

// src/filecoin.ts
var filecoin = {
id: 314,
name: "Filecoin Mainnet",
network: "filecoin-mainnet",
nativeCurrency: {
decimals: 18,
name: "filecoin",
symbol: "FIL"
},
rpcUrls: {
default: { http: ["https://api.node.glif.io"] },
public: { http: ["https://api.node.glif.io"] }
},
blockExplorers: {
default: { name: "Filfox", url: "https://filfox.info/en" },
filscan: { name: "Filscan", url: "https://filscan.io" },
filscout: { name: "Filscout", url: "https://filscout.io/en" }
}
};
// src/filecoinHyperspace.ts
var filecoinHyperspace = {
id: 3141,
name: "Filecoin Hyperspace",
network: "filecoin-hyperspace",
nativeCurrency: {
decimals: 18,
name: "testnet filecoin",
symbol: "tFIL"
},
rpcUrls: {
default: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] },
public: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] }
},
blockExplorers: {
default: { name: "Filfox", url: "https://hyperspace.filfox.info/en" },
gilf: { name: "Glif", url: "https://explorer.glif.io/?network=hyperspace" }
}
};
// src/foundry.ts

@@ -879,34 +1096,43 @@ var foundry = {

};
export {
arbitrum,
arbitrumGoerli,
avalanche,
avalancheFuji,
bsc,
bscTestnet,
crossbell,
evmos,
evmosTestnet,
fantom,
fantomTestnet,
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.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.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;

7

package.json

@@ -5,5 +5,5 @@ {

"license": "MIT",
"version": "0.0.0-20230121004721",
"type": "module",
"version": "0.0.0-20230201210619",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

@@ -13,2 +13,3 @@ "exports": {

"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"default": "./dist/index.js"

@@ -39,3 +40,3 @@ },

"type": "gitcoin",
"url": "https://gitcoin.co/grants/4493/wagmi-react-hooks-library-for-ethereum"
"url": "https://wagmi.sh/gitcoin"
},

@@ -42,0 +43,0 @@ {

@@ -33,6 +33,13 @@ # `@wagmi/chains`

- `arbitrumGoerli`
- `aurora`
- `auroraTestnet`
- `avalanche`
- `avalancheFuji`
- `bronos`
- `bronosTestnet`
- `bsc`
- `bscTestnet`
- `canto`
- `celo`
- `celoAlfajores`
- `fantom`

@@ -39,0 +46,0 @@ - `fantomTestnet`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc