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.2.10 to 0.2.11-cjs

71

dist/index.d.ts

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

declare const boba: {
readonly id: 288;
readonly name: "Boba Network";
readonly network: "boba";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "BOBA";
readonly symbol: "ETH";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://mainnet.boba.network"];
};
readonly public: {
readonly http: readonly ["https://mainnet.boba.network"];
};
};
readonly blockExplorers: {
readonly etherscan: {
readonly name: "BOBAScan";
readonly url: "https://bobascan.com";
};
readonly default: {
readonly name: "BOBAScan";
readonly url: "https://bobascan.com";
};
};
readonly contracts: {
readonly multicall3: {
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
readonly blockCreated: 446859;
};
};
};
declare const bronos: {

@@ -748,2 +783,6 @@ readonly id: 1039;

declare const flare: Chain;
declare const flareTestnet: Chain;
declare const foundry: {

@@ -1481,2 +1520,32 @@ readonly id: 31337;

declare const songbird: Chain;
declare const songbirdTestnet: Chain;
declare const shardeumSphinx: {
readonly id: 8082;
readonly name: "Shardeum Sphinx";
readonly network: "shmSphinx";
readonly nativeCurrency: {
readonly name: "SHARDEUM";
readonly symbol: "SHM";
readonly decimals: 18;
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://sphinx.shardeum.org"];
};
readonly public: {
readonly http: readonly ["https://sphinx.shardeum.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Shardeum Explorer";
readonly url: "https://explorer-sphinx.shardeum.org";
};
};
readonly testnet: true;
};
declare const taraxa: {

@@ -1679,2 +1748,2 @@ readonly id: 841;

export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvmTestnet, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zhejiang, zkSync, zkSyncTestnet };
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvmTestnet, sepolia, shardeumSphinx, songbird, songbirdTestnet, taraxa, taraxaTestnet, telos, telosTestnet, zhejiang, zkSync, zkSyncTestnet };

@@ -197,2 +197,28 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/arbitrum.ts

// src/boba.ts
var boba = {
id: 288,
name: "Boba Network",
network: "boba",
nativeCurrency: {
decimals: 18,
name: "BOBA",
symbol: "ETH"
},
rpcUrls: {
default: { http: ["https://mainnet.boba.network"] },
public: { http: ["https://mainnet.boba.network"] }
},
blockExplorers: {
etherscan: { name: "BOBAScan", url: "https://bobascan.com" },
default: { name: "BOBAScan", url: "https://bobascan.com" }
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 446859
}
}
};
// src/bronos.ts

