eth-chainlist 0.0.344 → 0.0.346
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 +174 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.346 (2024-02-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.345 ([4ac6be2](https://github.com/poowf/eth-chainlist/commit/4ac6be29c36f6e27f7497055fe831bda0bf0a317))
|
9
|
+
* update chain data ([1b14dfe](https://github.com/poowf/eth-chainlist/commit/1b14dfeaee80fe813c198f159c9082b64baf8682))
|
10
|
+
|
11
|
+
### 0.0.345 (2024-02-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.344 ([d382a95](https://github.com/poowf/eth-chainlist/commit/d382a951ccfb30a50c97cf339b67b3954227104e))
|
17
|
+
* update chain data ([8200dc4](https://github.com/poowf/eth-chainlist/commit/8200dc45060a02682bda1ab5ed83880b8c5d9122))
|
18
|
+
|
3
19
|
### 0.0.344 (2024-02-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3687,6 +3687,26 @@ const chainArray = [
|
|
3687
3687
|
}
|
3688
3688
|
]
|
3689
3689
|
},
|
3690
|
+
{
|
3691
|
+
name: 'ProtoJumbo Testnet',
|
3692
|
+
chain: 'Jumbo',
|
3693
|
+
rpc: [ 'https://testnode.jumbochain.org' ],
|
3694
|
+
faucets: [ 'https://protojumbo.jumbochain.org/faucet-smart' ],
|
3695
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
3696
|
+
features: [ { name: 'EIP155' } ],
|
3697
|
+
infoURL: 'https://jumbochain.org',
|
3698
|
+
shortName: 'ProtoJumbo',
|
3699
|
+
chainId: 234,
|
3700
|
+
networkId: 234,
|
3701
|
+
slip44: 1,
|
3702
|
+
explorers: [
|
3703
|
+
{
|
3704
|
+
name: 'ProtoJumbo',
|
3705
|
+
url: 'https://protojumbo.jumbochain.org',
|
3706
|
+
standard: 'EIP3091'
|
3707
|
+
}
|
3708
|
+
]
|
3709
|
+
},
|
3690
3710
|
{
|
3691
3711
|
name: 'Deamchain Testnet',
|
3692
3712
|
chain: 'Deamchain',
|
@@ -3974,7 +3994,7 @@ const chainArray = [
|
|
3974
3994
|
],
|
3975
3995
|
faucets: [],
|
3976
3996
|
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
3977
|
-
features: [ { name: 'EIP155' } ],
|
3997
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3978
3998
|
infoURL: '',
|
3979
3999
|
shortName: 'lachain',
|
3980
4000
|
chainId: 274,
|
@@ -8785,6 +8805,27 @@ const chainArray = [
|
|
8785
8805
|
}
|
8786
8806
|
]
|
8787
8807
|
},
|
8808
|
+
{
|
8809
|
+
name: 'MetaChain Istanbul',
|
8810
|
+
title: 'MetaChain Testnet Istanbul',
|
8811
|
+
chain: 'MTC',
|
8812
|
+
icon: 'metachain',
|
8813
|
+
rpc: [ 'https://istanbul-rpc.metachain.dev' ],
|
8814
|
+
faucets: [ 'https://istanbul-faucet.metachain.dev' ],
|
8815
|
+
nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
|
8816
|
+
infoURL: 'https://metatime.com/en',
|
8817
|
+
shortName: 'metatimeistanbul',
|
8818
|
+
chainId: 1453,
|
8819
|
+
networkId: 1453,
|
8820
|
+
slip44: 1453,
|
8821
|
+
explorers: [
|
8822
|
+
{
|
8823
|
+
name: 'MetaExplorer',
|
8824
|
+
url: 'https://istanbul-explorer.metachain.dev',
|
8825
|
+
standard: 'EIP3091'
|
8826
|
+
}
|
8827
|
+
]
|
8828
|
+
},
|
8788
8829
|
{
|
8789
8830
|
name: 'Ctex Scan Blockchain',
|
8790
8831
|
chain: 'Ctex Scan Blockchain',
|
@@ -8804,6 +8845,28 @@ const chainArray = [
|
|
8804
8845
|
}
|
8805
8846
|
]
|
8806
8847
|
},
|
8848
|
+
{
|
8849
|
+
name: 'Vitruveo Mainnet',
|
8850
|
+
title: 'Vitruveo is a blockchain for Creators',
|
8851
|
+
chain: 'Vitruveo',
|
8852
|
+
rpc: [ 'https://rpc.vitruveo.xyz' ],
|
8853
|
+
faucets: [],
|
8854
|
+
nativeCurrency: { name: 'Vitruveo Coin', symbol: 'VTRU', decimals: 18 },
|
8855
|
+
features: [ { name: 'EIP155' } ],
|
8856
|
+
infoURL: 'https://www.vitruveo.xyz',
|
8857
|
+
shortName: 'vitruveo',
|
8858
|
+
chainId: 1490,
|
8859
|
+
networkId: 1490,
|
8860
|
+
icon: 'vitruveo',
|
8861
|
+
explorers: [
|
8862
|
+
{
|
8863
|
+
name: 'Vitruveo Explorer',
|
8864
|
+
url: 'https://explorer.vitruveo.xyz',
|
8865
|
+
icon: 'vitruveo',
|
8866
|
+
standard: 'EIP3091'
|
8867
|
+
}
|
8868
|
+
]
|
8869
|
+
},
|
8807
8870
|
{
|
8808
8871
|
name: 'BEVM Canary',
|
8809
8872
|
chain: 'ChainX',
|
@@ -9552,6 +9615,21 @@ const chainArray = [
|
|
9552
9615
|
faucets: [],
|
9553
9616
|
infoURL: ''
|
9554
9617
|
},
|
9618
|
+
{
|
9619
|
+
name: 'Selendra Network Testnet',
|
9620
|
+
chain: 'tSEL',
|
9621
|
+
rpc: [
|
9622
|
+
'https://rpc0-testnet.selendra.org',
|
9623
|
+
'https://rpc1-testnet.selendra.org'
|
9624
|
+
],
|
9625
|
+
faucets: [],
|
9626
|
+
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
9627
|
+
infoURL: 'https://selendra.org',
|
9628
|
+
shortName: 'tSEL',
|
9629
|
+
chainId: 1953,
|
9630
|
+
networkId: 1953,
|
9631
|
+
icon: 'selendra'
|
9632
|
+
},
|
9555
9633
|
{
|
9556
9634
|
name: 'Dexilla Testnet',
|
9557
9635
|
chain: 'Dexilla',
|
@@ -9577,6 +9655,25 @@ const chainArray = [
|
|
9577
9655
|
bridges: [ { url: 'https://bridge.dexilla.com' } ]
|
9578
9656
|
}
|
9579
9657
|
},
|
9658
|
+
{
|
9659
|
+
name: 'Selendra Network Mainnet',
|
9660
|
+
chain: 'SEL',
|
9661
|
+
rpc: [ 'https://rpc0.selendra.org', 'https://rpc1.selendra.org' ],
|
9662
|
+
faucets: [],
|
9663
|
+
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
9664
|
+
infoURL: 'https://selendra.org',
|
9665
|
+
shortName: 'SEL',
|
9666
|
+
chainId: 1961,
|
9667
|
+
networkId: 1961,
|
9668
|
+
icon: 'selendra',
|
9669
|
+
explorers: [
|
9670
|
+
{
|
9671
|
+
name: 'Selendra Scan',
|
9672
|
+
url: 'https://scan.selendra.org',
|
9673
|
+
standard: 'none'
|
9674
|
+
}
|
9675
|
+
]
|
9676
|
+
},
|
9580
9677
|
{
|
9581
9678
|
name: 'Eleanor',
|
9582
9679
|
title: 'Metatime Testnet Eleanor',
|
@@ -12725,6 +12822,20 @@ const chainArray = [
|
|
12725
12822
|
}
|
12726
12823
|
]
|
12727
12824
|
},
|
12825
|
+
{
|
12826
|
+
name: 'Gold Chain',
|
12827
|
+
title: 'Gold Chain',
|
12828
|
+
chain: 'Gold',
|
12829
|
+
rpc: [ 'https://chain-rpc.gold.dev' ],
|
12830
|
+
faucets: [],
|
12831
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12832
|
+
infoURL: 'https://gold.dev',
|
12833
|
+
shortName: 'gold',
|
12834
|
+
chainId: 4653,
|
12835
|
+
networkId: 4653,
|
12836
|
+
status: 'incubating',
|
12837
|
+
icon: 'gold'
|
12838
|
+
},
|
12728
12839
|
{
|
12729
12840
|
name: 'IoTeX Network Mainnet',
|
12730
12841
|
chain: 'iotex.io',
|
@@ -16786,6 +16897,28 @@ const chainArray = [
|
|
16786
16897
|
}
|
16787
16898
|
]
|
16788
16899
|
},
|
16900
|
+
{
|
16901
|
+
name: 'Vitruveo Testnet',
|
16902
|
+
title: 'Vitruveo is a blockchain for Creators',
|
16903
|
+
chain: 'Vitruveo',
|
16904
|
+
rpc: [ 'https://test-rpc.vitruveo.xyz' ],
|
16905
|
+
faucets: [ 'https://faucet.vitruveo.xyz' ],
|
16906
|
+
nativeCurrency: { name: 'Vitruveo Test Coin', symbol: 'tVTRU', decimals: 18 },
|
16907
|
+
features: [ { name: 'EIP155' } ],
|
16908
|
+
infoURL: 'https://www.vitruveo.xyz',
|
16909
|
+
shortName: 'vitruveo-test',
|
16910
|
+
chainId: 14333,
|
16911
|
+
networkId: 14333,
|
16912
|
+
icon: 'vitruveo',
|
16913
|
+
explorers: [
|
16914
|
+
{
|
16915
|
+
name: 'Vitruveo Testnet Explorer',
|
16916
|
+
url: 'https://test-explorer.vitruveo.xyz',
|
16917
|
+
icon: 'vitruveo',
|
16918
|
+
standard: 'EIP3091'
|
16919
|
+
}
|
16920
|
+
]
|
16921
|
+
},
|
16789
16922
|
{
|
16790
16923
|
name: 'Humanode Testnet 5 Israfel',
|
16791
16924
|
chain: 'Humanode Testnet 5',
|
@@ -17108,6 +17241,26 @@ const chainArray = [
|
|
17108
17241
|
}
|
17109
17242
|
]
|
17110
17243
|
},
|
17244
|
+
{
|
17245
|
+
name: 'KONET Mainnet',
|
17246
|
+
chain: 'KONET',
|
17247
|
+
rpc: [ 'https://api.kon-wallet.com' ],
|
17248
|
+
faucets: [],
|
17249
|
+
nativeCurrency: { name: 'KONET', symbol: 'KONET', decimals: 18 },
|
17250
|
+
infoURL: 'https://konetmain.com',
|
17251
|
+
shortName: 'KONET',
|
17252
|
+
chainId: 17217,
|
17253
|
+
networkId: 17217,
|
17254
|
+
slip44: 1,
|
17255
|
+
icon: 'konet',
|
17256
|
+
explorers: [
|
17257
|
+
{
|
17258
|
+
name: 'konet-explorer',
|
17259
|
+
url: 'https://explorer.kon-wallet.com',
|
17260
|
+
standard: 'EIP3091'
|
17261
|
+
}
|
17262
|
+
]
|
17263
|
+
},
|
17111
17264
|
{
|
17112
17265
|
name: 'EOS EVM Network',
|
17113
17266
|
chain: 'EOS',
|
@@ -17733,6 +17886,26 @@ const chainArray = [
|
|
17733
17886
|
}
|
17734
17887
|
]
|
17735
17888
|
},
|
17889
|
+
{
|
17890
|
+
name: 'AlveyChain Testnet',
|
17891
|
+
chain: 'tALV',
|
17892
|
+
rpc: [ 'https://testnet-rpc.alvey.io' ],
|
17893
|
+
faucets: [ 'https://faucet.alveytestnet.com' ],
|
17894
|
+
nativeCurrency: { name: 'AlveyCoin Testnet', symbol: 'tALV', decimals: 18 },
|
17895
|
+
infoURL: 'https://alveychain.com/',
|
17896
|
+
shortName: 'talv',
|
17897
|
+
chainId: 25839,
|
17898
|
+
networkId: 25839,
|
17899
|
+
icon: 'alveychain',
|
17900
|
+
explorers: [
|
17901
|
+
{
|
17902
|
+
name: 'AlveyScan Testnet',
|
17903
|
+
url: 'https://alveytestnet.com',
|
17904
|
+
icon: 'alveychain',
|
17905
|
+
standard: 'EIP3091'
|
17906
|
+
}
|
17907
|
+
]
|
17908
|
+
},
|
17736
17909
|
{
|
17737
17910
|
name: 'Hammer Chain Mainnet',
|
17738
17911
|
chain: 'HammerChain',
|