eth-chainlist 0.0.626 → 0.0.627
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 +8 -0
- package/data/chain.js +94 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.627 (2025-03-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.626 ([49fe0e7](https://github.com/poowf/eth-chainlist/commit/49fe0e7e901777558ca02fc47585f6ad2b8a6254))
|
9
|
+
* update chain data ([0b23f63](https://github.com/poowf/eth-chainlist/commit/0b23f63be2ff342720726935f1ba20c34eb9a910))
|
10
|
+
|
3
11
|
### 0.0.626 (2025-03-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9667,6 +9667,24 @@ const chainArray = [
|
|
9667
9667
|
}
|
9668
9668
|
]
|
9669
9669
|
},
|
9670
|
+
{
|
9671
|
+
name: 'IOPN Testnet',
|
9672
|
+
chain: 'IOPN Testnet',
|
9673
|
+
rpc: [ 'https://testnet-rpc.iopn.tech' ],
|
9674
|
+
faucets: [ 'https://faucet.iopn.tech' ],
|
9675
|
+
nativeCurrency: { name: 'OPN', symbol: 'OPN', decimals: 18 },
|
9676
|
+
infoURL: 'https://iopn.tech',
|
9677
|
+
shortName: 'iopn-Test-Chain',
|
9678
|
+
chainId: 984,
|
9679
|
+
networkId: 984,
|
9680
|
+
explorers: [
|
9681
|
+
{
|
9682
|
+
name: 'tracehawk',
|
9683
|
+
url: 'https://testnet.iopn.tech',
|
9684
|
+
standard: 'none'
|
9685
|
+
}
|
9686
|
+
]
|
9687
|
+
},
|
9670
9688
|
{
|
9671
9689
|
name: 'Memo Smart Chain Mainnet',
|
9672
9690
|
chain: 'MEMO',
|
@@ -9690,6 +9708,24 @@ const chainArray = [
|
|
9690
9708
|
}
|
9691
9709
|
]
|
9692
9710
|
},
|
9711
|
+
{
|
9712
|
+
name: 'LAGOM Mainnet',
|
9713
|
+
chain: 'LAGOM Mainnet',
|
9714
|
+
rpc: [ 'https://rpc1.lagom.mainnet.zeeve.net' ],
|
9715
|
+
faucets: [],
|
9716
|
+
nativeCurrency: { name: 'LAGO', symbol: 'LAGO', decimals: 18 },
|
9717
|
+
infoURL: 'https://lagomchain.com',
|
9718
|
+
shortName: 'Lagom-Chain',
|
9719
|
+
chainId: 986,
|
9720
|
+
networkId: 986,
|
9721
|
+
explorers: [
|
9722
|
+
{
|
9723
|
+
name: 'tracehawk',
|
9724
|
+
url: 'https://Explorer.lagomchain.com',
|
9725
|
+
standard: 'none'
|
9726
|
+
}
|
9727
|
+
]
|
9728
|
+
},
|
9693
9729
|
{
|
9694
9730
|
name: 'BinaryChain Mainnet',
|
9695
9731
|
chain: 'BinaryChain',
|
@@ -16724,6 +16760,29 @@ const chainArray = [
|
|
16724
16760
|
],
|
16725
16761
|
status: 'active'
|
16726
16762
|
},
|
16763
|
+
{
|
16764
|
+
name: 'Apertum',
|
16765
|
+
title: 'Apertum',
|
16766
|
+
chain: 'APTM',
|
16767
|
+
rpc: [
|
16768
|
+
'https://rpc.apertum.io/ext/bc/YDJ1r9RMkewATmA7B35q1bdV18aywzmdiXwd9zGBq3uQjsCnn/rpc'
|
16769
|
+
],
|
16770
|
+
faucets: [],
|
16771
|
+
nativeCurrency: { name: 'Apertum', symbol: 'APTM', decimals: 18 },
|
16772
|
+
infoURL: 'https://apertum.io',
|
16773
|
+
shortName: 'aptm',
|
16774
|
+
chainId: 2786,
|
16775
|
+
networkId: 2786,
|
16776
|
+
icon: 'apertum',
|
16777
|
+
explorers: [
|
16778
|
+
{
|
16779
|
+
name: 'Apertum Explorer',
|
16780
|
+
url: 'https://explorer.apertum.io',
|
16781
|
+
icon: 'apertum',
|
16782
|
+
standard: 'EIP3091'
|
16783
|
+
}
|
16784
|
+
]
|
16785
|
+
},
|
16727
16786
|
{
|
16728
16787
|
name: 'Morph Holesky',
|
16729
16788
|
title: 'Morph Holesky Testnet',
|
@@ -21843,6 +21902,22 @@ const chainArray = [
|
|
21843
21902
|
}
|
21844
21903
|
]
|
21845
21904
|
},
|
21905
|
+
{
|
21906
|
+
name: 'Rarimo',
|
21907
|
+
title: 'Rarimo Mainnet',
|
21908
|
+
chain: 'ETH',
|
21909
|
+
rpc: [],
|
21910
|
+
faucets: [],
|
21911
|
+
nativeCurrency: { name: 'Rarimo Ether', symbol: 'ETH', decimals: 18 },
|
21912
|
+
infoURL: 'https://rarimo.com',
|
21913
|
+
shortName: 'rarimo',
|
21914
|
+
chainId: 7368,
|
21915
|
+
networkId: 7368,
|
21916
|
+
icon: 'rarimo',
|
21917
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
21918
|
+
explorers: [],
|
21919
|
+
status: 'incubating'
|
21920
|
+
},
|
21846
21921
|
{
|
21847
21922
|
name: 'Raba Network Mainnet',
|
21848
21923
|
chain: 'Raba',
|
@@ -23374,6 +23449,25 @@ const chainArray = [
|
|
23374
23449
|
chainId: 8768,
|
23375
23450
|
networkId: 8768
|
23376
23451
|
},
|
23452
|
+
{
|
23453
|
+
name: 'Okto Testnet',
|
23454
|
+
chain: 'Okto',
|
23455
|
+
rpc: [ 'https://rpc.okto-testnet.zeeve.online' ],
|
23456
|
+
faucets: [ 'https://faucet.okto-testnet.zeeve.online' ],
|
23457
|
+
nativeCurrency: { name: 'Okto', symbol: 'OKTO', decimals: 18 },
|
23458
|
+
features: [ { name: 'EIP155' } ],
|
23459
|
+
infoURL: '',
|
23460
|
+
shortName: 'okto-testnet',
|
23461
|
+
chainId: 8801,
|
23462
|
+
networkId: 8801,
|
23463
|
+
explorers: [
|
23464
|
+
{
|
23465
|
+
name: 'Okto Testnet Explorer',
|
23466
|
+
url: 'https://explorer.okto-testnet.zeeve.online',
|
23467
|
+
standard: 'none'
|
23468
|
+
}
|
23469
|
+
]
|
23470
|
+
},
|
23377
23471
|
{
|
23378
23472
|
name: 'Haven1',
|
23379
23473
|
chain: 'haven1',
|