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

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 };

@@ -180,2 +180,24 @@ // src/arbitrum.ts

// 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

@@ -924,2 +946,3 @@ var crossbell = {

bscTestnet,
canto,
crossbell,

@@ -926,0 +949,0 @@ evmos,

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

"license": "MIT",
"version": "0.1.13",
"version": "0.1.14",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -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