eth-chainlist 0.0.404 → 0.0.406
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 +121 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.406 (2024-05-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.405 ([05df690](https://github.com/poowf/eth-chainlist/commit/05df690ca1e73f6c3f511076a8cf92d4cc0b1834))
|
9
|
+
* update chain data ([f96c5f5](https://github.com/poowf/eth-chainlist/commit/f96c5f504fa9173b9bb7a9796ce7058f8d8d413a))
|
10
|
+
|
11
|
+
### 0.0.405 (2024-05-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.404 ([86155f2](https://github.com/poowf/eth-chainlist/commit/86155f236f5334171e59981290f7b156a06b5fa5))
|
17
|
+
* update chain data ([b461b36](https://github.com/poowf/eth-chainlist/commit/b461b36ab03fd912cdde3b49b92de5e1ed68b0b4))
|
18
|
+
|
3
19
|
### 0.0.404 (2024-05-15)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11884,6 +11884,26 @@ const chainArray = [
|
|
11884
11884
|
}
|
11885
11885
|
]
|
11886
11886
|
},
|
11887
|
+
{
|
11888
|
+
name: 'UCHAIN Mainnet',
|
11889
|
+
chain: 'UCHAIN',
|
11890
|
+
rpc: [ 'https://rpc.uchain.link/' ],
|
11891
|
+
faucets: [],
|
11892
|
+
nativeCurrency: { name: 'UCASH', symbol: 'UCASH', decimals: 18 },
|
11893
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11894
|
+
infoURL: 'https://u.cash/',
|
11895
|
+
shortName: 'uchain',
|
11896
|
+
chainId: 2112,
|
11897
|
+
networkId: 2112,
|
11898
|
+
icon: 'ucash',
|
11899
|
+
explorers: [
|
11900
|
+
{
|
11901
|
+
name: 'uchain.info',
|
11902
|
+
url: 'https://uchain.info',
|
11903
|
+
standard: 'EIP3091'
|
11904
|
+
}
|
11905
|
+
]
|
11906
|
+
},
|
11887
11907
|
{
|
11888
11908
|
name: 'Catena Mainnet',
|
11889
11909
|
chain: 'CMCX',
|
@@ -16541,14 +16561,13 @@ const chainArray = [
|
|
16541
16561
|
{
|
16542
16562
|
name: 'Cyber Mainnet Explorer',
|
16543
16563
|
url: 'https://cyberscan.co',
|
16544
|
-
icon: 'blockscout',
|
16545
16564
|
standard: 'EIP3091'
|
16546
16565
|
}
|
16547
16566
|
],
|
16548
16567
|
parent: {
|
16549
16568
|
type: 'L2',
|
16550
16569
|
chain: 'eip155-1',
|
16551
|
-
bridges: [ { url: 'https://cyber
|
16570
|
+
bridges: [ { url: 'https://cyber.co/bridge' } ]
|
16552
16571
|
}
|
16553
16572
|
},
|
16554
16573
|
{
|
@@ -18750,6 +18769,25 @@ const chainArray = [
|
|
18750
18769
|
}
|
18751
18770
|
]
|
18752
18771
|
},
|
18772
|
+
{
|
18773
|
+
name: 'TAO EVM Testnet',
|
18774
|
+
chain: 'TAO EVM',
|
18775
|
+
icon: 'taoevmIcon',
|
18776
|
+
rpc: [ 'https://testnet-rpc.taoevm.io' ],
|
18777
|
+
faucets: [ 'https://faucet.taoevm.io' ],
|
18778
|
+
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
|
18779
|
+
infoURL: 'https://taoevm.io',
|
18780
|
+
shortName: 'TAOt',
|
18781
|
+
chainId: 10324,
|
18782
|
+
networkId: 10324,
|
18783
|
+
explorers: [
|
18784
|
+
{
|
18785
|
+
name: 'TAO Testnet Explorer',
|
18786
|
+
url: 'https://testnet.taoscan.org',
|
18787
|
+
standard: 'EIP3091'
|
18788
|
+
}
|
18789
|
+
]
|
18790
|
+
},
|
18753
18791
|
{
|
18754
18792
|
name: 'WorldLand Testnet',
|
18755
18793
|
chain: 'Worldland',
|
@@ -24636,6 +24674,7 @@ const chainArray = [
|
|
24636
24674
|
{
|
24637
24675
|
name: 'Chiliz Scoville Testnet',
|
24638
24676
|
chain: 'CHZ',
|
24677
|
+
status: 'deprecated',
|
24639
24678
|
rpc: [ 'https://scoville-rpc.chiliz.com' ],
|
24640
24679
|
faucets: [ 'https://scoville-faucet.chiliz.com' ],
|
24641
24680
|
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
@@ -24654,20 +24693,56 @@ const chainArray = [
|
|
24654
24693
|
]
|
24655
24694
|
},
|
24656
24695
|
{
|
24657
|
-
name: '
|
24658
|
-
chain: '
|
24659
|
-
|
24660
|
-
|
24661
|
-
|
24662
|
-
|
24663
|
-
|
24664
|
-
|
24696
|
+
name: 'Chiliz Spicy Testnet',
|
24697
|
+
chain: 'CHZ',
|
24698
|
+
rpc: [ 'https://spicy-rpc.chiliz.com' ],
|
24699
|
+
faucets: [
|
24700
|
+
'https://spicy-faucet.chiliz.com',
|
24701
|
+
'https://tatum.io/faucets/chiliz'
|
24702
|
+
],
|
24703
|
+
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
24704
|
+
icon: 'chilizspicy',
|
24705
|
+
infoURL: 'https://www.chiliz.com/en/chain',
|
24706
|
+
shortName: 'chzspicy',
|
24707
|
+
chainId: 88882,
|
24708
|
+
networkId: 88882,
|
24709
|
+
slip44: 1,
|
24710
|
+
explorers: [
|
24711
|
+
{
|
24712
|
+
name: 'spicy-explorer',
|
24713
|
+
url: 'https://testnet.chiliscan.com',
|
24714
|
+
standard: 'EIP3091'
|
24715
|
+
}
|
24716
|
+
]
|
24717
|
+
},
|
24718
|
+
{
|
24719
|
+
name: 'Chiliz Chain Mainnet',
|
24720
|
+
chain: 'CHZ',
|
24721
|
+
icon: 'chilizchain',
|
24722
|
+
rpc: [
|
24723
|
+
'https://rpc.chiliz.com',
|
24724
|
+
'https://rpc.ankr.com/chiliz',
|
24725
|
+
'https://chiliz.publicnode.com'
|
24726
|
+
],
|
24727
|
+
faucets: [
|
24728
|
+
'https://spicy-faucet.chiliz.com',
|
24729
|
+
'https://tatum.io/faucets/chiliz'
|
24730
|
+
],
|
24731
|
+
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
24732
|
+
infoURL: 'https://chiliz.com',
|
24733
|
+
shortName: 'chzmainnet',
|
24665
24734
|
chainId: 88888,
|
24666
24735
|
networkId: 88888,
|
24736
|
+
redFlags: [ 'reusedChainId' ],
|
24667
24737
|
explorers: [
|
24668
24738
|
{
|
24669
|
-
name: '
|
24670
|
-
url: 'https://
|
24739
|
+
name: 'chiliscan',
|
24740
|
+
url: 'https://chiliscan.com',
|
24741
|
+
standard: 'EIP3091'
|
24742
|
+
},
|
24743
|
+
{
|
24744
|
+
name: 'chilizscan',
|
24745
|
+
url: 'https://scan.chiliz.com',
|
24671
24746
|
standard: 'EIP3091'
|
24672
24747
|
}
|
24673
24748
|
]
|
@@ -24887,6 +24962,25 @@ const chainArray = [
|
|
24887
24962
|
],
|
24888
24963
|
status: 'deprecated'
|
24889
24964
|
},
|
24965
|
+
{
|
24966
|
+
name: 'Green Chain Testnet',
|
24967
|
+
chain: 'Green Chain',
|
24968
|
+
icon: 'greenchain',
|
24969
|
+
rpc: [ 'https://node.greenchain.app/rpc/' ],
|
24970
|
+
faucets: [],
|
24971
|
+
nativeCurrency: { name: 'GREEN', symbol: 'GREEN', decimals: 18 },
|
24972
|
+
infoURL: 'https://www.greenchain.app',
|
24973
|
+
shortName: 'greenchain',
|
24974
|
+
chainId: 97531,
|
24975
|
+
networkId: 97531,
|
24976
|
+
explorers: [
|
24977
|
+
{
|
24978
|
+
name: 'Green Chain Explorer',
|
24979
|
+
url: 'https://explorer.greenchain.app',
|
24980
|
+
standard: 'EIP3091'
|
24981
|
+
}
|
24982
|
+
]
|
24983
|
+
},
|
24890
24984
|
{
|
24891
24985
|
name: 'eLiberty Testnet',
|
24892
24986
|
chain: '$EL',
|
@@ -29452,14 +29546,21 @@ const chainArray = [
|
|
29452
29546
|
title: 'COTI Devnet',
|
29453
29547
|
chain: 'COTI',
|
29454
29548
|
icon: 'coti',
|
29455
|
-
rpc: [ 'https://devnet.coti.io' ],
|
29549
|
+
rpc: [ 'https://devnet.coti.io/rpc' ],
|
29456
29550
|
faucets: [ 'https://faucet.coti.io' ],
|
29457
29551
|
nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
|
29458
29552
|
infoURL: 'https://coti.io/',
|
29459
29553
|
shortName: 'coti-devnet',
|
29460
29554
|
chainId: 13068200,
|
29461
29555
|
networkId: 13068200,
|
29462
|
-
explorers: [
|
29556
|
+
explorers: [
|
29557
|
+
{
|
29558
|
+
name: 'coti devnet explorer',
|
29559
|
+
url: 'https://explorer-devnet.coti.io',
|
29560
|
+
icon: 'ethernal',
|
29561
|
+
standard: 'EIP3091'
|
29562
|
+
}
|
29563
|
+
]
|
29463
29564
|
},
|
29464
29565
|
{
|
29465
29566
|
name: 'PepChain Churchill',
|
@@ -30147,16 +30248,13 @@ const chainArray = [
|
|
30147
30248
|
{
|
30148
30249
|
name: 'Cyber Testnet Explorer',
|
30149
30250
|
url: 'https://testnet.cyberscan.co',
|
30150
|
-
icon: 'blockscout',
|
30151
30251
|
standard: 'EIP3091'
|
30152
30252
|
}
|
30153
30253
|
],
|
30154
30254
|
parent: {
|
30155
30255
|
type: 'L2',
|
30156
30256
|
chain: 'eip155-11155111',
|
30157
|
-
bridges: [
|
30158
|
-
{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }
|
30159
|
-
]
|
30257
|
+
bridges: [ { url: 'https://cyber-testnet.testnets.rollbridge.app/' } ]
|
30160
30258
|
}
|
30161
30259
|
},
|
30162
30260
|
{
|
@@ -31158,6 +31256,11 @@ const chainArray = [
|
|
31158
31256
|
name: 'Kakarot Scan',
|
31159
31257
|
url: 'https://sepolia.kakarotscan.org',
|
31160
31258
|
standard: 'EIP3091'
|
31259
|
+
},
|
31260
|
+
{
|
31261
|
+
name: 'Kakarot Explorer',
|
31262
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
31263
|
+
standard: 'EIP3091'
|
31161
31264
|
}
|
31162
31265
|
],
|
31163
31266
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|