eth-chainlist 0.0.626 → 0.0.628
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 +104 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.628 (2025-03-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.627 ([02f0aed](https://github.com/poowf/eth-chainlist/commit/02f0aed938df6d5206469b863c0f9c4bc7139f31))
|
9
|
+
* update chain data ([1608be0](https://github.com/poowf/eth-chainlist/commit/1608be01d80d0bf4e02a411adb6bc92c242577e8))
|
10
|
+
|
11
|
+
### 0.0.627 (2025-03-02)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.626 ([49fe0e7](https://github.com/poowf/eth-chainlist/commit/49fe0e7e901777558ca02fc47585f6ad2b8a6254))
|
17
|
+
* update chain data ([0b23f63](https://github.com/poowf/eth-chainlist/commit/0b23f63be2ff342720726935f1ba20c34eb9a910))
|
18
|
+
|
3
19
|
### 0.0.626 (2025-03-01)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4191,10 +4191,16 @@ const chainArray = [
|
|
4191
4191
|
name: 'Bitnet',
|
4192
4192
|
chain: 'BTN',
|
4193
4193
|
icon: 'bitnet',
|
4194
|
-
rpc: [
|
4194
|
+
rpc: [
|
4195
|
+
'https://rpc.bitnet.money',
|
4196
|
+
'https://rpc.btnscan.com',
|
4197
|
+
'https://rpc.btn.network',
|
4198
|
+
'https://rpc.bitnetmoney.com',
|
4199
|
+
'https://rpc.btn-network.org'
|
4200
|
+
],
|
4195
4201
|
faucets: [],
|
4196
4202
|
nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
|
4197
|
-
infoURL: 'https://bitnet.
|
4203
|
+
infoURL: 'https://bitnet.technology',
|
4198
4204
|
shortName: 'BTN',
|
4199
4205
|
chainId: 210,
|
4200
4206
|
networkId: 210,
|
@@ -5842,7 +5848,7 @@ const chainArray = [
|
|
5842
5848
|
rpc: [ 'https://testapi.omaxray.com' ],
|
5843
5849
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5844
5850
|
faucets: [ 'https://faucet.omaxray.com/' ],
|
5845
|
-
nativeCurrency: { name: 'OMAX TESTCOIN', symbol: '
|
5851
|
+
nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAX', decimals: 18 },
|
5846
5852
|
infoURL: 'https://www.omaxcoin.com/',
|
5847
5853
|
shortName: 'omaxt',
|
5848
5854
|
chainId: 332,
|
@@ -5852,6 +5858,7 @@ const chainArray = [
|
|
5852
5858
|
{
|
5853
5859
|
name: 'Omax Chain Explorer',
|
5854
5860
|
url: 'https://testnet.omaxscan.com',
|
5861
|
+
icon: 'omaxray',
|
5855
5862
|
standard: 'EIP3091'
|
5856
5863
|
}
|
5857
5864
|
]
|
@@ -9667,6 +9674,24 @@ const chainArray = [
|
|
9667
9674
|
}
|
9668
9675
|
]
|
9669
9676
|
},
|
9677
|
+
{
|
9678
|
+
name: 'IOPN Testnet',
|
9679
|
+
chain: 'IOPN Testnet',
|
9680
|
+
rpc: [ 'https://testnet-rpc.iopn.tech' ],
|
9681
|
+
faucets: [ 'https://faucet.iopn.tech' ],
|
9682
|
+
nativeCurrency: { name: 'OPN', symbol: 'OPN', decimals: 18 },
|
9683
|
+
infoURL: 'https://iopn.tech',
|
9684
|
+
shortName: 'iopn-Test-Chain',
|
9685
|
+
chainId: 984,
|
9686
|
+
networkId: 984,
|
9687
|
+
explorers: [
|
9688
|
+
{
|
9689
|
+
name: 'tracehawk',
|
9690
|
+
url: 'https://testnet.iopn.tech',
|
9691
|
+
standard: 'none'
|
9692
|
+
}
|
9693
|
+
]
|
9694
|
+
},
|
9670
9695
|
{
|
9671
9696
|
name: 'Memo Smart Chain Mainnet',
|
9672
9697
|
chain: 'MEMO',
|
@@ -9690,6 +9715,24 @@ const chainArray = [
|
|
9690
9715
|
}
|
9691
9716
|
]
|
9692
9717
|
},
|
9718
|
+
{
|
9719
|
+
name: 'LAGOM Mainnet',
|
9720
|
+
chain: 'LAGOM Mainnet',
|
9721
|
+
rpc: [ 'https://rpc1.lagom.mainnet.zeeve.net' ],
|
9722
|
+
faucets: [],
|
9723
|
+
nativeCurrency: { name: 'LAGO', symbol: 'LAGO', decimals: 18 },
|
9724
|
+
infoURL: 'https://lagomchain.com',
|
9725
|
+
shortName: 'Lagom-Chain',
|
9726
|
+
chainId: 986,
|
9727
|
+
networkId: 986,
|
9728
|
+
explorers: [
|
9729
|
+
{
|
9730
|
+
name: 'tracehawk',
|
9731
|
+
url: 'https://Explorer.lagomchain.com',
|
9732
|
+
standard: 'none'
|
9733
|
+
}
|
9734
|
+
]
|
9735
|
+
},
|
9693
9736
|
{
|
9694
9737
|
name: 'BinaryChain Mainnet',
|
9695
9738
|
chain: 'BinaryChain',
|
@@ -16724,6 +16767,29 @@ const chainArray = [
|
|
16724
16767
|
],
|
16725
16768
|
status: 'active'
|
16726
16769
|
},
|
16770
|
+
{
|
16771
|
+
name: 'Apertum',
|
16772
|
+
title: 'Apertum',
|
16773
|
+
chain: 'APTM',
|
16774
|
+
rpc: [
|
16775
|
+
'https://rpc.apertum.io/ext/bc/YDJ1r9RMkewATmA7B35q1bdV18aywzmdiXwd9zGBq3uQjsCnn/rpc'
|
16776
|
+
],
|
16777
|
+
faucets: [],
|
16778
|
+
nativeCurrency: { name: 'Apertum', symbol: 'APTM', decimals: 18 },
|
16779
|
+
infoURL: 'https://apertum.io',
|
16780
|
+
shortName: 'aptm',
|
16781
|
+
chainId: 2786,
|
16782
|
+
networkId: 2786,
|
16783
|
+
icon: 'apertum',
|
16784
|
+
explorers: [
|
16785
|
+
{
|
16786
|
+
name: 'Apertum Explorer',
|
16787
|
+
url: 'https://explorer.apertum.io',
|
16788
|
+
icon: 'apertum',
|
16789
|
+
standard: 'EIP3091'
|
16790
|
+
}
|
16791
|
+
]
|
16792
|
+
},
|
16727
16793
|
{
|
16728
16794
|
name: 'Morph Holesky',
|
16729
16795
|
title: 'Morph Holesky Testnet',
|
@@ -21843,6 +21909,22 @@ const chainArray = [
|
|
21843
21909
|
}
|
21844
21910
|
]
|
21845
21911
|
},
|
21912
|
+
{
|
21913
|
+
name: 'Rarimo',
|
21914
|
+
title: 'Rarimo Mainnet',
|
21915
|
+
chain: 'ETH',
|
21916
|
+
rpc: [],
|
21917
|
+
faucets: [],
|
21918
|
+
nativeCurrency: { name: 'Rarimo Ether', symbol: 'ETH', decimals: 18 },
|
21919
|
+
infoURL: 'https://rarimo.com',
|
21920
|
+
shortName: 'rarimo',
|
21921
|
+
chainId: 7368,
|
21922
|
+
networkId: 7368,
|
21923
|
+
icon: 'rarimo',
|
21924
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
21925
|
+
explorers: [],
|
21926
|
+
status: 'incubating'
|
21927
|
+
},
|
21846
21928
|
{
|
21847
21929
|
name: 'Raba Network Mainnet',
|
21848
21930
|
chain: 'Raba',
|
@@ -23374,6 +23456,25 @@ const chainArray = [
|
|
23374
23456
|
chainId: 8768,
|
23375
23457
|
networkId: 8768
|
23376
23458
|
},
|
23459
|
+
{
|
23460
|
+
name: 'Okto Testnet',
|
23461
|
+
chain: 'Okto',
|
23462
|
+
rpc: [ 'https://rpc.okto-testnet.zeeve.online' ],
|
23463
|
+
faucets: [ 'https://faucet.okto-testnet.zeeve.online' ],
|
23464
|
+
nativeCurrency: { name: 'Okto', symbol: 'OKTO', decimals: 18 },
|
23465
|
+
features: [ { name: 'EIP155' } ],
|
23466
|
+
infoURL: '',
|
23467
|
+
shortName: 'okto-testnet',
|
23468
|
+
chainId: 8801,
|
23469
|
+
networkId: 8801,
|
23470
|
+
explorers: [
|
23471
|
+
{
|
23472
|
+
name: 'Okto Testnet Explorer',
|
23473
|
+
url: 'https://explorer.okto-testnet.zeeve.online',
|
23474
|
+
standard: 'none'
|
23475
|
+
}
|
23476
|
+
]
|
23477
|
+
},
|
23377
23478
|
{
|
23378
23479
|
name: 'Haven1',
|
23379
23480
|
chain: 'haven1',
|