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

to
0.0.0-20230424012123

1367

dist/index.js

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

// src/arbitrumNova.ts
var arbitrumNova = {
id: 42170,
name: "Arbitrum Nova",
network: "arbitrum-nova",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
blast: {
http: ["https://arbitrum-nova.public.blastapi.io"],
webSocket: ["wss://arbitrum-nova.public.blastapi.io"]
},
default: {
http: ["https://nova.arbitrum.io/rpc"]
},
public: {
http: ["https://nova.arbitrum.io/rpc"]
}
},
blockExplorers: {
etherscan: { name: "Arbiscan", url: "https://nova.arbiscan.io" },
blockScout: {
name: "BlockScout",
url: "https://nova-explorer.arbitrum.io/"
},
default: { name: "Arbiscan", url: "https://nova.arbiscan.io" }
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 1746963
}
}
};
// src/aurora.ts

@@ -171,2 +205,55 @@ var aurora = {

// src/baseGoerli.ts
var baseGoerli = {
id: 84531,
network: "base-goerli",
name: "Base Goerli",
nativeCurrency: { name: "Base Goerli", symbol: "ETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://goerli.base.org"]
},
public: {
http: ["https://goerli.base.org"]
}
},
blockExplorers: {
etherscan: {
name: "Basescan",
url: "https://goerli.basescan.org"
},
default: {
name: "Basescan",
url: "https://goerli.basescan.org"
}
},
testnet: true
};
// src/boba.ts
var boba = {
id: 288,
name: "Boba Network",
network: "boba",
nativeCurrency: {
decimals: 18,
name: "Boba",
symbol: "BOBA"
},
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

@@ -248,4 +335,4 @@ var bronos = {

rpcUrls: {
default: { http: ["https://bsc-testnet.public.blastapi.io"] },
public: { http: ["https://bsc-testnet.public.blastapi.io"] }
default: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] },
public: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] }
},

@@ -359,2 +446,56 @@ blockExplorers: {

// src/confluxESpace.ts
var confluxESpace = {
id: 1030,
name: "Conflux eSpace",
network: "cfx-espace",
nativeCurrency: { name: "Conflux", symbol: "CFX", decimals: 18 },
rpcUrls: {
default: {
http: ["https://evm.confluxrpc.org"]
},
public: {
http: ["https://evm.confluxrpc.org"]
}
},
blockExplorers: {
default: {
name: "ConfluxScan",
url: "https://evm.confluxscan.io"
}
},
contracts: {
multicall3: {
address: "0xEFf0078910f638cd81996cc117bccD3eDf2B072F",
blockCreated: 68602935
}
}
};
// src/cronos.ts
var cronos = {
id: 25,
name: "Cronos",
network: "cronos",
nativeCurrency: {
decimals: 18,
name: "Cronos",
symbol: "CRO"
},
rpcUrls: {
default: { http: ["https://node.croswap.com/rpc"] },
public: { http: ["https://node.croswap.com/rpc"] }
},
blockExplorers: {
etherscan: { name: "CronosScan", url: "https://cronoscan.com" },
default: { name: "CronosScan", url: "https://cronoscan.com" }
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 1963112
}
}
};
// src/crossbell.ts