@@ -567,2 +593,47 @@ var bronos = {

// src/flare.ts
var flare = {
id: 14,
name: "Flare Mainnet",
network: "flare-mainnet",
nativeCurrency: {
decimals: 18,
name: "flare",
symbol: "FLR"
},
rpcUrls: {
default: { http: ["https://flare-api.flare.network/ext/C/rpc"] },
public: { http: ["https://flare-api.flare.network/ext/C/rpc"] }
},
blockExplorers: {
default: {
name: "Flare Explorer",
url: "https://flare-explorer.flare.network"
}
}
};
// src/flareTestnet.ts
var flareTestnet = {
id: 114,
name: "Coston2",
network: "coston2",
nativeCurrency: {
decimals: 18,
name: "coston2flare",
symbol: "C2FLR"
},
rpcUrls: {
default: { http: ["https://coston2-api.flare.network/ext/C/rpc"] },
public: { http: ["https://coston2-api.flare.network/ext/C/rpc"] }
},
blockExplorers: {
default: {
name: "Coston2 Explorer",
url: "https://coston2-explorer.flare.network"
}
},
testnet: true
};
// src/foundry.ts

@@ -1242,2 +1313,70 @@ var foundry = {

// src/songbird.ts
var songbird = {
id: 19,
name: "Songbird Mainnet",
network: "songbird-mainnet",
nativeCurrency: {
decimals: 18,
name: "songbird",
symbol: "SGB"
},
rpcUrls: {
default: { http: ["https://songbird-api.flare.network/ext/C/rpc"] },
public: { http: ["https://songbird-api.flare.network/ext/C/rpc"] }
},
blockExplorers: {
default: {
name: "Songbird Explorer",
url: "https://songbird-explorer.flare.network"
}
}
};
// src/songbirdTestnet.ts
var songbirdTestnet = {
id: 16,
name: "Coston",
network: "coston",
nativeCurrency: {
decimals: 18,
name: "costonflare",
symbol: "CFLR"
},
rpcUrls: {
default: { http: ["https://coston-api.flare.network/ext/C/rpc"] },
public: { http: ["https://coston-api.flare.network/ext/C/rpc"] }
},
blockExplorers: {
default: {
name: "Coston Explorer",
url: "https://coston-explorer.flare.network"
}
},
testnet: true
};
// src/shardeumSphinx.ts
var shardeumSphinx = {
id: 8082,
name: "Shardeum Sphinx",
network: "shmSphinx",
nativeCurrency: { name: "SHARDEUM", symbol: "SHM", decimals: 18 },
rpcUrls: {
default: {
http: ["https://sphinx.shardeum.org"]
},
public: {
http: ["https://sphinx.shardeum.org"]
}
},
blockExplorers: {
default: {
name: "Shardeum Explorer",
url: "https://explorer-sphinx.shardeum.org"
}
},
testnet: true
};
// src/taraxa.ts

@@ -1474,2 +1613,8 @@ var taraxa = {

exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.aurora = aurora; exports.auroraTestnet = auroraTestnet; exports.avalanche = avalanche; exports.avalancheFuji = avalancheFuji; exports.baseGoerli = baseGoerli; 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.filecoinCalibration = filecoinCalibration; exports.filecoinHyperspace = filecoinHyperspace; exports.foundry = foundry; exports.gnosis = gnosis; exports.gnosisChiado = gnosisChiado; exports.goerli = goerli; exports.hardhat = hardhat; exports.harmonyOne = harmonyOne; exports.iotex = iotex; exports.iotexTestnet = iotexTestnet; exports.localhost = localhost; exports.mainnet = mainnet; exports.metis = metis; exports.metisGoerli = metisGoerli; exports.moonbaseAlpha = moonbaseAlpha; exports.moonbeam = moonbeam; exports.moonriver = moonriver; exports.okc = okc; exports.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.polygonZkEvmTestnet = polygonZkEvmTestnet; exports.sepolia = sepolia; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.telos = telos; exports.telosTestnet = telosTestnet; exports.zhejiang = zhejiang; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet;
exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.aurora = aurora; exports.auroraTestnet = auroraTestnet; exports.avalanche = avalanche; exports.avalancheFuji = avalancheFuji; exports.baseGoerli = baseGoerli; exports.boba = boba; 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.filecoinCalibration = filecoinCalibration; exports.filecoinHyperspace = filecoinHyperspace; exports.flare = flare; exports.flareTestnet = flareTestnet; exports.foundry = foundry; exports.gnosis = gnosis; exports.gnosisChiado = gnosisChiado; exports.goerli = goerli; exports.hardhat = hardhat; exports.harmonyOne = harmonyOne; exports.iotex = iotex; exports.iotexTestnet = iotexTestnet; exports.localhost = localhost; exports.mainnet = mainnet; exports.metis = metis; exports.metisGoerli = metisGoerli; exports.moonbaseAlpha = moonbaseAlpha; exports.moonbeam = moonbeam; exports.moonriver = moonriver; exports.okc = okc; exports.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.polygonZkEvmTestnet = polygonZkEvmTestnet; exports.sepolia = sepolia; exports.shardeumSphinx = shardeumSphinx; exports.songbird = songbird; exports.songbirdTestnet = songbirdTestnet; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.telos = telos; exports.telosTestnet = telosTestnet; exports.zhejiang = zhejiang; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet;

11

package.json

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

"license": "MIT",
"version": "0.2.10",
"version": "0.2.11-cjs",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [

@@ -19,0 +10,0 @@ "/dist"

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