eth-chainlist 0.0.216 → 0.0.218
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 +144 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.218 (2023-08-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.217 ([5957bb9](https://github.com/poowf/eth-chainlist/commit/5957bb9abe85afd97af7f606cd45a3d4b1916064))
|
9
|
+
* update chain data ([b1c95b4](https://github.com/poowf/eth-chainlist/commit/b1c95b48fb87be7826de14e6c2de2535fa5e31c8))
|
10
|
+
|
11
|
+
### 0.0.217 (2023-08-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.216 ([f06a2e9](https://github.com/poowf/eth-chainlist/commit/f06a2e944a68d3b2210d1fef945ccf980e3be3ee))
|
17
|
+
* update chain data ([9122a7a](https://github.com/poowf/eth-chainlist/commit/9122a7a177e1db2c858c6ca5b03f69f129584385))
|
18
|
+
|
3
19
|
### 0.0.216 (2023-08-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2676,9 +2676,9 @@ const chainArray = [
|
|
2676
2676
|
networkId: 163
|
2677
2677
|
},
|
2678
2678
|
{
|
2679
|
-
name: 'Omni Testnet
|
2679
|
+
name: 'Omni Testnet',
|
2680
2680
|
chain: 'Omni',
|
2681
|
-
rpc: [ 'https://testnet
|
2681
|
+
rpc: [ 'https://testnet.omni.network' ],
|
2682
2682
|
features: [ { name: 'EIP155' } ],
|
2683
2683
|
faucets: [],
|
2684
2684
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
@@ -2689,7 +2689,7 @@ const chainArray = [
|
|
2689
2689
|
explorers: [
|
2690
2690
|
{
|
2691
2691
|
name: 'Omni Explorer',
|
2692
|
-
url: 'https://testnet
|
2692
|
+
url: 'https://testnet.explorer.omni.network',
|
2693
2693
|
standard: 'EIP3091'
|
2694
2694
|
}
|
2695
2695
|
]
|
@@ -9628,6 +9628,25 @@ const chainArray = [
|
|
9628
9628
|
}
|
9629
9629
|
]
|
9630
9630
|
},
|
9631
|
+
{
|
9632
|
+
name: 'Xpla Mainnet',
|
9633
|
+
chain: 'XPLA',
|
9634
|
+
rpc: [ 'https://dimension-rpc.xpla.dev' ],
|
9635
|
+
faucets: [ 'https://faucet.xpla.io/' ],
|
9636
|
+
nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
|
9637
|
+
infoURL: 'https://xpla.io/',
|
9638
|
+
shortName: 'xpla',
|
9639
|
+
chainId: 3701,
|
9640
|
+
networkId: 3701,
|
9641
|
+
icon: 'xpla',
|
9642
|
+
explorers: [
|
9643
|
+
{
|
9644
|
+
name: 'XPLA Explorer',
|
9645
|
+
url: 'https://explorer.xpla.io',
|
9646
|
+
standard: 'none'
|
9647
|
+
}
|
9648
|
+
]
|
9649
|
+
},
|
9631
9650
|
{
|
9632
9651
|
name: 'Crossbell',
|
9633
9652
|
chain: 'Crossbell',
|
@@ -9666,6 +9685,46 @@ const chainArray = [
|
|
9666
9685
|
}
|
9667
9686
|
]
|
9668
9687
|
},
|
9688
|
+
{
|
9689
|
+
name: 'KalyChain Mainnet',
|
9690
|
+
chain: 'KLC',
|
9691
|
+
icon: 'kalychain',
|
9692
|
+
rpc: [ 'https://rpc.kalychain.io/rpc' ],
|
9693
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9694
|
+
faucets: [],
|
9695
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
9696
|
+
infoURL: 'https://kalychain.io',
|
9697
|
+
shortName: 'kalymainnet',
|
9698
|
+
chainId: 3888,
|
9699
|
+
networkId: 3888,
|
9700
|
+
explorers: [
|
9701
|
+
{
|
9702
|
+
name: 'KalyScan',
|
9703
|
+
url: 'https://kalyscan.io',
|
9704
|
+
standard: 'EIP3091'
|
9705
|
+
}
|
9706
|
+
]
|
9707
|
+
},
|
9708
|
+
{
|
9709
|
+
name: 'KalyChain Testnet',
|
9710
|
+
chain: 'KLC',
|
9711
|
+
icon: 'kalychain',
|
9712
|
+
rpc: [ 'https://testnetrpc.kalychain.io/rpc' ],
|
9713
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9714
|
+
faucets: [],
|
9715
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
9716
|
+
infoURL: 'https://kalychain.io',
|
9717
|
+
shortName: 'kalytestnet',
|
9718
|
+
chainId: 3889,
|
9719
|
+
networkId: 3889,
|
9720
|
+
explorers: [
|
9721
|
+
{
|
9722
|
+
name: 'KalyScan',
|
9723
|
+
url: 'https://testnet.kalyscan.io',
|
9724
|
+
standard: 'EIP3091'
|
9725
|
+
}
|
9726
|
+
]
|
9727
|
+
},
|
9669
9728
|
{
|
9670
9729
|
name: 'DRAC Network',
|
9671
9730
|
chain: 'DRAC',
|
@@ -10081,6 +10140,25 @@ const chainArray = [
|
|
10081
10140
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
10082
10141
|
}
|
10083
10142
|
},
|
10143
|
+
{
|
10144
|
+
name: 'Beam Subnet',
|
10145
|
+
chain: 'BEAM',
|
10146
|
+
rpc: [ 'https://subnets.avax.network/beam/mainnet/rpc' ],
|
10147
|
+
features: [ { name: 'EIP1559' } ],
|
10148
|
+
faucets: [],
|
10149
|
+
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
10150
|
+
infoURL: 'https://www.onbeam.com/',
|
10151
|
+
shortName: 'beamsubnet',
|
10152
|
+
chainId: 4337,
|
10153
|
+
networkId: 4337,
|
10154
|
+
explorers: [
|
10155
|
+
{
|
10156
|
+
name: 'BEAM Explorer',
|
10157
|
+
url: 'https://subnets.avax.network/beam',
|
10158
|
+
standard: 'EIP3091'
|
10159
|
+
}
|
10160
|
+
]
|
10161
|
+
},
|
10084
10162
|
{
|
10085
10163
|
name: 'Htmlcoin Mainnet',
|
10086
10164
|
chain: 'mainnet',
|
@@ -10531,6 +10609,21 @@ const chainArray = [
|
|
10531
10609
|
chainId: 5616,
|
10532
10610
|
networkId: 5616
|
10533
10611
|
},
|
10612
|
+
{
|
10613
|
+
name: 'Tanssi EVM ContainerChain',
|
10614
|
+
chain: 'EVMCC',
|
10615
|
+
rpc: [
|
10616
|
+
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
10617
|
+
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
10618
|
+
],
|
10619
|
+
faucets: [],
|
10620
|
+
nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
|
10621
|
+
infoURL: 'https://tanssi.network',
|
10622
|
+
shortName: 'TanssiCC',
|
10623
|
+
chainId: 5678,
|
10624
|
+
networkId: 5678,
|
10625
|
+
explorers: []
|
10626
|
+
},
|
10534
10627
|
{
|
10535
10628
|
name: 'Syscoin Tanenbaum Testnet',
|
10536
10629
|
chain: 'SYS',
|
@@ -11594,15 +11687,11 @@ const chainArray = [
|
|
11594
11687
|
status: 'incubating'
|
11595
11688
|
},
|
11596
11689
|
{
|
11597
|
-
name: 'BeOne Chain
|
11598
|
-
chain: '
|
11599
|
-
rpc: [
|
11600
|
-
'https://pre-boc1.beonechain.com',
|
11601
|
-
'https://pre-boc2.beonechain.com',
|
11602
|
-
'https://pre-boc3.beonechain.com'
|
11603
|
-
],
|
11690
|
+
name: 'Testnet BeOne Chain',
|
11691
|
+
chain: 'tBOC',
|
11692
|
+
rpc: [ 'https://pre-boc1.beonechain.com' ],
|
11604
11693
|
faucets: [ 'https://testnet.beonescan.com/faucet' ],
|
11605
|
-
nativeCurrency: { name: 'BeOne Chain
|
11694
|
+
nativeCurrency: { name: 'Testnet BeOne Chain', symbol: 'tBOC', decimals: 18 },
|
11606
11695
|
infoURL: 'https://testnet.beonescan.com',
|
11607
11696
|
shortName: 'tBOC',
|
11608
11697
|
chainId: 8181,
|
@@ -11610,7 +11699,7 @@ const chainArray = [
|
|
11610
11699
|
icon: 'beonechain',
|
11611
11700
|
explorers: [
|
11612
11701
|
{
|
11613
|
-
name: 'BeOne Chain
|
11702
|
+
name: 'Testnet BeOne Chain',
|
11614
11703
|
url: 'https://testnet.beonescan.com',
|
11615
11704
|
icon: 'beonechain',
|
11616
11705
|
standard: 'none'
|
@@ -12362,7 +12451,10 @@ const chainArray = [
|
|
12362
12451
|
name: 'Mind Smart Chain Testnet',
|
12363
12452
|
chain: 'tMIND',
|
12364
12453
|
icon: 'mindchain',
|
12365
|
-
rpc: [
|
12454
|
+
rpc: [
|
12455
|
+
'https://testnet-msc.mindchain.info/',
|
12456
|
+
'wss://testnet-msc.mindchain.info/ws'
|
12457
|
+
],
|
12366
12458
|
faucets: [ 'https://faucet.mindchain.info/' ],
|
12367
12459
|
nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
|
12368
12460
|
infoURL: 'https://mindscan.info',
|
@@ -14877,6 +14969,25 @@ const chainArray = [
|
|
14877
14969
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
14878
14970
|
}
|
14879
14971
|
},
|
14972
|
+
{
|
14973
|
+
name: 'VELO Labs Mainnet',
|
14974
|
+
chain: 'NOVA chain',
|
14975
|
+
rpc: [ 'https://nova.velo.org' ],
|
14976
|
+
faucets: [ 'https://nova-faucet.velo.org' ],
|
14977
|
+
nativeCurrency: { name: 'Nova', symbol: 'NOVA', decimals: 18 },
|
14978
|
+
infoURL: 'https://velo.org',
|
14979
|
+
shortName: 'VELO',
|
14980
|
+
chainId: 56789,
|
14981
|
+
networkId: 56789,
|
14982
|
+
icon: 'novachain',
|
14983
|
+
explorers: [
|
14984
|
+
{
|
14985
|
+
name: 'novascan',
|
14986
|
+
url: 'https://novascan.velo.org',
|
14987
|
+
standard: 'EIP3091'
|
14988
|
+
}
|
14989
|
+
]
|
14990
|
+
},
|
14880
14991
|
{
|
14881
14992
|
name: 'Rollux Testnet',
|
14882
14993
|
chain: 'SYS',
|
@@ -15754,6 +15865,26 @@ const chainArray = [
|
|
15754
15865
|
}
|
15755
15866
|
]
|
15756
15867
|
},
|
15868
|
+
{
|
15869
|
+
name: 'Aerie Network',
|
15870
|
+
chain: 'Aerie',
|
15871
|
+
rpc: [ 'https://mainnet.aerielab.io' ],
|
15872
|
+
faucets: [],
|
15873
|
+
nativeCurrency: { name: 'Aerie', symbol: 'AER', decimals: 18 },
|
15874
|
+
infoURL: 'https://aerielab.io/',
|
15875
|
+
shortName: 'Aerie',
|
15876
|
+
chainId: 84886,
|
15877
|
+
networkId: 84886,
|
15878
|
+
icon: 'aerie',
|
15879
|
+
explorers: [
|
15880
|
+
{
|
15881
|
+
name: 'Aerie Explorer',
|
15882
|
+
url: 'https://explorer.aerielab.io',
|
15883
|
+
icon: 'aerie',
|
15884
|
+
standard: 'EIP3091'
|
15885
|
+
}
|
15886
|
+
]
|
15887
|
+
},
|
15757
15888
|
{
|
15758
15889
|
name: 'CYBERTRUST',
|
15759
15890
|
chain: 'CYBER',
|