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

This commit is contained in:
ligi 2022-07-25 11:28:04 +00:00
parent 4b50c034d5
commit d6570deac7
8 changed files with 110 additions and 2 deletions

File diff suppressed because one or more lines are too long

18
chains/eip155-808.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "Portal Fantasy Chain Test",
"chain": "PF",
"icon": "pf",
"network": "testnet",
"rpc": ["http://3.212.233.100:9650/ext/bc/2FJX3r1hWwyMWSo12j429g8HTVH1nrC8twatkLgtaCXtRD4GLq/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"infoURL": "https://portalfantasy.io",
"shortName": "PFTEST",
"chainId": 808,
"networkId": 808,
"explorers": []
}

19
chains/eip155-909.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Portal Fantasy Chain",
"chain": "PF",
"icon": "pf",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"infoURL": "https://portalfantasy.io",
"shortName": "PF",
"chainId": 909,
"networkId": 909,
"explorers": [],
"status": "incubating"
}

File diff suppressed because one or more lines are too long

View File

@ -2260,6 +2260,19 @@
"rpc": ["https://orig.haichain.io/"],
"faucets": [],
"infoURL": "https://www.haichain.io/"
}, {
"name": "Portal Fantasy Chain Test",
"chainId": 808,
"shortName": "PFTEST",
"networkId": 808,
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"rpc": ["http://3.212.233.100:9650/ext/bc/2FJX3r1hWwyMWSo12j429g8HTVH1nrC8twatkLgtaCXtRD4GLq/rpc"],
"faucets": [],
"infoURL": "https://portalfantasy.io"
}, {
"name": "Callisto Mainnet",
"chainId": 820,
@ -2364,6 +2377,19 @@
"rpc": ["https://s3-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"infoURL": "https://garizon.com"
}, {
"name": "Portal Fantasy Chain",
"chainId": 909,
"shortName": "PF",
"networkId": 909,
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://portalfantasy.io"
}, {
"name": "PulseChain Testnet",
"chainId": 940,

View File

@ -3133,6 +3133,23 @@
"shortName": "haic",
"chainId": 803,
"networkId": 803
}, {
"name": "Portal Fantasy Chain Test",
"chain": "PF",
"icon": "pf",
"network": "testnet",
"rpc": ["http://3.212.233.100:9650/ext/bc/2FJX3r1hWwyMWSo12j429g8HTVH1nrC8twatkLgtaCXtRD4GLq/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"infoURL": "https://portalfantasy.io",
"shortName": "PFTEST",
"chainId": 808,
"networkId": 808,
"explorers": []
}, {
"name": "Callisto Mainnet",
"chain": "CLO",
@ -3296,6 +3313,24 @@
"chain": "eip155-900",
"type": "shard"
}
}, {
"name": "Portal Fantasy Chain",
"chain": "PF",
"icon": "pf",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Portal Fantasy Token",
"symbol": "PFT",
"decimals": 18
},
"infoURL": "https://portalfantasy.io",
"shortName": "PF",
"chainId": 909,
"networkId": 909,
"explorers": [],
"status": "incubating"
}, {
"name": "PulseChain Testnet",
"shortName": "tpls",

8
icons/pf.json Normal file
View File

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

View File

@ -173,6 +173,7 @@
"aca": "eip155:787",
"taero": "eip155:788",
"haic": "eip155:803",
"PFTEST": "eip155:808",
"clo": "eip155:820",
"tclo": "eip155:821",
"ambros": "eip155:880",
@ -181,6 +182,7 @@
"gar-test-s1": "eip155:901",
"gar-test-s2": "eip155:902",
"gar-test-s3": "eip155:903",
"PF": "eip155:909",
"tpls": "eip155:940",
"t2bpls": "eip155:941",
"t3pls": "eip155:942",