@@ -389,2 +530,58 @@ var crossbell = {

// src/dfk.ts
var dfk = {
id: 53935,
name: "DFK Chain",
network: "dfk",
nativeCurrency: {
decimals: 18,
name: "Jewel",
symbol: "JEWEL"
},
rpcUrls: {
default: {
http: ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"]
},
public: {
http: ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"]
}
},
blockExplorers: {
etherscan: {
name: "DFKSubnetScan",
url: "https://subnets.avax.network/defi-kingdoms"
},
default: {
name: "DFKSubnetScan",
url: "https://subnets.avax.network/defi-kingdoms"
}
}
};
// src/dogechain.ts
var dogechain = {
id: 2e3,
name: "Dogechain",
network: "dogechain",
nativeCurrency: {
decimals: 18,
name: "Dogechain",
symbol: "DC"
},
rpcUrls: {
default: { http: ["https://rpc.dogechain.dog"] },
public: { http: ["https://rpc.dogechain.dog"] }
},
blockExplorers: {
etherscan: {
name: "DogeChainExplorer",
url: "https://explorer.dogechain.dog"
},
default: {
name: "DogeChainExplorer",
url: "https://explorer.dogechain.dog"
}
}
};
// src/evmos.ts

@@ -494,4 +691,4 @@ var evmos = {

rpcUrls: {
default: { http: ["https://api.node.glif.io"] },
public: { http: ["https://api.node.glif.io"] }
default: { http: ["https://api.node.glif.io/rpc/v1"] },
public: { http: ["https://api.node.glif.io/rpc/v1"] }
},

@@ -501,6 +698,26 @@ blockExplorers: {

filscan: { name: "Filscan", url: "https://filscan.io" },
filscout: { name: "Filscout", url: "https://filscout.io/en" }
filscout: { name: "Filscout", url: "https://filscout.io/en" },
glif: { name: "Glif", url: "https://explorer.glif.io" }
}
};
// src/filecoinCalibration.ts
var filecoinCalibration = {
id: 314159,
name: "Filecoin Calibration",
network: "filecoin-calibration",
nativeCurrency: {
decimals: 18,
name: "testnet filecoin",
symbol: "tFIL"
},
rpcUrls: {
default: { http: ["https://api.calibration.node.glif.io/rpc/v1"] },
public: { http: ["https://api.calibration.node.glif.io/rpc/v1"] }
},
blockExplorers: {
default: { name: "Filscan", url: "https://calibration.filscan.io" }
}
};
// src/filecoinHyperspace.ts

@@ -522,6 +739,51 @@ var filecoinHyperspace = {

default: { name: "Filfox", url: "https://hyperspace.filfox.info/en" },
gilf: { name: "Glif", url: "https://explorer.glif.io/?network=hyperspace" }
filscan: { name: "Filscan", url: "https://hyperspace.filscan.io" }
}
};
// 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

@@ -538,4 +800,10 @@ var foundry = {

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

@@ -630,2 +898,6 @@ };

},
ensUniversalResolver: {
address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e",
blockCreated: 8610406
},
multicall3: {

@@ -703,2 +975,72 @@ address: "0xca11bde05977b3631167028862be2a173976ca11",

// src/harmonyOne.ts
var harmonyOne = {
id: 16666e5,
name: "Harmony One",
network: "harmony",
nativeCurrency: {
name: "Harmony",
symbol: "ONE",
decimals: 18
},
rpcUrls: {
public: { http: ["https://rpc.ankr.com/harmony"] },
default: { http: ["https://rpc.ankr.com/harmony"] }
},
blockExplorers: {
default: { name: "Harmony Explorer", url: "https://explorer.harmony.one" }
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 24185753
}
}
};
// src/klaytn.ts
var klaytn = {
id: 8217,
name: "Klaytn",
network: "klaytn",
nativeCurrency: {
decimals: 18,
name: "Klaytn",
symbol: "KLAY"
},
rpcUrls: {
default: { http: ["https://cypress.fautor.app/archive"] },
public: { http: ["https://cypress.fautor.app/archive"] }
},
blockExplorers: {
etherscan: { name: "KlaytnScope", url: "https://scope.klaytn.com" },
default: { name: "KlaytnScope", url: "https://scope.klaytn.com" }
}
};
// src/lineaTestnet.ts
var lineaTestnet = {
id: 59140,
name: "Linea Testnet",
network: "linea-testnet",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.goerli.linea.build"],
webSocket: ["wss://rpc.goerli.linea.build"]
},
public: {
http: ["https://rpc.goerli.linea.build"],
webSocket: ["wss://rpc.goerli.linea.build"]
}
},
blockExplorers: {
default: {
name: "BlockScout",
url: "https://explorer.goerli.linea.build"
}
},
testnet: true
};
// src/localhost.ts

@@ -756,2 +1098,6 @@ var localhost = {

},
ensUniversalResolver: {
address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da",
blockCreated: 16773775
},
multicall3: {

@@ -808,2 +1154,205 @@ address: "0xca11bde05977b3631167028862be2a173976ca11",

// src/moonbaseAlpha.ts
var moonbaseAlpha = {
id: 1287,
name: "Moonbase Alpha",
network: "moonbase-alpha",
nativeCurrency: {
decimals: 18,
name: "DEV",
symbol: "DEV"
},
rpcUrls: {
default: {
http: ["https://rpc.api.moonbase.moonbeam.network"],
webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
},
public: {
http: ["https://rpc.api.moonbase.moonbeam.network"],
webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
}
},
blockExplorers: {
default: {
name: "Moonscan",
url: "https://moonbase.moonscan.io"
},
etherscan: {
name: "Moonscan",
url: "https://moonbase.moonscan.io"
}
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 1850686
}
},
testnet: true
};
// src/moonbeam.ts
var moonbeam = {
id: 1284,
name: "Moonbeam",
network: "moonbeam",
nativeCurrency: {
decimals: 18,
name: "GLMR",
symbol: "GLMR"
},
rpcUrls: {
public: {
http: ["https://moonbeam.public.blastapi.io"],
webSocket: ["wss://moonbeam.public.blastapi.io"]
},
default: {
http: ["https://moonbeam.public.blastapi.io"],
webSocket: ["wss://moonbeam.public.blastapi.io"]
}
},
blockExplorers: {
default: {
name: "Moonscan",
url: "https://moonscan.io"
},
etherscan: {
name: "Moonscan",
url: "https://moonscan.io"
}
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 609002
}
},
testnet: false
};
// src/moonriver.ts
var moonriver = {
id: 1285,
name: "Moonriver",
network: "moonriver",
nativeCurrency: {
decimals: 18,
name: "MOVR",
symbol: "MOVR"
},
rpcUrls: {
public: {
http: ["https://moonriver.public.blastapi.io"],
webSocket: ["wss://moonriver.public.blastapi.io"]
},
default: {
http: ["https://moonriver.public.blastapi.io"],
webSocket: ["wss://moonriver.public.blastapi.io"]
}
},
blockExplorers: {
default: {
name: "Moonscan",
url: "https://moonriver.moonscan.io"
},
etherscan: {
name: "Moonscan",
url: "https://moonriver.moonscan.io"
}
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 1597904
}
},
testnet: false
};
// src/neonDevnet.ts
var neonDevnet = {
id: 245022926,
network: "neonDevnet",
name: "Neon EVM DevNet",
nativeCurrency: { name: "NEON", symbol: "NEON", decimals: 18 },
rpcUrls: {
default: {
http: ["https://devnet.neonevm.org"]
},
public: {
http: ["https://devnet.neonevm.org"]
}
},
blockExplorers: {
default: {
name: "Neonscan",
url: "https://neonscan.org"
}
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 205206112
}
},
testnet: true
};
// src/nexi.ts
var nexi = {
id: 4242,
name: "Nexi",
network: "nexi",
nativeCurrency: { name: "Nexi", symbol: "NEXI", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.chain.nexi.technology"]
},
public: {
http: ["https://rpc.chain.nexi.technology"]
}
},
blockExplorers: {
etherscan: {
name: "NexiScan",
url: "https://www.nexiscan.com"
},
default: {
name: "NexiScan",
url: "https://www.nexiscan.com"
}
},
contracts: {
multicall3: {
address: "0x0277A46Cc69A57eE3A6C8c158bA874832F718B8E",
blockCreated: 25770160
}
}
};
// src/okc.ts
var okc = {
id: 66,
name: "OKC",
network: "okc",
nativeCurrency: {
decimals: 18,
name: "OKT",
symbol: "OKT"
},
rpcUrls: {
default: { http: ["https://exchainrpc.okex.org"] },
public: { http: ["https://exchainrpc.okex.org"] }
},
blockExplorers: {
default: { name: "oklink", url: "https://www.oklink.com/okc" }
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 10364792
}
}
};
// src/optimism.ts

