eth-chainlist 0.0.828 → 0.0.830
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 +95 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.830 (2026-09-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.829 ([cc4cfed](https://github.com/poowf/eth-chainlist/commit/cc4cfed3e257d9476d2a24e38d27fe4f18ac1ac8))
|
|
9
|
+
* update chain data ([3098a85](https://github.com/poowf/eth-chainlist/commit/3098a854529b20afda98bf13df29859aee1470ff))
|
|
10
|
+
|
|
11
|
+
### 0.0.829 (2026-09-07)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.828 ([c7765fe](https://github.com/poowf/eth-chainlist/commit/c7765fe7e4924d4ba44fb54728d99f5c33daaad3))
|
|
17
|
+
* update chain data ([f7da63c](https://github.com/poowf/eth-chainlist/commit/f7da63c65225e9a74bc9e3e9bd4f4d40c9dfb629))
|
|
18
|
+
|
|
3
19
|
### 0.0.828 (2026-09-06)
|
|
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',
|
|
@@ -22163,6 +22201,11 @@ const chainArray = [
|
|
|
22163
22201
|
name: 'hoodscan',
|
|
22164
22202
|
url: 'https://hoodscan.co',
|
|
22165
22203
|
standard: 'EIP3091'
|
|
22204
|
+
},
|
|
22205
|
+
{
|
|
22206
|
+
name: 'stonkscan',
|
|
22207
|
+
url: 'https://stonkscan.io',
|
|
22208
|
+
standard: 'EIP3091'
|
|
22166
22209
|
}
|
|
22167
22210
|
],
|
|
22168
22211
|
status: 'active',
|
|
@@ -25760,8 +25803,19 @@ const chainArray = [
|
|
|
25760
25803
|
shortName: 'rwachain',
|
|
25761
25804
|
chainId: 7741,
|
|
25762
25805
|
networkId: 7741,
|
|
25763
|
-
status: '
|
|
25764
|
-
parent: {
|
|
25806
|
+
status: 'active',
|
|
25807
|
+
parent: {
|
|
25808
|
+
type: 'L2',
|
|
25809
|
+
chain: 'eip155-8453',
|
|
25810
|
+
bridges: [ { url: 'https://rwa-chain.io/explorer/bridge' } ]
|
|
25811
|
+
},
|
|
25812
|
+
explorers: [
|
|
25813
|
+
{
|
|
25814
|
+
name: 'RWA Chain Explorer',
|
|
25815
|
+
url: 'https://explorer.rwa-chain.io',
|
|
25816
|
+
standard: 'EIP3091'
|
|
25817
|
+
}
|
|
25818
|
+
]
|
|
25765
25819
|
},
|
|
25766
25820
|
{
|
|
25767
25821
|
name: 'Phron Testnet',
|
|
@@ -29423,6 +29477,24 @@ const chainArray = [
|
|
|
29423
29477
|
chainId: 10086,
|
|
29424
29478
|
networkId: 10086
|
|
29425
29479
|
},
|
|
29480
|
+
{
|
|
29481
|
+
name: 'Gate Layer',
|
|
29482
|
+
shortName: 'GateLayer',
|
|
29483
|
+
chain: 'GT',
|
|
29484
|
+
chainId: 10088,
|
|
29485
|
+
networkId: 10088,
|
|
29486
|
+
rpc: [ 'https://gatelayer-mainnet.gatenode.cc' ],
|
|
29487
|
+
faucets: [],
|
|
29488
|
+
nativeCurrency: { name: 'GateToken', symbol: 'GT', decimals: 18 },
|
|
29489
|
+
explorers: [
|
|
29490
|
+
{
|
|
29491
|
+
name: 'GateLayer',
|
|
29492
|
+
url: 'https://www.gatescan.org/gatelayer',
|
|
29493
|
+
standard: 'EIP3091'
|
|
29494
|
+
}
|
|
29495
|
+
],
|
|
29496
|
+
infoURL: 'https://gatechain.io/gatelayer'
|
|
29497
|
+
},
|
|
29426
29498
|
{
|
|
29427
29499
|
name: 'MetaNova Verse',
|
|
29428
29500
|
chain: 'MNV',
|
|
@@ -32969,6 +33041,26 @@ const chainArray = [
|
|
|
32969
33041
|
slip44: 1,
|
|
32970
33042
|
explorers: []
|
|
32971
33043
|
},
|
|
33044
|
+
{
|
|
33045
|
+
name: 'Molibra',
|
|
33046
|
+
chain: 'MOLI',
|
|
33047
|
+
rpc: [ 'https://molibra.org' ],
|
|
33048
|
+
features: [ { name: 'EIP155' } ],
|
|
33049
|
+
faucets: [],
|
|
33050
|
+
nativeCurrency: { name: 'Molibra', symbol: 'MOLI', decimals: 18 },
|
|
33051
|
+
infoURL: 'https://molibra.org',
|
|
33052
|
+
icon: 'molibra',
|
|
33053
|
+
shortName: 'moli',
|
|
33054
|
+
chainId: 20226,
|
|
33055
|
+
networkId: 20226,
|
|
33056
|
+
explorers: [
|
|
33057
|
+
{
|
|
33058
|
+
name: 'Moliscan',
|
|
33059
|
+
url: 'https://molibra.org/molibra/moliscan',
|
|
33060
|
+
standard: 'EIP3091'
|
|
33061
|
+
}
|
|
33062
|
+
]
|
|
33063
|
+
},
|
|
32972
33064
|
{
|
|
32973
33065
|
name: 'CHEESE Blockchain Mainnet',
|
|
32974
33066
|
chain: 'CHEESE',
|
|
@@ -40232,7 +40324,7 @@ const chainArray = [
|
|
|
40232
40324
|
standard: 'EIP3091'
|
|
40233
40325
|
}
|
|
40234
40326
|
],
|
|
40235
|
-
parent: { type: 'L2', chain: 'eip155-
|
|
40327
|
+
parent: { type: 'L2', chain: 'eip155-84532' }
|
|
40236
40328
|
},
|
|
40237
40329
|
{
|
|
40238
40330
|
name: 'Vention Smart Chain Mainnet',
|