eth-chainlist 0.0.829 → 0.0.831
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 +114 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.831 (2026-09-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.830 ([cb8288f](https://github.com/poowf/eth-chainlist/commit/cb8288f9463d883bc2af44f0a708d45707090471))
|
|
9
|
+
* update chain data ([cc0555a](https://github.com/poowf/eth-chainlist/commit/cc0555a99e9491e43d072c85e8b8c91af5662ce1))
|
|
10
|
+
|
|
11
|
+
### 0.0.830 (2026-09-08)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.829 ([cc4cfed](https://github.com/poowf/eth-chainlist/commit/cc4cfed3e257d9476d2a24e38d27fe4f18ac1ac8))
|
|
17
|
+
* update chain data ([3098a85](https://github.com/poowf/eth-chainlist/commit/3098a854529b20afda98bf13df29859aee1470ff))
|
|
18
|
+
|
|
3
19
|
### 0.0.829 (2026-09-07)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -4315,6 +4315,25 @@ const chainArray = [
|
|
|
4315
4315
|
chainId: 208,
|
|
4316
4316
|
networkId: 208
|
|
4317
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
name: 'Ri-Nn Chain',
|
|
4320
|
+
chain: 'RIN',
|
|
4321
|
+
icon: 'rinn',
|
|
4322
|
+
rpc: [ 'https://rpc.ri-nn.io' ],
|
|
4323
|
+
faucets: [],
|
|
4324
|
+
nativeCurrency: { name: 'RIN', symbol: 'RIN', decimals: 18 },
|
|
4325
|
+
infoURL: 'https://ri-nn.io',
|
|
4326
|
+
shortName: 'ri-nn',
|
|
4327
|
+
chainId: 209,
|
|
4328
|
+
networkId: 209,
|
|
4329
|
+
explorers: [
|
|
4330
|
+
{
|
|
4331
|
+
name: 'Ri-Nn Scan',
|
|
4332
|
+
url: 'https://scan.ri-nn.io',
|
|
4333
|
+
standard: 'EIP3091'
|
|
4334
|
+
}
|
|
4335
|
+
]
|
|
4336
|
+
},
|
|
4318
4337
|
{
|
|
4319
4338
|
name: 'Bitnet',
|
|
4320
4339
|
chain: 'BTN',
|
|
@@ -4484,6 +4503,25 @@ const chainArray = [
|
|
|
4484
4503
|
networkId: 218,
|
|
4485
4504
|
status: 'deprecated'
|
|
4486
4505
|
},
|
|
4506
|
+
{
|
|
4507
|
+
name: 'Ri-Nn Testnet',
|
|
4508
|
+
chain: 'RIN',
|
|
4509
|
+
icon: 'rinn',
|
|
4510
|
+
rpc: [ 'https://testnet-rpc.ri-nn.io' ],
|
|
4511
|
+
faucets: [],
|
|
4512
|
+
nativeCurrency: { name: 'RIN', symbol: 'RIN', decimals: 18 },
|
|
4513
|
+
infoURL: 'https://ri-nn.io',
|
|
4514
|
+
shortName: 'ri-nn-testnet',
|
|
4515
|
+
chainId: 219,
|
|
4516
|
+
networkId: 219,
|
|
4517
|
+
explorers: [
|
|
4518
|
+
{
|
|
4519
|
+
name: 'Ri-Nn Testnet Scan',
|
|
4520
|
+
url: 'https://testnet-scan.ri-nn.io',
|
|
4521
|
+
standard: 'EIP3091'
|
|
4522
|
+
}
|
|
4523
|
+
]
|
|
4524
|
+
},
|
|
4487
4525
|
{
|
|
4488
4526
|
name: 'Scalind Testnet',
|
|
4489
4527
|
chain: 'ETH',
|
|
@@ -11590,6 +11628,25 @@ const chainArray = [
|
|
|
11590
11628
|
}
|
|
11591
11629
|
]
|
|
11592
11630
|
},
|
|
11631
|
+
{
|
|
11632
|
+
name: 'Vordium',
|
|
11633
|
+
chain: 'VORD',
|
|
11634
|
+
icon: 'vordium',
|
|
11635
|
+
rpc: [ 'https://rpc.vordium.com' ],
|
|
11636
|
+
faucets: [],
|
|
11637
|
+
nativeCurrency: { name: 'Vordium', symbol: 'VORD', decimals: 18 },
|
|
11638
|
+
infoURL: 'https://vordium.com',
|
|
11639
|
+
shortName: 'vord',
|
|
11640
|
+
chainId: 1110,
|
|
11641
|
+
networkId: 1110,
|
|
11642
|
+
explorers: [
|
|
11643
|
+
{
|
|
11644
|
+
name: 'vordscan',
|
|
11645
|
+
url: 'https://vordscan.io',
|
|
11646
|
+
standard: 'EIP3091'
|
|
11647
|
+
}
|
|
11648
|
+
]
|
|
11649
|
+
},
|
|
11593
11650
|
{
|
|
11594
11651
|
name: 'WEMIX3.0 Mainnet',
|
|
11595
11652
|
chain: 'WEMIX',
|
|
@@ -25765,8 +25822,19 @@ const chainArray = [
|
|
|
25765
25822
|
shortName: 'rwachain',
|
|
25766
25823
|
chainId: 7741,
|
|
25767
25824
|
networkId: 7741,
|
|
25768
|
-
status: '
|
|
25769
|
-
parent: {
|
|
25825
|
+
status: 'active',
|
|
25826
|
+
parent: {
|
|
25827
|
+
type: 'L2',
|
|
25828
|
+
chain: 'eip155-8453',
|
|
25829
|
+
bridges: [ { url: 'https://rwa-chain.io/explorer/bridge' } ]
|
|
25830
|
+
},
|
|
25831
|
+
explorers: [
|
|
25832
|
+
{
|
|
25833
|
+
name: 'RWA Chain Explorer',
|
|
25834
|
+
url: 'https://explorer.rwa-chain.io',
|
|
25835
|
+
standard: 'EIP3091'
|
|
25836
|
+
}
|
|
25837
|
+
]
|
|
25770
25838
|
},
|
|
25771
25839
|
{
|
|
25772
25840
|
name: 'Phron Testnet',
|
|
@@ -28338,6 +28406,24 @@ const chainArray = [
|
|
|
28338
28406
|
}
|
|
28339
28407
|
]
|
|
28340
28408
|
},
|
|
28409
|
+
{
|
|
28410
|
+
name: 'Rabbit Chain Testnet',
|
|
28411
|
+
chain: 'RAB',
|
|
28412
|
+
rpc: [ 'https://rpc-testnet.rabbitchain.org' ],
|
|
28413
|
+
faucets: [ 'https://rabbitchain.org/platform/faucet' ],
|
|
28414
|
+
nativeCurrency: { name: 'Test RAB', symbol: 'tRAB', decimals: 18 },
|
|
28415
|
+
infoURL: 'https://rabbitchain.org',
|
|
28416
|
+
shortName: 'rabt',
|
|
28417
|
+
chainId: 9280,
|
|
28418
|
+
networkId: 9280,
|
|
28419
|
+
explorers: [
|
|
28420
|
+
{
|
|
28421
|
+
name: 'Rabbit Chain Testnet Explorer',
|
|
28422
|
+
url: 'https://explorer-testnet.rabbitchain.org',
|
|
28423
|
+
standard: 'EIP3091'
|
|
28424
|
+
}
|
|
28425
|
+
]
|
|
28426
|
+
},
|
|
28341
28427
|
{
|
|
28342
28428
|
name: 'Galactica-Reticulum',
|
|
28343
28429
|
chain: 'Galactica Testnet',
|
|
@@ -33000,6 +33086,7 @@ const chainArray = [
|
|
|
33000
33086
|
faucets: [],
|
|
33001
33087
|
nativeCurrency: { name: 'Molibra', symbol: 'MOLI', decimals: 18 },
|
|
33002
33088
|
infoURL: 'https://molibra.org',
|
|
33089
|
+
icon: 'molibra',
|
|
33003
33090
|
shortName: 'moli',
|
|
33004
33091
|
chainId: 20226,
|
|
33005
33092
|
networkId: 20226,
|
|
@@ -33007,7 +33094,7 @@ const chainArray = [
|
|
|
33007
33094
|
{
|
|
33008
33095
|
name: 'Moliscan',
|
|
33009
33096
|
url: 'https://molibra.org/molibra/moliscan',
|
|
33010
|
-
standard: '
|
|
33097
|
+
standard: 'EIP3091'
|
|
33011
33098
|
}
|
|
33012
33099
|
]
|
|
33013
33100
|
},
|
|
@@ -40043,6 +40130,30 @@ const chainArray = [
|
|
|
40043
40130
|
}
|
|
40044
40131
|
]
|
|
40045
40132
|
},
|
|
40133
|
+
{
|
|
40134
|
+
name: 'SELEMAN Chain',
|
|
40135
|
+
chain: 'SMN',
|
|
40136
|
+
rpc: [
|
|
40137
|
+
'https://seleman.monarcaproject.com/rpc',
|
|
40138
|
+
'https://seleman-edge.mineriafjs.workers.dev/rpc',
|
|
40139
|
+
'wss://seleman-ws.monarcaproject.com'
|
|
40140
|
+
],
|
|
40141
|
+
faucets: [ 'https://seleman.monarcaproject.com/trust-wallet' ],
|
|
40142
|
+
nativeCurrency: { name: 'SELEMAN', symbol: 'SMN', decimals: 18 },
|
|
40143
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
40144
|
+
infoURL: 'https://seleman.monarcaproject.com/seleman-chain',
|
|
40145
|
+
shortName: 'seleman',
|
|
40146
|
+
chainId: 73571,
|
|
40147
|
+
networkId: 73571,
|
|
40148
|
+
slip44: 73571,
|
|
40149
|
+
explorers: [
|
|
40150
|
+
{
|
|
40151
|
+
name: 'seleman',
|
|
40152
|
+
url: 'https://seleman.monarcaproject.com',
|
|
40153
|
+
standard: 'EIP3091'
|
|
40154
|
+
}
|
|
40155
|
+
]
|
|
40156
|
+
},
|
|
40046
40157
|
{
|
|
40047
40158
|
name: 'NV-CHAIN',
|
|
40048
40159
|
chain: 'NVC',
|