eth-chainlist 0.0.105 → 0.0.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +161 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.107 (2023-03-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.106 ([f2a3aca](https://github.com/poowf/eth-chainlist/commit/f2a3acaebeac5ccf87e212f967c904b70c3182b7))
|
9
|
+
* update chain data ([c535fc6](https://github.com/poowf/eth-chainlist/commit/c535fc64e0d27076742de58c551747c0181bf657))
|
10
|
+
|
11
|
+
### 0.0.106 (2023-03-21)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.105 ([cb4e532](https://github.com/poowf/eth-chainlist/commit/cb4e5322574478ae22d63159ee7facdba23def33))
|
17
|
+
* update chain data ([21e223f](https://github.com/poowf/eth-chainlist/commit/21e223fd7bc7e8e959e97d76b4cea8aab359f861))
|
18
|
+
|
3
19
|
### 0.0.105 (2023-03-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6151,6 +6151,54 @@ const chainArray = [
|
|
6151
6151
|
}
|
6152
6152
|
]
|
6153
6153
|
},
|
6154
|
+
{
|
6155
|
+
name: 'Lightlink Phoenix Mainnet',
|
6156
|
+
chain: 'Lightlink Phoenix Mainnet',
|
6157
|
+
icon: 'lightlink',
|
6158
|
+
rpc: [
|
6159
|
+
'https://replicator-01.phoenix.lightlink.io/rpc/v1',
|
6160
|
+
'https://replicator-02.phoenix.lightlink.io/rpc/v1'
|
6161
|
+
],
|
6162
|
+
features: [ { name: 'EIP155' } ],
|
6163
|
+
faucets: [],
|
6164
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
6165
|
+
infoURL: 'https://lightlink.io',
|
6166
|
+
shortName: 'lightlink_phoenix',
|
6167
|
+
chainId: 1890,
|
6168
|
+
networkId: 1890,
|
6169
|
+
explorers: [
|
6170
|
+
{
|
6171
|
+
name: 'phoenix',
|
6172
|
+
url: 'https://phoenix.lightlink.io',
|
6173
|
+
icon: 'lightlink',
|
6174
|
+
standard: 'EIP3091'
|
6175
|
+
}
|
6176
|
+
]
|
6177
|
+
},
|
6178
|
+
{
|
6179
|
+
name: 'Lightlink Pegasus Testnet',
|
6180
|
+
chain: 'Lightlink Pegasus Testnet',
|
6181
|
+
icon: 'lightlink',
|
6182
|
+
rpc: [
|
6183
|
+
'https://replicator-01.pegasus.lightlink.io/rpc/v1',
|
6184
|
+
'https://replicator-02.pegasus.lightlink.io/rpc/v1'
|
6185
|
+
],
|
6186
|
+
features: [ { name: 'EIP155' } ],
|
6187
|
+
faucets: [ 'https://pegasus-faucet-react.vercel.app' ],
|
6188
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
6189
|
+
infoURL: 'https://lightlink.io',
|
6190
|
+
shortName: 'lightlink_pegasus',
|
6191
|
+
chainId: 1891,
|
6192
|
+
networkId: 1891,
|
6193
|
+
explorers: [
|
6194
|
+
{
|
6195
|
+
name: 'pegasus',
|
6196
|
+
url: 'https://pegasus.lightlink.io',
|
6197
|
+
icon: 'lightlink',
|
6198
|
+
standard: 'EIP3091'
|
6199
|
+
}
|
6200
|
+
]
|
6201
|
+
},
|
6154
6202
|
{
|
6155
6203
|
name: 'BON Network',
|
6156
6204
|
chain: 'BON',
|
@@ -7599,6 +7647,25 @@ const chainArray = [
|
|
7599
7647
|
}
|
7600
7648
|
]
|
7601
7649
|
},
|
7650
|
+
{
|
7651
|
+
name: 'AlveyChain Mainnet',
|
7652
|
+
chain: 'ALV',
|
7653
|
+
icon: 'alveychain',
|
7654
|
+
rpc: [ 'https://rpc.alveychain.com/rpc', 'https://rpc2.alvey.io/rpc' ],
|
7655
|
+
faucets: [],
|
7656
|
+
nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
|
7657
|
+
infoURL: 'https://alveyscan.com/rpc',
|
7658
|
+
shortName: 'alv',
|
7659
|
+
chainId: 3797,
|
7660
|
+
networkId: 3797,
|
7661
|
+
explorers: [
|
7662
|
+
{
|
7663
|
+
name: 'AlveyScan',
|
7664
|
+
url: 'https://alveyscan.com',
|
7665
|
+
standard: 'EIP3091'
|
7666
|
+
}
|
7667
|
+
]
|
7668
|
+
},
|
7602
7669
|
{
|
7603
7670
|
name: 'DRAC Network',
|
7604
7671
|
chain: 'DRAC',
|
@@ -8553,6 +8620,48 @@ const chainArray = [
|
|
8553
8620
|
}
|
8554
8621
|
]
|
8555
8622
|
},
|
8623
|
+
{
|
8624
|
+
name: 'The Root Network - Mainnet',
|
8625
|
+
chain: 'TRN',
|
8626
|
+
rpc: [
|
8627
|
+
'https://root.rootnet.live/archive',
|
8628
|
+
'wss://root.rootnet.live/archive/ws'
|
8629
|
+
],
|
8630
|
+
faucets: [],
|
8631
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 },
|
8632
|
+
infoURL: 'https://www.futureverse.com/technology/root',
|
8633
|
+
shortName: 'trn-mainnet',
|
8634
|
+
chainId: 7668,
|
8635
|
+
networkId: 7668,
|
8636
|
+
explorers: [
|
8637
|
+
{
|
8638
|
+
name: 'rootnet',
|
8639
|
+
url: 'https://explorer.rootnet.live',
|
8640
|
+
standard: 'none'
|
8641
|
+
}
|
8642
|
+
]
|
8643
|
+
},
|
8644
|
+
{
|
8645
|
+
name: 'The Root Network - Porcini Testnet',
|
8646
|
+
chain: 'TRN',
|
8647
|
+
rpc: [
|
8648
|
+
'https://porcini.rootnet.app/archive',
|
8649
|
+
'wss://porcini.rootnet.app/archive/ws'
|
8650
|
+
],
|
8651
|
+
faucets: [],
|
8652
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 },
|
8653
|
+
infoURL: 'https://www.futureverse.com/technology/root',
|
8654
|
+
shortName: 'trn-porcini',
|
8655
|
+
chainId: 7672,
|
8656
|
+
networkId: 7672,
|
8657
|
+
explorers: [
|
8658
|
+
{
|
8659
|
+
name: 'rootnet',
|
8660
|
+
url: 'https://explorer.rootnet.cloud',
|
8661
|
+
standard: 'none'
|
8662
|
+
}
|
8663
|
+
]
|
8664
|
+
},
|
8556
8665
|
{
|
8557
8666
|
name: 'Canto',
|
8558
8667
|
chain: 'Canto',
|
@@ -11343,6 +11452,27 @@ const chainArray = [
|
|
11343
11452
|
}
|
11344
11453
|
]
|
11345
11454
|
},
|
11455
|
+
{
|
11456
|
+
name: 'Syscoin Rollux Testnet',
|
11457
|
+
chain: 'SYS',
|
11458
|
+
rpc: [
|
11459
|
+
'https://rpc-tanenbaum.rollux.com',
|
11460
|
+
'wss://rpc-tanenbaum.rollux.com/wss'
|
11461
|
+
],
|
11462
|
+
faucets: [],
|
11463
|
+
nativeCurrency: { name: 'Rollux Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
11464
|
+
infoURL: 'https://syscoin.org',
|
11465
|
+
shortName: 'tsys-rollux',
|
11466
|
+
chainId: 57000,
|
11467
|
+
networkId: 57000,
|
11468
|
+
explorers: [
|
11469
|
+
{
|
11470
|
+
name: 'Syscoin Rollux Testnet Explorer',
|
11471
|
+
url: 'https://rollux.tanenbaum.io',
|
11472
|
+
standard: 'EIP3091'
|
11473
|
+
}
|
11474
|
+
]
|
11475
|
+
},
|
11346
11476
|
{
|
11347
11477
|
name: 'Thinkium Testnet Chain 0',
|
11348
11478
|
chain: 'Thinkium',
|
@@ -11883,6 +12013,17 @@ const chainArray = [
|
|
11883
12013
|
}
|
11884
12014
|
]
|
11885
12015
|
},
|
12016
|
+
{
|
12017
|
+
name: 'CYBERTRUST',
|
12018
|
+
chain: 'CYBER',
|
12019
|
+
rpc: [ 'http://testnet.cybertrust.space:48501' ],
|
12020
|
+
faucets: [],
|
12021
|
+
nativeCurrency: { name: 'Cyber Trust', symbol: 'CYBER', decimals: 18 },
|
12022
|
+
infoURL: 'https://cybertrust.space',
|
12023
|
+
shortName: 'Cyber',
|
12024
|
+
chainId: 85449,
|
12025
|
+
networkId: 48501
|
12026
|
+
},
|
11886
12027
|
{
|
11887
12028
|
name: 'Chiliz Scoville Testnet',
|
11888
12029
|
chain: 'CHZ',
|
@@ -14263,6 +14404,26 @@ const chainArray = [
|
|
14263
14404
|
}
|
14264
14405
|
]
|
14265
14406
|
},
|
14407
|
+
{
|
14408
|
+
name: 'T.E.A.M Blockchain',
|
14409
|
+
chain: 'TEAM',
|
14410
|
+
rpc: [ 'https://rpc.teamblockchain.team' ],
|
14411
|
+
faucets: [],
|
14412
|
+
nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals: 8 },
|
14413
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14414
|
+
infoURL: 'https://teamblockchain.team',
|
14415
|
+
shortName: 'team',
|
14416
|
+
chainId: 88888888,
|
14417
|
+
networkId: 88888888,
|
14418
|
+
explorers: [
|
14419
|
+
{
|
14420
|
+
icon: 'team',
|
14421
|
+
name: 'teamscan',
|
14422
|
+
url: 'https://teamblockchain.team',
|
14423
|
+
standard: 'EIP3091'
|
14424
|
+
}
|
14425
|
+
]
|
14426
|
+
},
|
14266
14427
|
{
|
14267
14428
|
name: 'Joys Digital TestNet',
|
14268
14429
|
chain: 'TOYS',
|