mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@e49d5d83d3 🚀
This commit is contained in:
parent
cb980b58a5
commit
c190edbf4b
|
@ -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
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
8
icons/polygon.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc",
|
||||||
|
"width": 2000,
|
||||||
|
"height": 2000,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc
Normal file
BIN
iconsDownload/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
Reference in New Issue
Block a user