Socket
Socket
Sign inDemoInstall

@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.1.13 to 0.1.14-cjs

4

dist/index.d.ts

@@ -61,2 +61,4 @@ declare type Address = `0x${string}`;

declare const canto: Chain;
declare const crossbell: Chain;

@@ -116,2 +118,2 @@

export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, 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, 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 = {

@@ -180,2 +180,24 @@ id: 42161,

// 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/crossbell.ts

@@ -917,36 +939,37 @@ var crossbell = {

};
export {
arbitrum,
arbitrumGoerli,
avalanche,
avalancheFuji,
bsc,
bscTestnet,
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.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.1.13",
"type": "module",
"version": "0.1.14-cjs",
"main": "dist/index.js",

@@ -9,0 +8,0 @@ "types": "dist/index.d.ts",

@@ -37,2 +37,3 @@ # `@wagmi/chains`

- `bscTestnet`
- `canto`
- `fantom`

@@ -39,0 +40,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