mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Openpiece chain (#1021)
* Add Openpiece chain * Remove trailing slashes * Update RPC
This commit is contained in:
parent
a4872a8f0a
commit
8c47983d5d
26
_data/chains/eip155-141.json
Normal file
26
_data/chains/eip155-141.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
26
_data/chains/eip155-54.json
Normal file
26
_data/chains/eip155-54.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/openpiece.json
Normal file
8
_data/icons/openpiece.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2",
|
||||||
|
"width": 250,
|
||||||
|
"height": 250,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user