eth-chainlist 0.0.311 → 0.0.313
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 +153 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.313 (2023-12-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.312 ([3ace838](https://github.com/poowf/eth-chainlist/commit/3ace838fac646c4b2e9e5de8dfeb0758957324a6))
|
9
|
+
* update chain data ([75c51ac](https://github.com/poowf/eth-chainlist/commit/75c51acf34567e3850b368cb0d9e676263d82b40))
|
10
|
+
|
11
|
+
### 0.0.312 (2023-12-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.311 ([0cc94dd](https://github.com/poowf/eth-chainlist/commit/0cc94dd18d98dfe6771642235f21f5af8e659438))
|
17
|
+
* update chain data ([2b5996e](https://github.com/poowf/eth-chainlist/commit/2b5996e8f6822bef3de831fd20f6a9f2de9c2d01))
|
18
|
+
|
3
19
|
### 0.0.311 (2023-12-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4906,7 +4906,13 @@ const chainArray = [
|
|
4906
4906
|
name: 'Areon Network Testnet',
|
4907
4907
|
chain: 'Areon',
|
4908
4908
|
icon: 'areon',
|
4909
|
-
rpc: [
|
4909
|
+
rpc: [
|
4910
|
+
'https://testnet-rpc.areon.network',
|
4911
|
+
'https://testnet-rpc2.areon.network',
|
4912
|
+
'https://testnet-rpc3.areon.network',
|
4913
|
+
'https://testnet-rpc4.areon.network',
|
4914
|
+
'https://testnet-rpc5.areon.network'
|
4915
|
+
],
|
4910
4916
|
faucets: [],
|
4911
4917
|
nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
|
4912
4918
|
infoURL: 'https://areon.network',
|
@@ -8829,10 +8835,7 @@ const chainArray = [
|
|
8829
8835
|
name: 'Lightlink Phoenix Mainnet',
|
8830
8836
|
chain: 'Lightlink Phoenix Mainnet',
|
8831
8837
|
icon: 'lightlink',
|
8832
|
-
rpc: [
|
8833
|
-
'https://replicator-01.phoenix.lightlink.io/rpc/v1',
|
8834
|
-
'https://replicator-02.phoenix.lightlink.io/rpc/v1'
|
8835
|
-
],
|
8838
|
+
rpc: [ 'https://replicator.phoenix.lightlink.io/rpc/v1' ],
|
8836
8839
|
features: [ { name: 'EIP155' } ],
|
8837
8840
|
faucets: [],
|
8838
8841
|
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
@@ -8853,12 +8856,9 @@ const chainArray = [
|
|
8853
8856
|
name: 'Lightlink Pegasus Testnet',
|
8854
8857
|
chain: 'Lightlink Pegasus Testnet',
|
8855
8858
|
icon: 'lightlink',
|
8856
|
-
rpc: [
|
8857
|
-
'https://replicator-01.pegasus.lightlink.io/rpc/v1',
|
8858
|
-
'https://replicator-02.pegasus.lightlink.io/rpc/v1'
|
8859
|
-
],
|
8859
|
+
rpc: [ 'https://replicator.pegasus.lightlink.io/rpc/v1' ],
|
8860
8860
|
features: [ { name: 'EIP155' } ],
|
8861
|
-
faucets: [ 'https://
|
8861
|
+
faucets: [ 'https://faucet.pegasus.lightlink.io/' ],
|
8862
8862
|
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
8863
8863
|
infoURL: 'https://lightlink.io',
|
8864
8864
|
shortName: 'lightlink_pegasus',
|
@@ -9409,7 +9409,7 @@ const chainArray = [
|
|
9409
9409
|
icon: 'mainnetz',
|
9410
9410
|
rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
|
9411
9411
|
faucets: [ 'https://faucet.mainnetz.io' ],
|
9412
|
-
nativeCurrency: { name: '
|
9412
|
+
nativeCurrency: { name: 'mainnetz', symbol: 'NetZ', decimals: 18 },
|
9413
9413
|
infoURL: 'https://mainnetz.io',
|
9414
9414
|
shortName: 'NetZm',
|
9415
9415
|
chainId: 2016,
|
@@ -12815,6 +12815,25 @@ const chainArray = [
|
|
12815
12815
|
}
|
12816
12816
|
]
|
12817
12817
|
},
|
12818
|
+
{
|
12819
|
+
name: 'Latest Chain Testnet',
|
12820
|
+
chain: 'LATEST',
|
12821
|
+
icon: 'latestChain',
|
12822
|
+
rpc: [ 'https://testnet-rpc.latestcoin.io' ],
|
12823
|
+
faucets: [ 'http://faucet.latestchain.io' ],
|
12824
|
+
nativeCurrency: { name: 'Latest', symbol: 'LATEST', decimals: 18 },
|
12825
|
+
infoURL: 'https://latestcoin.io',
|
12826
|
+
shortName: 'LATESTt',
|
12827
|
+
chainId: 6660,
|
12828
|
+
networkId: 6660,
|
12829
|
+
explorers: [
|
12830
|
+
{
|
12831
|
+
name: 'Latest Chain',
|
12832
|
+
url: 'http://testnet.latestchain.io',
|
12833
|
+
standard: 'EIP3091'
|
12834
|
+
}
|
12835
|
+
]
|
12836
|
+
},
|
12818
12837
|
{
|
12819
12838
|
name: 'Cybria Mainnet',
|
12820
12839
|
chain: 'CYBA',
|
@@ -12892,6 +12911,29 @@ const chainArray = [
|
|
12892
12911
|
}
|
12893
12912
|
]
|
12894
12913
|
},
|
12914
|
+
{
|
12915
|
+
name: 'Compverse Mainnet',
|
12916
|
+
chain: 'CPV',
|
12917
|
+
icon: 'compverse',
|
12918
|
+
rpc: [
|
12919
|
+
'https://rpc.compverse.io/',
|
12920
|
+
'https://rpc-useast1.compverse.io/'
|
12921
|
+
],
|
12922
|
+
faucets: [],
|
12923
|
+
nativeCurrency: { name: 'compverse', symbol: 'CPV', decimals: 18 },
|
12924
|
+
infoURL: 'https://compverse.io',
|
12925
|
+
shortName: 'compverse',
|
12926
|
+
chainId: 6779,
|
12927
|
+
networkId: 6779,
|
12928
|
+
slip44: 7779,
|
12929
|
+
explorers: [
|
12930
|
+
{
|
12931
|
+
name: 'cpvscan',
|
12932
|
+
url: 'https://scan.compverse.io',
|
12933
|
+
standard: 'EIP3091'
|
12934
|
+
}
|
12935
|
+
]
|
12936
|
+
},
|
12895
12937
|
{
|
12896
12938
|
name: 'Gold Smart Chain Mainnet',
|
12897
12939
|
chain: 'STAND',
|
@@ -14585,6 +14627,25 @@ const chainArray = [
|
|
14585
14627
|
}
|
14586
14628
|
]
|
14587
14629
|
},
|
14630
|
+
{
|
14631
|
+
name: 'Combo Mainnet',
|
14632
|
+
chain: 'Combo',
|
14633
|
+
icon: 'combo',
|
14634
|
+
rpc: [ 'https://rpc.combonetwork.io' ],
|
14635
|
+
faucets: [],
|
14636
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
14637
|
+
infoURL: 'https://combonetwork.io',
|
14638
|
+
shortName: 'combo-mainnet',
|
14639
|
+
chainId: 9980,
|
14640
|
+
networkId: 9980,
|
14641
|
+
explorers: [
|
14642
|
+
{
|
14643
|
+
name: 'combotrace explorer',
|
14644
|
+
url: 'https://combotrace.nodereal.io',
|
14645
|
+
standard: 'EIP3091'
|
14646
|
+
}
|
14647
|
+
]
|
14648
|
+
},
|
14588
14649
|
{
|
14589
14650
|
name: 'Agung Network',
|
14590
14651
|
chain: 'Agung',
|
@@ -14617,6 +14678,7 @@ const chainArray = [
|
|
14617
14678
|
'https://rpc-msc.mindchain.info/',
|
14618
14679
|
'https://seednode.mindchain.info',
|
14619
14680
|
'https://archive.mindchain.info/',
|
14681
|
+
'https://mind-smart-chain.rpc.thirdweb.com',
|
14620
14682
|
'wss://archive.mindchain.info/ws',
|
14621
14683
|
'wss://seednode.mindchain.info/ws'
|
14622
14684
|
],
|
@@ -20244,6 +20306,27 @@ const chainArray = [
|
|
20244
20306
|
}
|
20245
20307
|
]
|
20246
20308
|
},
|
20309
|
+
{
|
20310
|
+
name: 'CONET Holesky',
|
20311
|
+
chain: 'CONET Holesky',
|
20312
|
+
rpc: [ 'https://holeskyrpc1.conet.network' ],
|
20313
|
+
faucets: [],
|
20314
|
+
nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
|
20315
|
+
features: [ { name: 'EIP155' } ],
|
20316
|
+
infoURL: 'https://conet.network',
|
20317
|
+
shortName: 'conet-holesky',
|
20318
|
+
chainId: 224433,
|
20319
|
+
networkId: 224433,
|
20320
|
+
slip44: 2147708081,
|
20321
|
+
icon: 'conet',
|
20322
|
+
explorers: [
|
20323
|
+
{
|
20324
|
+
name: 'CONET Holesky Scan',
|
20325
|
+
url: 'https://scan.conet.network',
|
20326
|
+
standard: 'EIP3091'
|
20327
|
+
}
|
20328
|
+
]
|
20329
|
+
},
|
20247
20330
|
{
|
20248
20331
|
name: 'HashKey Chain Testnet',
|
20249
20332
|
chain: 'HashKey',
|
@@ -20933,6 +21016,27 @@ const chainArray = [
|
|
20933
21016
|
networkId: 471100,
|
20934
21017
|
slip44: 1
|
20935
21018
|
},
|
21019
|
+
{
|
21020
|
+
name: 'Ultra Pro Mainnet',
|
21021
|
+
chain: 'ultrapro',
|
21022
|
+
icon: 'ultrapro',
|
21023
|
+
rpc: [ 'https://mainnet-rpc.ultraproscan.io' ],
|
21024
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
21025
|
+
faucets: [],
|
21026
|
+
nativeCurrency: { name: 'Ultra Pro', symbol: 'UPRO', decimals: 18 },
|
21027
|
+
infoURL: 'https://ultrapro.info',
|
21028
|
+
shortName: 'ultrapro',
|
21029
|
+
chainId: 473861,
|
21030
|
+
networkId: 473861,
|
21031
|
+
explorers: [
|
21032
|
+
{
|
21033
|
+
name: 'ultraproscan',
|
21034
|
+
url: 'https://ultraproscan.io',
|
21035
|
+
icon: 'ultrapro',
|
21036
|
+
standard: 'EIP3091'
|
21037
|
+
}
|
21038
|
+
]
|
21039
|
+
},
|
20936
21040
|
{
|
20937
21041
|
name: 'OpenChain Mainnet',
|
20938
21042
|
chain: 'OpenChain',
|
@@ -22086,6 +22190,25 @@ const chainArray = [
|
|
22086
22190
|
],
|
22087
22191
|
parent: { chain: 'eip155-2099156', type: 'L2' }
|
22088
22192
|
},
|
22193
|
+
{
|
22194
|
+
name: 'Hokum',
|
22195
|
+
chain: 'Hokum',
|
22196
|
+
icon: 'hokum',
|
22197
|
+
rpc: [ 'https://mainnet.hokum.gg' ],
|
22198
|
+
faucets: [],
|
22199
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
22200
|
+
infoURL: 'https://hokum.gg',
|
22201
|
+
shortName: 'hokum',
|
22202
|
+
chainId: 8080808,
|
22203
|
+
networkId: 8080808,
|
22204
|
+
explorers: [
|
22205
|
+
{
|
22206
|
+
name: 'Hokum Explorer',
|
22207
|
+
url: 'https://explorer.hokum.gg',
|
22208
|
+
standard: 'EIP3091'
|
22209
|
+
}
|
22210
|
+
]
|
22211
|
+
},
|
22089
22212
|
{
|
22090
22213
|
name: 'HAPchain',
|
22091
22214
|
chain: 'HAPchain',
|
@@ -22408,6 +22531,25 @@ const chainArray = [
|
|
22408
22531
|
}
|
22409
22532
|
]
|
22410
22533
|
},
|
22534
|
+
{
|
22535
|
+
name: 'Hokum Testnet',
|
22536
|
+
chain: 'HokumTestnet',
|
22537
|
+
icon: 'hokum',
|
22538
|
+
rpc: [ 'https://testnet.hokum.gg' ],
|
22539
|
+
faucets: [],
|
22540
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
22541
|
+
infoURL: 'https://hokum.gg',
|
22542
|
+
shortName: 'hokum-testnet',
|
22543
|
+
chainId: 20482050,
|
22544
|
+
networkId: 20482050,
|
22545
|
+
explorers: [
|
22546
|
+
{
|
22547
|
+
name: 'Hokum Explorer',
|
22548
|
+
url: 'https://testnet-explorer.hokum.gg',
|
22549
|
+
standard: 'EIP3091'
|
22550
|
+
}
|
22551
|
+
]
|
22552
|
+
},
|
22411
22553
|
{
|
22412
22554
|
name: 'Excelon Mainnet',
|
22413
22555
|
chain: 'XLON',
|