-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
6e27833
commit 302adb5
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.