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

View File

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

View File

@ -2096,6 +2096,7 @@
}, {
"name": "Polygon Mainnet",
"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"],
"faucets": [],
"nativeCurrency": {
@ -8888,6 +8889,7 @@
"name": "Mumbai",
"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"],
"faucets": ["https://faucet.polygon.technology/"],
"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