@@ -971,2 +1520,72 @@ var optimism = {

// src/polygonZkEvmTestnet.ts
var polygonZkEvmTestnet = {
id: 1442,
name: "Polygon zkEVM Testnet",
network: "polygon-zkevm-testnet",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.public.zkevm-test.net"]
},
public: {
http: ["https://rpc.public.zkevm-test.net"]
}
},
blockExplorers: {
default: {
name: "Blockscout",
url: "https://explorer.public.zkevm-test.net"
}
},
testnet: true
};
// src/polygonZkEvm.ts
var polygonZkEvm = {
id: 1101,
name: "Polygon zkEVM",
network: "polygon-zkevm",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://zkevm-rpc.com"]
},
public: {
http: ["https://zkevm-rpc.com"]
}
},
blockExplorers: {
default: {
name: "PolygonScan",
url: "https://zkevm.polygonscan.com"
}
}
};
// src/scrollTestnet.ts
var scrollTestnet = {
id: 534353,
name: "Scroll Testnet",
network: "scroll-testnet",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://alpha-rpc.scroll.io/l2"],
webSocket: ["wss://alpha-rpc.scroll.io/l2/ws"]
},
public: {
http: ["https://alpha-rpc.scroll.io/l2"],
webSocket: ["wss://alpha-rpc.scroll.io/l2/ws"]
}
},
blockExplorers: {
default: {
name: "Blockscout",
url: "https://blockscout.scroll.io"
}
},
testnet: true
};
// src/sepolia.ts

@@ -1009,2 +1628,492 @@ var sepolia = {

// src/skale/brawl.ts
var skaleBlockBrawlers = {
id: 391845894,
name: "SKALE | Block Brawlers",
network: "skale-brawl",
nativeCurrency: { name: "BRAWL", symbol: "BRAWL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/calypso.ts
var skaleCalypso = {
id: 1564830818,
name: "SKALE | Calypso NFT Hub",
network: "skale-calypso",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/calypsoTestnet.ts
var skaleCalypsoTestnet = {
id: 344106930,
name: "SKALE | Calypso NFT Hub Testnet",
network: "skale-calypso-testnet",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"
]
},
public: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"
]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com"
}
},
contracts: {},
testnet: true
};
// src/skale/chaosTestnet.ts
var skaleChaosTestnet = {
id: 1351057110,
name: "SKALE | Chaos Testnet",
network: "skale-chaos-testnet",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"
]
},
public: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"
]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com"
}
},
contracts: {},
testnet: true
};
// src/skale/cryptoBlades.ts
var skaleCryptoBlades = {
id: 1026062157,
name: "SKALE | CryptoBlades",
network: "skale-cryptoblades",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/cryptoColosseum.ts
var skaleCryptoColosseum = {
id: 2046399126,
name: "SKALE | Crypto Colosseum",
network: "skale-crypto-coloseeum",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/europa.ts
var skaleEuropa = {
id: 2046399126,
name: "SKALE | Europa Liquidity Hub",
network: "skale-europa",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/elated-tan-skat"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/elated-tan-skat"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/europaTestnet.ts
var skaleEuropaTestnet = {
id: 476158412,
name: "SKALE | Europa Liquidity Hub Testnet",
network: "skale-europa-testnet",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"]
},
public: {
http: ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com"
}
},
contracts: {},
testnet: true
};
// src/skale/exorde.ts
var skaleExorde = {
id: 2139927552,
name: "SKALE | Exorde",
network: "skale-exorde",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/light-vast-diphda"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/light-vast-diphda"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/humanProtocol.ts
var skaleHumanProtocol = {
id: 1273227453,
name: "SKALE | Human Protocol",
network: "skale-human-protocol",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/wan-red-ain"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/wan-red-ain"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://wan-red-ain.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://wan-red-ain.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/nebula.ts
var skaleNebula = {
id: 1482601649,
name: "SKALE | Nebula Gaming Hub",
network: "skale-nebula",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/nebulaTestnet.ts
var skaleNebulaTestnet = {
id: 503129905,
name: "SKALE | Nebula Gaming Hub Testnet",
network: "skale-nebula-testnet",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"]
},
public: {
http: ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com"
}
},
contracts: {},
testnet: true
};
// src/skale/razor.ts
var skaleRazor = {
id: 278611351,
name: "SKALE | Razor Network",
network: "skale-razor",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/titan.ts
var skaleTitan = {
id: 1350216234,
name: "SKALE | Titan Community Hub",
network: "skale-titan",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"]
},
public: {
http: ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com"
}
},
contracts: {}
};
// src/skale/titanTestnet.ts
var skaleTitanTestnet = {
id: 1517929550,
name: "SKALE | Titan Community Hub Testnet",
network: "skale-titan-testnet",
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
rpcUrls: {
default: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"
]
},
public: {
http: [
"https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"
]
}
},
blockExplorers: {
etherscan: {
name: "SKALE Explorer",
url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com"
},
default: {
name: "SKALE Explorer",
url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com"
}
},
contracts: {},
testnet: true
};
// 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

