eth-chainlist 0.0.464 → 0.0.466
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 +105 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.466 (2024-08-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.465 ([2e4bd59](https://github.com/poowf/eth-chainlist/commit/2e4bd59dba53eb12d62c43500fffe32c9ae2ec50))
|
|
9
|
+
* update chain data ([9be5dc8](https://github.com/poowf/eth-chainlist/commit/9be5dc89b64ec624c7f62c3d83857f078cc1fd2d))
|
|
10
|
+
|
|
11
|
+
### 0.0.465 (2024-08-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.464 ([da0604c](https://github.com/poowf/eth-chainlist/commit/da0604c8fe508b7847a2736099a0d0db737a3c1b))
|
|
17
|
+
* update chain data ([0fb2984](https://github.com/poowf/eth-chainlist/commit/0fb2984b46b81a561fcda9808fb7fca3036d8b37))
|
|
18
|
+
|
|
3
19
|
### 0.0.464 (2024-08-13)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6345,9 +6345,9 @@ const chainArray = [
|
|
|
6345
6345
|
icon: 'flowevm',
|
|
6346
6346
|
explorers: [
|
|
6347
6347
|
{
|
|
6348
|
-
name: '
|
|
6349
|
-
url: 'https://testnet.
|
|
6350
|
-
standard: '
|
|
6348
|
+
name: 'FlowScan: Testnet',
|
|
6349
|
+
url: 'https://evm-testnet.flowscan.io',
|
|
6350
|
+
standard: 'EIP3091'
|
|
6351
6351
|
}
|
|
6352
6352
|
]
|
|
6353
6353
|
},
|
|
@@ -18172,6 +18172,19 @@ const chainArray = [
|
|
|
18172
18172
|
}
|
|
18173
18173
|
]
|
|
18174
18174
|
},
|
|
18175
|
+
{
|
|
18176
|
+
name: 'Nibiru Devnet-3',
|
|
18177
|
+
chain: 'Nibiru',
|
|
18178
|
+
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
|
18179
|
+
faucets: [],
|
|
18180
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
|
18181
|
+
infoURL: 'https://nibiru.fi',
|
|
18182
|
+
shortName: 'nibiru',
|
|
18183
|
+
chainId: 7222,
|
|
18184
|
+
networkId: 7222,
|
|
18185
|
+
icon: 'nibiru',
|
|
18186
|
+
explorers: []
|
|
18187
|
+
},
|
|
18175
18188
|
{
|
|
18176
18189
|
name: 'ZEUS Testnet',
|
|
18177
18190
|
chain: 'tZEUS',
|
|
@@ -20147,6 +20160,34 @@ const chainArray = [
|
|
|
20147
20160
|
}
|
|
20148
20161
|
]
|
|
20149
20162
|
},
|
|
20163
|
+
{
|
|
20164
|
+
name: 'Apex Fusion - Nexus Mainnet',
|
|
20165
|
+
chain: 'Nexus Mainnet',
|
|
20166
|
+
rpc: [ 'https://rpc.nexus.mainnet.apexfusion.org/' ],
|
|
20167
|
+
faucets: [],
|
|
20168
|
+
nativeCurrency: { name: 'Apex Fusion Token', symbol: 'AP3X', decimals: 18 },
|
|
20169
|
+
infoURL: 'https://apexfusion.org/',
|
|
20170
|
+
features: [ { name: 'EIP155' } ],
|
|
20171
|
+
shortName: 'AP3X',
|
|
20172
|
+
chainId: 9069,
|
|
20173
|
+
networkId: 9069,
|
|
20174
|
+
icon: 'apexfusion',
|
|
20175
|
+
explorers: []
|
|
20176
|
+
},
|
|
20177
|
+
{
|
|
20178
|
+
name: 'Apex Fusion - Nexus testnet',
|
|
20179
|
+
chain: 'Nexus testnet',
|
|
20180
|
+
rpc: [ 'https://rpc.nexus.testnet.apexfusion.org/' ],
|
|
20181
|
+
faucets: [],
|
|
20182
|
+
nativeCurrency: { name: 'Apex Fusion Token', symbol: 'tAP3X', decimals: 18 },
|
|
20183
|
+
infoURL: 'https://apexfusion.org/',
|
|
20184
|
+
features: [ { name: 'EIP155' } ],
|
|
20185
|
+
shortName: 'tAP3X',
|
|
20186
|
+
chainId: 9070,
|
|
20187
|
+
networkId: 9070,
|
|
20188
|
+
icon: 'apexfusion',
|
|
20189
|
+
explorers: []
|
|
20190
|
+
},
|
|
20150
20191
|
{
|
|
20151
20192
|
name: 'Genesis Coin',
|
|
20152
20193
|
chain: 'Genesis',
|
|
@@ -24590,7 +24631,7 @@ const chainArray = [
|
|
|
24590
24631
|
{
|
|
24591
24632
|
name: 'Curtis',
|
|
24592
24633
|
chain: 'Curtis',
|
|
24593
|
-
rpc: [ 'https://curtis.
|
|
24634
|
+
rpc: [ 'https://rpc.curtis.apechain.com' ],
|
|
24594
24635
|
faucets: [ 'https://curtis.hub.caldera.xyz' ],
|
|
24595
24636
|
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
24596
24637
|
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
@@ -24601,7 +24642,7 @@ const chainArray = [
|
|
|
24601
24642
|
explorers: [
|
|
24602
24643
|
{
|
|
24603
24644
|
name: 'Curtis Explorer',
|
|
24604
|
-
url: 'https://curtis.
|
|
24645
|
+
url: 'https://explorer.curtis.apechain.com',
|
|
24605
24646
|
standard: 'EIP3091'
|
|
24606
24647
|
}
|
|
24607
24648
|
]
|
|
@@ -26910,6 +26951,7 @@ const chainArray = [
|
|
|
26910
26951
|
shortName: 'cratd2c-testnet',
|
|
26911
26952
|
chainId: 65349,
|
|
26912
26953
|
networkId: 65349,
|
|
26954
|
+
icon: 'cratd2c-testnet',
|
|
26913
26955
|
explorers: [
|
|
26914
26956
|
{
|
|
26915
26957
|
name: 'Blockscout',
|
|
@@ -28024,6 +28066,19 @@ const chainArray = [
|
|
|
28024
28066
|
parent: { type: 'L2', chain: 'eip155-84532' },
|
|
28025
28067
|
infoURL: 'https://xprotocol.org/'
|
|
28026
28068
|
},
|
|
28069
|
+
{
|
|
28070
|
+
name: 'Esa',
|
|
28071
|
+
chain: 'Esa',
|
|
28072
|
+
rpc: [ 'http://65.108.151.70:8545' ],
|
|
28073
|
+
faucets: [],
|
|
28074
|
+
nativeCurrency: { name: 'Esa', symbol: 'Esa', decimals: 18 },
|
|
28075
|
+
infoURL: 'https://esculap.us',
|
|
28076
|
+
shortName: 'Esa',
|
|
28077
|
+
chainId: 83278,
|
|
28078
|
+
networkId: 83278,
|
|
28079
|
+
icon: 'EsaCoins',
|
|
28080
|
+
explorers: []
|
|
28081
|
+
},
|
|
28027
28082
|
{
|
|
28028
28083
|
name: 'ZEDXION',
|
|
28029
28084
|
chain: 'ZEDXION',
|
|
@@ -28636,6 +28691,25 @@ const chainArray = [
|
|
|
28636
28691
|
}
|
|
28637
28692
|
]
|
|
28638
28693
|
},
|
|
28694
|
+
{
|
|
28695
|
+
name: 'EdgaMatrix Chain Testnet',
|
|
28696
|
+
chain: 'EMC Testnet',
|
|
28697
|
+
icon: 'emctest',
|
|
28698
|
+
rpc: [ 'https://rpc1-testnet.emc.network' ],
|
|
28699
|
+
faucets: [],
|
|
28700
|
+
nativeCurrency: { name: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
|
|
28701
|
+
infoURL: '',
|
|
28702
|
+
shortName: 'EMCTestnet',
|
|
28703
|
+
chainId: 99876,
|
|
28704
|
+
networkId: 99876,
|
|
28705
|
+
explorers: [
|
|
28706
|
+
{
|
|
28707
|
+
name: 'blockscout',
|
|
28708
|
+
url: 'https://testnet.emcscan.com',
|
|
28709
|
+
standard: 'EIP3091'
|
|
28710
|
+
}
|
|
28711
|
+
]
|
|
28712
|
+
},
|
|
28639
28713
|
{
|
|
28640
28714
|
name: 'UB Smart Chain(testnet)',
|
|
28641
28715
|
chain: 'USC',
|
|
@@ -34404,10 +34478,12 @@ const chainArray = [
|
|
|
34404
34478
|
shortName: 'Vcity',
|
|
34405
34479
|
chainId: 20230825,
|
|
34406
34480
|
networkId: 20230825,
|
|
34481
|
+
icon: 'vcity',
|
|
34407
34482
|
explorers: [
|
|
34408
34483
|
{
|
|
34409
34484
|
name: 'Vcity Explorer',
|
|
34410
34485
|
url: 'https://scan.vcity.app',
|
|
34486
|
+
icon: 'vcity',
|
|
34411
34487
|
standard: 'EIP3091'
|
|
34412
34488
|
}
|
|
34413
34489
|
]
|
|
@@ -35522,6 +35598,30 @@ const chainArray = [
|
|
|
35522
35598
|
}
|
|
35523
35599
|
]
|
|
35524
35600
|
},
|
|
35601
|
+
{
|
|
35602
|
+
name: 'Sophon Testnet',
|
|
35603
|
+
chain: 'Sophon Testnet',
|
|
35604
|
+
rpc: [ 'https://rpc.testnet.sophon.xyz/' ],
|
|
35605
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
35606
|
+
faucets: [],
|
|
35607
|
+
infoURL: '',
|
|
35608
|
+
shortName: 'sophon-testnet',
|
|
35609
|
+
chainId: 531050104,
|
|
35610
|
+
networkId: 531050104,
|
|
35611
|
+
explorers: [
|
|
35612
|
+
{
|
|
35613
|
+
name: 'Sophon Testnet',
|
|
35614
|
+
url: 'https://explorer.testnet.sophon.xyz',
|
|
35615
|
+
icon: 'sophon-testnet',
|
|
35616
|
+
standard: 'none'
|
|
35617
|
+
}
|
|
35618
|
+
],
|
|
35619
|
+
parent: {
|
|
35620
|
+
type: 'L2',
|
|
35621
|
+
chain: 'eip155-1',
|
|
35622
|
+
bridges: [ { url: 'https://bridge.zksync.io/' } ]
|
|
35623
|
+
}
|
|
35624
|
+
},
|
|
35525
35625
|
{
|
|
35526
35626
|
name: 'Degen Chain',
|
|
35527
35627
|
title: 'Degen Chain',
|