Skip to content

Commit 550e319

Browse files
authored
RecorderCoin listing (#2148)
* RecorderCoin listing * Update testnet-recr Chain ID to 18882 from 18881
1 parent 288d25d commit 550e319

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
//chainid-1888.js
2+
export const data = {
3+
"name": "RecorderCoin Mainnet",
4+
"chain": "RECR",
5+
"icon": "https://recordercoin.org/Recorder%20Coin%20Logo%20256x256.png",
6+
"rpc": [
7+
"https://rpc.recordercoin.org",
8+
"https://rpc1.recordercoin.org"
9+
],
10+
"faucets": [],
11+
"nativeCurrency": {
12+
"name": "RecorderCoin",
13+
"symbol": "RECR",
14+
"decimals": 18
15+
},
16+
"infoURL": "https://recordercoin.org",
17+
"shortName": "recr",
18+
"chainId": 1888,
19+
"networkId": 223344,
20+
"explorers": [
21+
{
22+
"name": "RecorderCoin Explorer",
23+
"url": "https://explorer.recordercoin.org",
24+
"standard": "EIP3091"
25+
}
26+
]
27+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
//chainid-18881.js
2+
export const data = {
3+
"name": "RecorderCoin Testnet",
4+
"chain": "tRECR",
5+
"icon": "https://recordercoin.org/Recorder%20Coin%20Logo%20256x256.png",
6+
"rpc": [
7+
"https://testnet-rpc.recordercoin.org"
8+
],
9+
"faucets": [],
10+
"nativeCurrency": {
11+
"name": "Test RecorderCoin",
12+
"symbol": "tRECR",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://recordercoin.org",
16+
"shortName": "trecr",
17+
"chainId": 18882
18+
,
19+
"networkId": 2233441,
20+
"explorers": [
21+
{
22+
"name": "RecorderCoin Testnet Explorer",
23+
"url": "https://explorer-testnet.recordercoin.org",
24+
"standard": "EIP3091"
25+
}
26+
],
27+
"features": [{ "name": "EIP155" }],
28+
"testnet": true
29+
}
30+

0 commit comments

Comments
 (0)