Deploying to gh-pages from @ ethereum-lists/chains@eab466e1e7 🚀

This commit is contained in:
ligi 2023-05-16 04:56:36 +00:00
parent 79851d4d5c
commit b2d2c3ba68
25 changed files with 101 additions and 20 deletions

View File

@ -150,6 +150,14 @@
"height": 171,
"format": "png"
}]
}, {
"name": "curveIcon",
"icons": [{
"url": "ipfs://QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg",
"width": 150,
"height": 150,
"format": "png"
}]
}, {
"name": "fsnscan",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"name": "Metaplayerone Network",
"name": "Metaplayerone Dubai Testnet",
"chain": "MP1 Dubai-Testnet",
"icon": "meu",
"rpc": ["https://rpc-dubai.mp1network.com/"],

View File

@ -1,7 +1,10 @@
{
"name": "Fantom Testnet",
"chain": "FTM",
"rpc": ["https://rpc.testnet.fantom.network"],
"rpc": [
"https://rpc.testnet.fantom.network",
"https://fantom-testnet.publicnode.com"
],
"faucets": ["https://faucet.fantom.network"],
"nativeCurrency": {
"name": "Fantom",

View File

@ -2,7 +2,10 @@
"name": "Avalanche Fuji Testnet",
"chain": "AVAX",
"icon": "avax",
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
"rpc": [
"https://api.avax-test.network/ext/bc/C/rpc",
"https://avalanche-fuji-c-chain.publicnode.com"
],
"faucets": ["https://faucet.avax-test.network/"],
"nativeCurrency": {
"name": "Avalanche",

View File

@ -5,7 +5,8 @@
"rpc": [
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
"https://rpc.goerli.mudit.blog/"
"https://rpc.goerli.mudit.blog/",
"https://ethereum-goerli.publicnode.com"
],
"faucets": [
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",

View File

@ -6,7 +6,8 @@
"rpc": [
"https://matic-mumbai.chainstacklabs.com",
"https://rpc-mumbai.maticvigil.com",
"https://matic-testnet-archive-rpc.bwarelabs.com"
"https://matic-testnet-archive-rpc.bwarelabs.com",
"https://polygon-mumbai-bor.publicnode.com"
],
"faucets": ["https://faucet.polygon.technology/"],
"nativeCurrency": {

23
chains/eip155-827431.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "CURVE Mainnet",
"chain": "CURVE",
"icon": "curveIcon",
"rpc": ["https://mainnet-rpc.curvescan.io"],
"faucets": [],
"nativeCurrency": {
"name": "Curve",
"symbol": "CURVE",
"decimals": 18
},
"infoURL": "https://curvescan.io",
"shortName": "CURVEm",
"chainId": 827431,
"networkId": 827431,
"explorers": [
{
"name": "CURVE Mainnet",
"url": "https://curvescan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -60,7 +60,7 @@
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/"],
"rpc": ["https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/", "https://ethereum-goerli.publicnode.com"],
"faucets": ["http://fauceth.komputing.org?chain=5&address=${ADDRESS}", "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog"],
"infoURL": "https://goerli.net/#about"
}, {
@ -5277,7 +5277,7 @@
"faucets": [],
"infoURL": "https://docs.metaplayer.one/"
}, {
"name": "Metaplayerone Network",
"name": "Metaplayerone Dubai Testnet",
"chainId": 2124,
"shortName": "MEU",
"networkId": 2124,
@ -5936,7 +5936,7 @@
"symbol": "FTM",
"decimals": 18
},
"rpc": ["https://rpc.testnet.fantom.network"],
"rpc": ["https://rpc.testnet.fantom.network", "https://fantom-testnet.publicnode.com"],
"faucets": ["https://faucet.fantom.network"],
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet"
}, {
@ -8549,7 +8549,7 @@
"symbol": "AVAX",
"decimals": 18
},
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
"faucets": ["https://faucet.avax-test.network/"],
"infoURL": "https://cchain.explorer.avax-test.network"
}, {
@ -9186,7 +9186,7 @@
"symbol": "MATIC",
"decimals": 18
},
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com", "https://polygon-mumbai-bor.publicnode.com"],
"faucets": ["https://faucet.polygon.technology/"],
"infoURL": "https://polygon.technology/"
}, {
@ -10437,6 +10437,19 @@
"rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"],
"faucets": [],
"infoURL": "https://octa.space"
}, {
"name": "CURVE Mainnet",
"chainId": 827431,
"shortName": "CURVEm",
"networkId": 827431,
"nativeCurrency": {
"name": "Curve",
"symbol": "CURVE",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.curvescan.io"],
"faucets": [],
"infoURL": "https://curvescan.io"
}, {
"name": "4GoodNetwork",
"chainId": 846000,

View File

@ -92,7 +92,7 @@
"name": "Goerli",
"title": "Ethereum Testnet Goerli",
"chain": "ETH",
"rpc": ["https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/"],
"rpc": ["https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/", "https://ethereum-goerli.publicnode.com"],
"faucets": ["http://fauceth.komputing.org?chain=5&address=${ADDRESS}", "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog"],
"nativeCurrency": {
"name": "Goerli Ether",
@ -7855,7 +7855,7 @@
"standard": "EIP3091"
}]
}, {
"name": "Metaplayerone Network",
"name": "Metaplayerone Dubai Testnet",
"chain": "MP1 Dubai-Testnet",
"icon": "meu",
"rpc": ["https://rpc-dubai.mp1network.com/"],
@ -8891,7 +8891,7 @@
}, {
"name": "Fantom Testnet",
"chain": "FTM",
"rpc": ["https://rpc.testnet.fantom.network"],
"rpc": ["https://rpc.testnet.fantom.network", "https://fantom-testnet.publicnode.com"],
"faucets": ["https://faucet.fantom.network"],
"nativeCurrency": {
"name": "Fantom",
@ -12922,7 +12922,7 @@
"name": "Avalanche Fuji Testnet",
"chain": "AVAX",
"icon": "avax",
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
"faucets": ["https://faucet.avax-test.network/"],
"nativeCurrency": {
"name": "Avalanche",
@ -13885,7 +13885,7 @@
"title": "Polygon Testnet Mumbai",
"chain": "Polygon",
"icon": "polygon",
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com", "https://polygon-mumbai-bor.publicnode.com"],
"faucets": ["https://faucet.polygon.technology/"],
"nativeCurrency": {
"name": "MATIC",
@ -15824,6 +15824,26 @@
"icon": "blockscout",
"standard": "EIP3091"
}]
}, {
"name": "CURVE Mainnet",
"chain": "CURVE",
"icon": "curveIcon",
"rpc": ["https://mainnet-rpc.curvescan.io"],
"faucets": [],
"nativeCurrency": {
"name": "Curve",
"symbol": "CURVE",
"decimals": 18
},
"infoURL": "https://curvescan.io",
"shortName": "CURVEm",
"chainId": 827431,
"networkId": 827431,
"explorers": [{
"name": "CURVE Mainnet",
"url": "https://curvescan.io",
"standard": "EIP3091"
}]
}, {
"name": "4GoodNetwork",
"chain": "4GN",

8
icons/curveIcon.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg",
"width": 150,
"height": 150,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -802,6 +802,7 @@
"vpioneer": "eip155:666666",
"BRNKCTEST": "eip155:751230",
"octa": "eip155:800001",
"CURVEm": "eip155:827431",
"bloqs4good": "eip155:846000",
"vision": "eip155:888888",
"psc-s0": "eip155:900000",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB