From e96a18d8b9163ad21a0ec3971e10807fb164987a Mon Sep 17 00:00:00 2001 From: hadomanh Date: Tue, 29 Mar 2022 16:31:21 +0700 Subject: [PATCH] Add Openpiece chain --- _data/chains/eip155-141.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-54.json | 26 ++++++++++++++++++++++++++ _data/icons/openpiece.json | 8 ++++++++ 3 files changed, 60 insertions(+) create mode 100644 _data/chains/eip155-141.json create mode 100644 _data/chains/eip155-54.json create mode 100644 _data/icons/openpiece.json diff --git a/_data/chains/eip155-141.json b/_data/chains/eip155-141.json new file mode 100644 index 00000000..a4fa9710 --- /dev/null +++ b/_data/chains/eip155-141.json @@ -0,0 +1,26 @@ +{ + "name": "Openpiece Testnet", + "chain": "OPENPIECE", + "icon": "openpiece", + "network": "testnet", + "rpc": [ + "http://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" + } + ] +} diff --git a/_data/chains/eip155-54.json b/_data/chains/eip155-54.json new file mode 100644 index 00000000..a0b066c2 --- /dev/null +++ b/_data/chains/eip155-54.json @@ -0,0 +1,26 @@ +{ + "name": "Openpiece Mainnet", + "chain": "OPENPIECE", + "icon": "openpiece", + "network": "mainnet", + "rpc": [ + "http://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" + } + ] +} diff --git a/_data/icons/openpiece.json b/_data/icons/openpiece.json new file mode 100644 index 00000000..0db62b46 --- /dev/null +++ b/_data/icons/openpiece.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2", + "width": 250, + "height": 250, + "format": "png" + } +]