mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Reserving chain IDs for Portal Fantasy (#1328)
This commit is contained in:
parent
5d2b74daff
commit
906b44399b
18
_data/chains/eip155-808.json
Normal file
18
_data/chains/eip155-808.json
Normal 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
_data/chains/eip155-909.json
Normal file
19
_data/chains/eip155-909.json
Normal 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
8
_data/icons/pf.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc",
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user