Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chains metadata 202212190000 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions _src/reference/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"https://api.mycryptoapi.com/eth",
"https://cloudflare-eth.com"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://ethereum.org",
Expand All @@ -20,8 +21,8 @@
"explorers": [{ "name": "etherscan", "url": "https://etherscan.io", "standard": "EIP3091" }]
},
{
"name": "Görli",
"title": "Ethereum Testnet Görli",
"name": "Goerli",
"title": "Ethereum Testnet Goerli",
"chain": "ETH",
"rpc": [
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
Expand All @@ -33,7 +34,7 @@
"https://goerli-faucet.slock.it?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog"
],
"nativeCurrency": { "name": "Görli Ether", "symbol": "ETH", "decimals": 18 },
"nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://goerli.net/#about",
"shortName": "gor",
"chainId": 5,
Expand Down Expand Up @@ -161,6 +162,7 @@
{
"name": "Polygon Mainnet",
"chain": "Polygon",
"icon": "polygon",
"rpc": [
"https://polygon-rpc.com/",
"https://rpc-mainnet.matic.network",
Expand Down Expand Up @@ -197,7 +199,7 @@
"chain": "ETH",
"rpc": ["https://goerli.optimism.io/"],
"faucets": [],
"nativeCurrency": { "name": "Görli Ether", "symbol": "ETH", "decimals": 18 },
"nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://optimism.io",
"shortName": "ogor",
"chainId": 420,
Expand Down Expand Up @@ -287,6 +289,7 @@
{
"name": "Avalanche Fuji Testnet",
"chain": "AVAX",
"icon": "avax",
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
"faucets": ["https://faucet.avax-test.network/"],
"nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 },
Expand All @@ -299,7 +302,9 @@
{
"name": "Avalanche C-Chain",
"chain": "AVAX",
"icon": "avax",
"rpc": ["https://api.avax.network/ext/bc/C/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 },
"infoURL": "https://www.avax.network/",
Expand All @@ -313,6 +318,7 @@
"name": "Mumbai",
"title": "Polygon Testnet Mumbai",
"chain": "Polygon",
"icon": "polygon",
"rpc": [
"https://matic-mumbai.chainstacklabs.com",
"https://rpc-mumbai.maticvigil.com",
Expand All @@ -327,19 +333,19 @@
"explorers": [{ "name": "polygonscan", "url": "https://mumbai.polygonscan.com", "standard": "EIP3091" }]
},
{
"name": "Arbitrum Görli",
"title": "Arbitrum Görli Rollup Testnet",
"name": "Arbitrum Goerli",
"title": "Arbitrum Goerli Rollup Testnet",
"chainId": 421613,
"shortName": "arb-goerli",
"chain": "ETH",
"networkId": 421613,
"nativeCurrency": { "name": "Arbitrum Görli Ether", "symbol": "AGOR", "decimals": 18 },
"nativeCurrency": { "name": "Arbitrum Goerli Ether", "symbol": "AGOR", "decimals": 18 },
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
"faucets": [],
"infoURL": "https://arbitrum.io/",
"explorers": [
{
"name": "Arbitrum Görli Rollup Explorer",
"name": "Arbitrum Goerli Rollup Explorer",
"url": "https://goerli-rollup-explorer.arbitrum.io",
"standard": "EIP3091"
}
Expand Down