Reserving chain IDs for Portal Fantasy (#1328)

This commit is contained in:
Zaggo 2022-07-25 12:23:46 +01:00 committed by GitHub
parent 5d2b74daff
commit 906b44399b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 0 deletions

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": []
}

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"
}

8
_data/icons/pf.json Normal file
View File

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