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@4c51a11958 🚀
This commit is contained in:
parent
c9adbce77a
commit
776033cc5c
File diff suppressed because one or more lines are too long
|
@ -5894,6 +5894,7 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "Palm Testnet",
|
"name": "Palm Testnet",
|
||||||
"chain": "Palm",
|
"chain": "Palm",
|
||||||
|
"icon": "palm",
|
||||||
"rpc": ["https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"],
|
"rpc": ["https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -5904,10 +5905,17 @@
|
||||||
"infoURL": "https://palm.io",
|
"infoURL": "https://palm.io",
|
||||||
"shortName": "tpalm",
|
"shortName": "tpalm",
|
||||||
"chainId": 11297108099,
|
"chainId": 11297108099,
|
||||||
"networkId": 11297108099
|
"networkId": 11297108099,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Palm Testnet Explorer",
|
||||||
|
"url": "https://explorer.palm-uat.xyz",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "palm"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Palm",
|
"name": "Palm",
|
||||||
"chain": "Palm",
|
"chain": "Palm",
|
||||||
|
"icon": "palm",
|
||||||
"rpc": ["https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"],
|
"rpc": ["https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -5918,7 +5926,13 @@
|
||||||
"infoURL": "https://palm.io",
|
"infoURL": "https://palm.io",
|
||||||
"shortName": "palm",
|
"shortName": "palm",
|
||||||
"chainId": 11297108109,
|
"chainId": 11297108109,
|
||||||
"networkId": 11297108109
|
"networkId": 11297108109,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Palm Explorer",
|
||||||
|
"url": "https://explorer.palm.io",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "palm"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Ntity Mainnet",
|
"name": "Ntity Mainnet",
|
||||||
"chain": "Ntity",
|
"chain": "Ntity",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user