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

This commit is contained in:
ligi 2022-08-18 14:46:42 +00:00
parent 14af3f0123
commit 267684efb7
9 changed files with 82 additions and 12 deletions

File diff suppressed because one or more lines are too long

26
chains/eip155-144.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "PHI Network v2",
"chain": "PHI",
"network": "mainnet",
"rpc": [
"https://connect.phi.network",
""
],
"faucets": [],
"nativeCurrency": {
"name": "PHI",
"symbol": "Φ",
"decimals": 18
},
"infoURL": "https://phi.network",
"shortName": "PHI",
"chainId": 144,
"networkId": 144,
"icon": "phi",
"explorers": [{
"name": "Phiscan",
"url": "https://phiscan.com",
"icon": "phi",
"standard": "none"
}]
}

View File

@ -1,6 +1,6 @@
{
"name": "PHI Network",
"chain": "PHI",
"name": "PHI Network V1",
"chain": "PHI V1",
"network": "mainnet",
"rpc": [
"https://rpc1.phi.network",
@ -13,7 +13,7 @@
"decimals": 18
},
"infoURL": "https://phi.network",
"shortName": "PHI",
"shortName": "PHIv1",
"chainId": 4181,
"networkId": 4181,
"icon": "phi",

File diff suppressed because one or more lines are too long

View File

@ -1415,6 +1415,19 @@
"rpc": ["https://rpc.prodax.io"],
"faucets": [],
"infoURL": "https://prodax.io/"
}, {
"name": "PHI Network v2",
"chainId": 144,
"shortName": "PHI",
"networkId": 144,
"nativeCurrency": {
"name": "PHI",
"symbol": "Φ",
"decimals": 18
},
"rpc": ["https://connect.phi.network", ""],
"faucets": [],
"infoURL": "https://phi.network"
}, {
"name": "Lightstreams Testnet",
"chainId": 162,
@ -3548,9 +3561,9 @@
"faucets": [],
"infoURL": "https://aioz.network"
}, {
"name": "PHI Network",
"name": "PHI Network V1",
"chainId": 4181,
"shortName": "PHI",
"shortName": "PHIv1",
"networkId": 4181,
"nativeCurrency": {
"name": "PHI",

View File

@ -1992,6 +1992,28 @@
"shortName": "dax",
"chainId": 142,
"networkId": 142
}, {
"name": "PHI Network v2",
"chain": "PHI",
"network": "mainnet",
"rpc": ["https://connect.phi.network", ""],
"faucets": [],
"nativeCurrency": {
"name": "PHI",
"symbol": "Φ",
"decimals": 18
},
"infoURL": "https://phi.network",
"shortName": "PHI",
"chainId": 144,
"networkId": 144,
"icon": "phi",
"explorers": [{
"name": "Phiscan",
"url": "https://phiscan.com",
"icon": "phi",
"standard": "none"
}]
}, {
"name": "Lightstreams Testnet",
"chain": "PHT",
@ -4993,8 +5015,8 @@
"standard": "EIP3091"
}]
}, {
"name": "PHI Network",
"chain": "PHI",
"name": "PHI Network V1",
"chain": "PHI V1",
"network": "mainnet",
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
"faucets": [],
@ -5004,7 +5026,7 @@
"decimals": 18
},
"infoURL": "https://phi.network",
"shortName": "PHI",
"shortName": "PHIv1",
"chainId": 4181,
"networkId": 4181,
"icon": "phi",

View File

@ -1,6 +1,6 @@
[
{
"url":"ipfs://bafybeideqgs54hqx23deytbf4ljbjxgt7tyqkr5b6o5y2yglwjjjf6c4uq",
"url":"ipfs://QmcxC8P7Yu5v587h7uokXJJd1dCQ71w76KRHX8cgzufWXz",
"width":512,
"height":512,
"format":"png"

8
icons/phiv2.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmcxC8P7Yu5v587h7uokXJJd1dCQ71w76KRHX8cgzufWXz",
"width":512,
"height":512,
"format":"png"
}
]

View File

@ -108,6 +108,7 @@
"MATIC": "eip155:137",
"OPtest": "eip155:141",
"dax": "eip155:142",
"PHI": "eip155:144",
"tpht": "eip155:162",
"pht": "eip155:163",
"aioz": "eip155:168",
@ -272,7 +273,7 @@
"tftm": "eip155:4002",
"Bobaopera Testnet": "eip155:4051",
"aioz-testnet": "eip155:4102",
"PHI": "eip155:4181",
"PHIv1": "eip155:4181",
"iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690",
"txvm": "eip155:4918",