@@ -1055,2 +2164,195 @@ var taraxa = {

// src/telos.ts
var telos = {
id: 40,
name: "Telos",
network: "telos",
nativeCurrency: {
decimals: 18,
name: "Telos",
symbol: "TLOS"
},
rpcUrls: {
default: { http: ["https://mainnet.telos.net/evm"] },
public: { http: ["https://mainnet.telos.net/evm"] }
},
blockExplorers: {
default: {
name: "Teloscan",
url: "https://www.teloscan.io/"
}
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 246530709
}
}
};
// src/telosTestnet.ts
var telosTestnet = {
id: 41,
name: "Telos",
network: "telosTestnet",
nativeCurrency: {
decimals: 18,
name: "Telos",
symbol: "TLOS"
},
rpcUrls: {
default: { http: ["https://testnet.telos.net/evm"] },
public: { http: ["https://testnet.telos.net/evm"] }
},
blockExplorers: {
default: {
name: "Teloscan (testnet)",
url: "https://testnet.teloscan.io/"
}
},
testnet: true
};
// src/wanchain.ts
var wanchain = {
id: 888,
name: "Wanchain",
network: "wanchain",
nativeCurrency: { name: "WANCHAIN", symbol: "WAN", decimals: 18 },
rpcUrls: {
default: {
http: [
"https://gwan-ssl.wandevs.org:56891",
"https://gwan2-ssl.wandevs.org"
]
},
public: {
http: [
"https://gwan-ssl.wandevs.org:56891",
"https://gwan2-ssl.wandevs.org"
]
}
},
blockExplorers: {
etherscan: {
name: "WanScan",
url: "https://wanscan.org"
},
default: {
name: "WanScan",
url: "https://wanscan.org"
}
},
contracts: {
multicall3: {
address: "0xcDF6A1566e78EB4594c86Fe73Fcdc82429e97fbB",
blockCreated: 25312390
}
}
};
// src/wanchainTestnet.ts
var wanchainTestnet = {
id: 999,
name: "Wanchain Testnet",
network: "wanchainTestnet",
nativeCurrency: { name: "WANCHAIN", symbol: "WANt", decimals: 18 },
rpcUrls: {
default: {
http: ["https://gwan-ssl.wandevs.org:46891"]
},
public: {
http: ["https://gwan-ssl.wandevs.org:46891"]
}
},
blockExplorers: {
etherscan: {
name: "WanScanTest",
url: "https://wanscan.org"
},
default: {
name: "WanScanTest",
url: "https://wanscan.org"
}
},
contracts: {
multicall3: {
address: "0x11c89bF4496c39FB80535Ffb4c92715839CC5324",
blockCreated: 24743448
}
},
testnet: true
};
// src/xdc.ts
var xdc = {
id: 50,
name: "XinFin Network",
network: "xdc",
nativeCurrency: {
decimals: 18,
name: "XDC",
symbol: "XDC"
},
rpcUrls: {
default: { http: ["https://rpc.xinfin.network"] },
public: { http: ["https://rpc.xinfin.network"] }
},
blockExplorers: {
xinfin: { name: "XinFin", url: "https://explorer.xinfin.network" },
default: { name: "Blocksscan", url: "https://xdc.blocksscan.io" }
}
};
// src/xdcTestnet.ts
var xdcTestnet = {
id: 51,
name: "Apothem Network",
network: "xdc-testnet",
nativeCurrency: {
decimals: 18,
name: "TXDC",
symbol: "TXDC"
},
rpcUrls: {
default: { http: ["https://erpc.apothem.network"] },
public: { http: ["https://erpc.apothem.network"] }
},
blockExplorers: {
xinfin: { name: "XinFin", url: "https://explorer.apothem.network" },
default: { name: "Blocksscan", url: "https://apothem.blocksscan.io" }
}
};
// src/zhejiang.ts
var zhejiang = {
id: 1337803,
network: "zhejiang",
name: "Zhejiang",
nativeCurrency: { name: "Zhejiang Ether", symbol: "ZhejETH", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.zhejiang.ethpandaops.io"]
},
public: {
http: ["https://rpc.zhejiang.ethpandaops.io"]
}
},
blockExplorers: {
beaconchain: {
name: "Etherscan",
url: "https://zhejiang.beaconcha.in"
},
blockscout: {
name: "Blockscout",
url: "https://blockscout.com/eth/zhejiang-testnet"
},
default: {
name: "Beaconchain",
url: "https://zhejiang.beaconcha.in"
}
},
testnet: true
};
// src/zkSync.ts

