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.10 to 0.1.11

7

dist/index.d.ts

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

default: RpcUrls;
public: RpcUrls;
};

@@ -61,2 +62,4 @@ /** Collection of block explorers */

declare const crossbell: Chain;
declare const evmos: Chain;

@@ -80,2 +83,4 @@

declare const gnosisChiado: Chain;
declare const hardhat: Chain;

@@ -109,2 +114,2 @@

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

@@ -18,2 +18,5 @@ // src/arbitrum.ts

http: ["https://arb1.arbitrum.io/rpc"]
},
public: {
http: ["https://arb1.arbitrum.io/rpc"]
}

@@ -54,2 +57,5 @@ },

http: ["https://goerli-rollup.arbitrum.io/rpc"]
},
public: {
http: ["https://goerli-rollup.arbitrum.io/rpc"]
}

@@ -81,3 +87,4 @@ },

rpcUrls: {
default: { http: ["https://api.avax.network/ext/bc/C/rpc"] }
default: { http: ["https://api.avax.network/ext/bc/C/rpc"] },
public: { http: ["https://api.avax.network/ext/bc/C/rpc"] }
},

@@ -107,3 +114,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://api.avax-test.network/ext/bc/C/rpc"] }
default: { http: ["https://api.avax-test.network/ext/bc/C/rpc"] },
public: { http: ["https://api.avax-test.network/ext/bc/C/rpc"] }
},

@@ -134,3 +142,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://rpc.ankr.com/bsc"] }
default: { http: ["https://rpc.ankr.com/bsc"] },
public: { http: ["https://rpc.ankr.com/bsc"] }
},

@@ -160,3 +169,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://bsc-testnet.public.blastapi.io"] }
default: { http: ["https://bsc-testnet.public.blastapi.io"] },
public: { http: ["https://bsc-testnet.public.blastapi.io"] }
},

@@ -176,2 +186,31 @@ blockExplorers: {

// src/crossbell.ts
var crossbell = {
id: 3737,
network: "crossbell",
name: "Crossbell",
nativeCurrency: {
decimals: 18,
name: "CSB",
symbol: "CSB"
},
rpcUrls: {
default: {
http: ["https://rpc.crossbell.io"]
},
public: {
http: ["https://rpc.crossbell.io"]
}
},
blockExplorers: {
default: { name: "CrossScan", url: "https://scan.crossbell.io" }
},
contracts: {
multicall3: {
address: "0xBB9759009cDaC82774EfC84D94cD9F7440f75Fcf",
blockCreated: 23499787
}
}
};
// src/evmos.ts

@@ -188,3 +227,4 @@ var evmos = {

rpcUrls: {
default: { http: ["https://eth.bd.evmos.org:8545"] }
default: { http: ["https://eth.bd.evmos.org:8545"] },
public: { http: ["https://eth.bd.evmos.org:8545"] }
},

@@ -207,3 +247,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://eth.bd.evmos.dev:8545"] }
default: { http: ["https://eth.bd.evmos.dev:8545"] },
public: { http: ["https://eth.bd.evmos.dev:8545"] }
},

@@ -229,3 +270,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://rpc.ankr.com/fantom"] }
default: { http: ["https://rpc.ankr.com/fantom"] },
public: { http: ["https://rpc.ankr.com/fantom"] }
},

@@ -255,3 +297,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://rpc.testnet.fantom.network"] }
default: { http: ["https://rpc.testnet.fantom.network"] },
public: { http: ["https://rpc.testnet.fantom.network"] }
},

@@ -281,3 +324,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["http://127.0.0.1:8545"] }
default: { http: ["http://127.0.0.1:8545"] },
public: { http: ["http://127.0.0.1:8545"] }
}

@@ -300,2 +344,6 @@ };

webSocket: ["wss://babel-api.mainnet.iotex.io"]
},
public: {
http: ["https://babel-api.mainnet.iotex.io"],
webSocket: ["wss://babel-api.mainnet.iotex.io"]
}

@@ -322,2 +370,6 @@ },

webSocket: ["wss://babel-api.testnet.iotex.io"]
},
public: {
http: ["https://babel-api.testnet.iotex.io"],
webSocket: ["wss://babel-api.testnet.iotex.io"]
}

@@ -347,2 +399,5 @@ },

http: ["https://rpc.ankr.com/eth_goerli"]
},
public: {
http: ["https://rpc.ankr.com/eth_goerli"]
}

@@ -383,3 +438,4 @@ },

rpcUrls: {
default: { http: ["https://rpc.gnosischain.com"] }
default: { http: ["https://rpc.gnosischain.com"] },
public: { http: ["https://rpc.gnosischain.com"] }
},

@@ -398,2 +454,24 @@ blockExplorers: {

// src/gnosisChiado.ts
var gnosisChiado = {
id: 10200,
name: "Gnosis Chiado",
network: "chiado",
nativeCurrency: {
decimals: 18,
name: "Gnosis",
symbol: "xDAI"
},
rpcUrls: {
default: { http: ["https://rpc.chiadochain.net"] },
public: { http: ["https://rpc.chiadochain.net"] }
},
blockExplorers: {
default: {
name: "Blockscout",
url: "https://blockscout.chiadochain.net"
}
}
};
// src/hardhat.ts

@@ -410,3 +488,4 @@ var hardhat = {

rpcUrls: {
default: { http: ["http://127.0.0.1:8545"] }
default: { http: ["http://127.0.0.1:8545"] },
public: { http: ["http://127.0.0.1:8545"] }
}

@@ -426,3 +505,4 @@ };

rpcUrls: {
default: { http: ["http://127.0.0.1:8545"] }
default: { http: ["http://127.0.0.1:8545"] },
public: { http: ["http://127.0.0.1:8545"] }
}

@@ -448,2 +528,5 @@ };

http: ["https://cloudflare-eth.com"]
},
public: {
http: ["https://cloudflare-eth.com"]
}

@@ -483,3 +566,4 @@ },

rpcUrls: {
default: { http: ["https://andromeda.metis.io/?owner=1088"] }
default: { http: ["https://andromeda.metis.io/?owner=1088"] },
public: { http: ["https://andromeda.metis.io/?owner=1088"] }
},

@@ -505,3 +589,4 @@ blockExplorers: {

rpcUrls: {
default: { http: ["https://goerli.gateway.metisdevops.link"] }
default: { http: ["https://goerli.gateway.metisdevops.link"] },
public: { http: ["https://goerli.gateway.metisdevops.link"] }
},

@@ -533,2 +618,5 @@ blockExplorers: {

http: ["https://mainnet.optimism.io"]
},
public: {
http: ["https://mainnet.optimism.io"]
}

@@ -542,4 +630,4 @@ },

default: {
name: "Etherscan",
url: "https://optimistic.etherscan.io"
name: "Optimism Explorer",
url: "https://explorer.optimism.io"
}

@@ -572,2 +660,5 @@ },

http: ["https://goerli.optimism.io"]
},
public: {
http: ["https://goerli.optimism.io"]
}

@@ -611,2 +702,5 @@ },

http: ["https://polygon-rpc.com"]
},
public: {
http: ["https://polygon-rpc.com"]
}

@@ -649,2 +743,5 @@ },

http: ["https://matic-mumbai.chainstacklabs.com"]
},
public: {
http: ["https://matic-mumbai.chainstacklabs.com"]
}

@@ -684,2 +781,5 @@ },

http: ["https://rpc.sepolia.org"]
},
public: {
http: ["https://rpc.sepolia.org"]
}

@@ -715,2 +815,5 @@ },

http: ["https://rpc.mainnet.taraxa.io"]
},
public: {
http: ["https://rpc.mainnet.taraxa.io"]
}

@@ -735,2 +838,5 @@ },

http: ["https://rpc.testnet.taraxa.io"]
},
public: {
http: ["https://rpc.testnet.taraxa.io"]
}

@@ -761,2 +867,6 @@ },

webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
},
public: {
http: ["https://zksync2-mainnet.zksync.io"],
webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
}

@@ -782,2 +892,6 @@ },

webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
},
public: {
http: ["https://zksync2-testnet.zksync.dev"],
webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
}

@@ -800,2 +914,3 @@ },

bscTestnet,
crossbell,
evmos,

@@ -807,2 +922,3 @@ evmosTestnet,

gnosis,
gnosisChiado,
goerli,

@@ -809,0 +925,0 @@ hardhat,

2

package.json

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

"license": "MIT",
"version": "0.1.10",
"version": "0.1.11",
"type": "module",

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

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