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@d25c1b8c3a 🚀
This commit is contained in:
parent
e139c63d8f
commit
184293a0f2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4064,7 +4064,7 @@
|
|||
"symbol": "PALM",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"rpc": ["https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://palm.io"
|
||||
}, {
|
||||
|
@ -4077,7 +4077,7 @@
|
|||
"symbol": "PALM",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"rpc": ["https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://palm.io"
|
||||
}, {
|
||||
|
|
|
@ -5488,7 +5488,7 @@
|
|||
}, {
|
||||
"name": "Palm Testnet",
|
||||
"chain": "Palm",
|
||||
"rpc": [],
|
||||
"rpc": ["https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "PALM",
|
||||
|
@ -5502,7 +5502,7 @@
|
|||
}, {
|
||||
"name": "Palm",
|
||||
"chain": "Palm",
|
||||
"rpc": [],
|
||||
"rpc": ["https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "PALM",
|
||||
|
|
Loading…
Reference in New Issue
Block a user