@@ -1149,2 +2451,49 @@ var zkSync = {

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;
exports.arbitrum = arbitrum; exports.arbitrumGoerli = arbitrumGoerli; exports.arbitrumNova = arbitrumNova; 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.confluxESpace = confluxESpace; exports.cronos = cronos; exports.crossbell = crossbell; exports.dfk = dfk; exports.dogechain = dogechain; 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.klaytn = klaytn; exports.lineaTestnet = lineaTestnet; exports.localhost = localhost; exports.mainnet = mainnet; exports.metis = metis; exports.metisGoerli = metisGoerli; exports.moonbaseAlpha = moonbaseAlpha; exports.moonbeam = moonbeam; exports.moonriver = moonriver; exports.neonDevnet = neonDevnet; exports.nexi = nexi; exports.okc = okc; exports.optimism = optimism; exports.optimismGoerli = optimismGoerli; exports.polygon = polygon; exports.polygonMumbai = polygonMumbai; exports.polygonZkEvm = polygonZkEvm; exports.polygonZkEvmTestnet = polygonZkEvmTestnet; exports.scrollTestnet = scrollTestnet; exports.sepolia = sepolia; exports.shardeumSphinx = shardeumSphinx; exports.skaleBlockBrawlers = skaleBlockBrawlers; exports.skaleCalypso = skaleCalypso; exports.skaleCalypsoTestnet = skaleCalypsoTestnet; exports.skaleChaosTestnet = skaleChaosTestnet; exports.skaleCryptoBlades = skaleCryptoBlades; exports.skaleCryptoColosseum = skaleCryptoColosseum; exports.skaleEuropa = skaleEuropa; exports.skaleEuropaTestnet = skaleEuropaTestnet; exports.skaleExorde = skaleExorde; exports.skaleHumanProtocol = skaleHumanProtocol; exports.skaleNebula = skaleNebula; exports.skaleNebulaTestnet = skaleNebulaTestnet; exports.skaleRazor = skaleRazor; exports.skaleTitan = skaleTitan; exports.skaleTitanTestnet = skaleTitanTestnet; exports.songbird = songbird; exports.songbirdTestnet = songbirdTestnet; exports.taraxa = taraxa; exports.taraxaTestnet = taraxaTestnet; exports.telos = telos; exports.telosTestnet = telosTestnet; exports.wanchain = wanchain; exports.wanchainTestnet = wanchainTestnet; exports.xdc = xdc; exports.xdcTestnet = xdcTestnet; exports.zhejiang = zhejiang; exports.zkSync = zkSync; exports.zkSyncTestnet = zkSyncTestnet;

2

package.json

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

"license": "MIT",
"version": "0.0.0-20230201210619",
"version": "0.0.0-20230424012123",
"main": "dist/index.js",

@@ -8,0 +8,0 @@ "module": "dist/index.mjs",

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

- `arbitrumGoerli`
- `arbitrumNova`
- `aurora`

@@ -56,2 +57,6 @@ - `auroraTestnet`

- `metisGoerli`
- `moonbaseAlpha`
- `moonbeam`
- `moonriver`
- `okc`
- `optimism`

@@ -61,5 +66,22 @@ - `optimismGoerli`

- `polygonMumbai`
- `skaleBlockBrawlers`
- `skaleCalypso`
- `skaleCalypsoTestnet`
- `skaleChaosTestnet`
- `skaleCryptoBlades`
- `skaleCryptoColosseum`
- `skaleEuropa`
- `skaleEuropaTestnet`
- `skaleExorde`
- `skaleHumanProtocol`
- `skaleNebula`
- `skaleNebulaTestnet`
- `skaleRazor`
- `skaleTitan`
- `skaleTitanTestnet`
- `sepolia`
- `taraxa`
- `taraxaTestnet`
- `telos`
- `telosTestnet`
- `zkSync`

@@ -66,0 +88,0 @@ - `zkSyncTestnet`

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet