Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions constants/additionalChainRegistry/chainid-1888.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
//chainid-1888.js
export const data = {
"name": "RecorderCoin Mainnet",
"chain": "RECR",
"icon": "https://recordercoin.org/Recorder%20Coin%20Logo%20256x256.png",
"rpc": [
"https://rpc.recordercoin.org",
"https://rpc1.recordercoin.org"
],
"faucets": [],
"nativeCurrency": {
"name": "RecorderCoin",
"symbol": "RECR",
"decimals": 18
},
"infoURL": "https://recordercoin.org",
"shortName": "recr",
"chainId": 1888,
"networkId": 223344,
"explorers": [
{
"name": "RecorderCoin Explorer",
"url": "https://explorer.recordercoin.org",
"standard": "EIP3091"
}
]
}
29 changes: 29 additions & 0 deletions constants/additionalChainRegistry/chainid-18881.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//chainid-18881.js
export const data = {
"name": "RecorderCoin Testnet",
"chain": "tRECR",
"icon": "https://recordercoin.org/Recorder%20Coin%20Logo%20256x256.png",
"rpc": [
"https://testnet-rpc.recordercoin.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Test RecorderCoin",
"symbol": "tRECR",
"decimals": 18
},
"infoURL": "https://recordercoin.org",
"shortName": "trecr",
"chainId": 18881,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the tRECR chainId to 18882 from 18881.

"networkId": 2233441,
"explorers": [
{
"name": "RecorderCoin Testnet Explorer",
"url": "https://explorer-testnet.recordercoin.org",
"standard": "EIP3091"
}
],
"features": [{ "name": "EIP155" }],
"testnet": true
}