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

This commit is contained in:
ligi 2022-11-26 17:53:51 +00:00
parent cb980b58a5
commit c190edbf4b
8 changed files with 22 additions and 2 deletions

View File

@ -366,6 +366,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "polygon",
"icons": [{
"url": "ipfs://QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc",
"width": 2000,
"height": 2000,
"format": "png"
}]
}, { }, {
"name": "tresleches", "name": "tresleches",
"icons": [{ "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,6 +1,7 @@
{ {
"name": "Polygon Mainnet", "name": "Polygon Mainnet",
"chain": "Polygon", "chain": "Polygon",
"icon": "polygon",
"rpc": [ "rpc": [
"https://polygon-rpc.com/", "https://polygon-rpc.com/",
"https://rpc-mainnet.matic.network", "https://rpc-mainnet.matic.network",

View File

@ -2,6 +2,7 @@
"name": "Mumbai", "name": "Mumbai",
"title": "Polygon Testnet Mumbai", "title": "Polygon Testnet Mumbai",
"chain": "Polygon", "chain": "Polygon",
"icon": "polygon",
"rpc": [ "rpc": [
"https://matic-mumbai.chainstacklabs.com", "https://matic-mumbai.chainstacklabs.com",
"https://rpc-mumbai.maticvigil.com", "https://rpc-mumbai.maticvigil.com",

View File

@ -2096,6 +2096,7 @@
}, { }, {
"name": "Polygon Mainnet", "name": "Polygon Mainnet",
"chain": "Polygon", "chain": "Polygon",
"icon": "polygon",
"rpc": ["https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com", "https://polygon-bor.publicnode.com"], "rpc": ["https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com", "https://polygon-bor.publicnode.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -8888,6 +8889,7 @@
"name": "Mumbai", "name": "Mumbai",
"title": "Polygon Testnet Mumbai", "title": "Polygon Testnet Mumbai",
"chain": "Polygon", "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"],
"faucets": ["https://faucet.polygon.technology/"], "faucets": ["https://faucet.polygon.technology/"],
"nativeCurrency": { "nativeCurrency": {

8
icons/polygon.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB