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

This commit is contained in:
ligi 2022-03-02 16:42:29 +00:00
parent c9adbce77a
commit 776033cc5c
2 changed files with 17 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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",