Add Openpiece chain (#1021)

* Add Openpiece chain

* Remove trailing slashes

* Update RPC
This commit is contained in:
Ha Do Manh 2022-03-30 12:32:27 +07:00 committed by GitHub
parent a4872a8f0a
commit 8c47983d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"name": "Openpiece Testnet",
"chain": "OPENPIECE",
"icon": "openpiece",
"network": "testnet",
"rpc": [
"https://testnet.openpiece.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Belly",
"symbol": "BELLY",
"decimals": 18
},
"infoURL": "https://cryptopiece.online",
"shortName": "OPtest",
"chainId": 141,
"networkId": 141,
"explorers": [
{
"name": "Belly Scan",
"url": "https://testnet.bellyscan.com",
"standard": "none"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "Openpiece Mainnet",
"chain": "OPENPIECE",
"icon": "openpiece",
"network": "mainnet",
"rpc": [
"https://mainnet.openpiece.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Belly",
"symbol": "BELLY",
"decimals": 18
},
"infoURL": "https://cryptopiece.online",
"shortName": "OP",
"chainId": 54,
"networkId": 54,
"explorers": [
{
"name": "Belly Scan",
"url": "https://bellyscan.com",
"standard": "none"
}
]
}

View File

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