Skip to content

Commit

Permalink
Add chain-id for REAP (#3181)
Browse files Browse the repository at this point in the history
* Add chain-id for REAP

* Modify icon and formatting

* Modify json formatting

* Modify icon file name

* Modify testnet shortName

* Remove unreference file

---------

Co-authored-by: Minho LEE <[email protected]>
  • Loading branch information
helloreap and comnics-reappay authored Jul 26, 2023
1 parent 6e27833 commit 302adb5
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-221230.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Reapchain Mainnet",
"chain": "REAP",
"rpc": ["https://rpc.reapchain.org"],
"faucets": [],
"nativeCurrency": {
"name": "Reap",
"symbol": "REAP",
"decimals": 18
},
"features": [],
"infoURL": "https://reapchain.com",
"shortName": "reap",
"chainId": 221230,
"networkId": 221230,
"icon": "reapchain",
"explorers": [
{
"name": "Reapchain Dashboard",
"url": "https://dashboard.reapchain.org",
"icon": "reapchain",
"standard": "none"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-221231.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Reapchain Testnet",
"chain": "REAP",
"rpc": ["https://test-rpc.reapchain.org"],
"faucets": ["http://faucet.reapchain.com"],
"nativeCurrency": {
"name": "test-Reap",
"symbol": "tREAP",
"decimals": 18
},
"features": [],
"infoURL": "https://reapchain.com",
"shortName": "reap-testnet",
"chainId": 221231,
"networkId": 221231,
"icon": "reapchain",
"explorers": [
{
"name": "Reapchain Testnet Dashboard",
"url": "https://test-dashboard.reapchain.org",
"icon": "reapchain",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/reapchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmevQ8jmDWHmdnUQg6BpoMwVB3NhpzS75adbMnKL78Ls2h",
"width": 256,
"height": 256,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 302adb5

Please sign in to comment.