eth-chainlist 0.0.312 → 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 +8 -0
- package/data/chain.js +107 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.312 (2023-12-25)
|
4
12
|
|
5
13
|
|
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',
|
@@ -9403,7 +9409,7 @@ const chainArray = [
|
|
9403
9409
|
icon: 'mainnetz',
|
9404
9410
|
rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
|
9405
9411
|
faucets: [ 'https://faucet.mainnetz.io' ],
|
9406
|
-
nativeCurrency: { name: '
|
9412
|
+
nativeCurrency: { name: 'mainnetz', symbol: 'NetZ', decimals: 18 },
|
9407
9413
|
infoURL: 'https://mainnetz.io',
|
9408
9414
|
shortName: 'NetZm',
|
9409
9415
|
chainId: 2016,
|
@@ -12809,6 +12815,25 @@ const chainArray = [
|
|
12809
12815
|
}
|
12810
12816
|
]
|
12811
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
|
+
},
|
12812
12837
|
{
|
12813
12838
|
name: 'Cybria Mainnet',
|
12814
12839
|
chain: 'CYBA',
|
@@ -12886,6 +12911,29 @@ const chainArray = [
|
|
12886
12911
|
}
|
12887
12912
|
]
|
12888
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
|
+
},
|
12889
12937
|
{
|
12890
12938
|
name: 'Gold Smart Chain Mainnet',
|
12891
12939
|
chain: 'STAND',
|
@@ -14579,6 +14627,25 @@ const chainArray = [
|
|
14579
14627
|
}
|
14580
14628
|
]
|
14581
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
|
+
},
|
14582
14649
|
{
|
14583
14650
|
name: 'Agung Network',
|
14584
14651
|
chain: 'Agung',
|
@@ -22123,6 +22190,25 @@ const chainArray = [
|
|
22123
22190
|
],
|
22124
22191
|
parent: { chain: 'eip155-2099156', type: 'L2' }
|
22125
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
|
+
},
|
22126
22212
|
{
|
22127
22213
|
name: 'HAPchain',
|
22128
22214
|
chain: 'HAPchain',
|
@@ -22445,6 +22531,25 @@ const chainArray = [
|
|
22445
22531
|
}
|
22446
22532
|
]
|
22447
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
|
+
},
|
22448
22553
|
{
|
22449
22554
|
name: 'Excelon Mainnet',
|
22450
22555
|
chain: 'XLON',
|