File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed
constants/additionalChainRegistry Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments