eth-chainlist 0.0.563 → 0.0.564
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 +128 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.564 (2024-12-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.563 ([fad8ec0](https://github.com/poowf/eth-chainlist/commit/fad8ec0a84168492724ee2d14b6f007216d53d80))
|
|
9
|
+
* update chain data ([d10279e](https://github.com/poowf/eth-chainlist/commit/d10279ecfdd2d53df791a03a86e3218c85856769))
|
|
10
|
+
|
|
3
11
|
### 0.0.563 (2024-12-13)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -8192,6 +8192,26 @@ const chainArray = [
|
|
|
8192
8192
|
chainId: 803,
|
|
8193
8193
|
networkId: 803
|
|
8194
8194
|
},
|
|
8195
|
+
{
|
|
8196
|
+
name: 'Evoz Mainnet',
|
|
8197
|
+
chain: 'Evoz',
|
|
8198
|
+
rpc: [ 'https://rpc.evozscan.com' ],
|
|
8199
|
+
faucets: [],
|
|
8200
|
+
nativeCurrency: { name: 'Evoz Mainnet', symbol: 'EVOZ', decimals: 18 },
|
|
8201
|
+
infoURL: 'https://rpc.evozscan.com',
|
|
8202
|
+
shortName: 'Evoz',
|
|
8203
|
+
chainId: 805,
|
|
8204
|
+
networkId: 805,
|
|
8205
|
+
icon: 'evoz',
|
|
8206
|
+
explorers: [
|
|
8207
|
+
{
|
|
8208
|
+
name: 'evozscan',
|
|
8209
|
+
url: 'https://evozscan.com',
|
|
8210
|
+
icon: 'evoz',
|
|
8211
|
+
standard: 'none'
|
|
8212
|
+
}
|
|
8213
|
+
]
|
|
8214
|
+
},
|
|
8195
8215
|
{
|
|
8196
8216
|
name: 'Portal Fantasy Chain Test',
|
|
8197
8217
|
chain: 'PF',
|
|
@@ -14087,14 +14107,15 @@ const chainArray = [
|
|
|
14087
14107
|
},
|
|
14088
14108
|
{
|
|
14089
14109
|
name: 'Phala Network',
|
|
14090
|
-
chain: '
|
|
14110
|
+
chain: 'ETH',
|
|
14091
14111
|
rpc: [],
|
|
14092
14112
|
faucets: [],
|
|
14093
|
-
nativeCurrency: { name: '
|
|
14113
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14094
14114
|
infoURL: 'https://phala.network',
|
|
14095
|
-
shortName: '
|
|
14115
|
+
shortName: 'phala',
|
|
14096
14116
|
chainId: 2035,
|
|
14097
|
-
networkId: 2035
|
|
14117
|
+
networkId: 2035,
|
|
14118
|
+
status: 'incubating'
|
|
14098
14119
|
},
|
|
14099
14120
|
{
|
|
14100
14121
|
name: 'Kiwi Subnet',
|
|
@@ -16696,22 +16717,22 @@ const chainArray = [
|
|
|
16696
16717
|
]
|
|
16697
16718
|
},
|
|
16698
16719
|
{
|
|
16699
|
-
name: '
|
|
16700
|
-
chain: '
|
|
16701
|
-
icon: '
|
|
16702
|
-
rpc: [ 'https://rpc.
|
|
16720
|
+
name: 'JFINPOS',
|
|
16721
|
+
chain: 'JFINPOS',
|
|
16722
|
+
icon: 'jfinpos',
|
|
16723
|
+
rpc: [ 'https://rpc.jfinpos.com' ],
|
|
16703
16724
|
faucets: [],
|
|
16704
16725
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
16705
|
-
nativeCurrency: { name: '
|
|
16706
|
-
infoURL: 'https://
|
|
16726
|
+
nativeCurrency: { name: 'JFINPOS', symbol: 'JPOS', decimals: 18 },
|
|
16727
|
+
infoURL: 'https://jfinpos.com',
|
|
16707
16728
|
shortName: 'jzero',
|
|
16708
16729
|
chainId: 3502,
|
|
16709
16730
|
networkId: 3502,
|
|
16710
16731
|
explorers: [
|
|
16711
16732
|
{
|
|
16712
|
-
name: '
|
|
16713
|
-
url: 'https://exp.
|
|
16714
|
-
icon: '
|
|
16733
|
+
name: 'JFINPOS Explorer',
|
|
16734
|
+
url: 'https://exp.jfinpos.com',
|
|
16735
|
+
icon: 'jfinpos',
|
|
16715
16736
|
standard: 'EIP3091'
|
|
16716
16737
|
}
|
|
16717
16738
|
]
|
|
@@ -17855,7 +17876,7 @@ const chainArray = [
|
|
|
17855
17876
|
{
|
|
17856
17877
|
name: 'Echos Chain',
|
|
17857
17878
|
chain: 'Echos',
|
|
17858
|
-
rpc: [],
|
|
17879
|
+
rpc: [ 'https://rpc-echos-mainnet-0.t.conduit.xyz' ],
|
|
17859
17880
|
features: [],
|
|
17860
17881
|
faucets: [],
|
|
17861
17882
|
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
|
@@ -18228,6 +18249,30 @@ const chainArray = [
|
|
|
18228
18249
|
}
|
|
18229
18250
|
]
|
|
18230
18251
|
},
|
|
18252
|
+
{
|
|
18253
|
+
name: 'Evnode Testnet',
|
|
18254
|
+
chain: 'Evnode',
|
|
18255
|
+
rpc: [ 'https://rpc-testnet.evnode.org/' ],
|
|
18256
|
+
faucets: [ 'https://faucet.evnode.org' ],
|
|
18257
|
+
nativeCurrency: {
|
|
18258
|
+
name: 'Evnode Testnet Native Token',
|
|
18259
|
+
symbol: 'tEVO',
|
|
18260
|
+
decimals: 18
|
|
18261
|
+
},
|
|
18262
|
+
infoURL: 'https://evnode.org',
|
|
18263
|
+
shortName: 'evnode',
|
|
18264
|
+
chainId: 4786,
|
|
18265
|
+
networkId: 4786,
|
|
18266
|
+
icon: 'evnode',
|
|
18267
|
+
explorers: [
|
|
18268
|
+
{
|
|
18269
|
+
name: 'Evnode Explorer Testnet',
|
|
18270
|
+
url: 'https://testnet.evscan.net',
|
|
18271
|
+
standard: 'EIP3091',
|
|
18272
|
+
icon: 'evnode'
|
|
18273
|
+
}
|
|
18274
|
+
]
|
|
18275
|
+
},
|
|
18231
18276
|
{
|
|
18232
18277
|
name: 'World Chain Sepolia Testnet',
|
|
18233
18278
|
chain: 'ETH',
|
|
@@ -20519,6 +20564,26 @@ const chainArray = [
|
|
|
20519
20564
|
icon: 'nibiru',
|
|
20520
20565
|
explorers: []
|
|
20521
20566
|
},
|
|
20567
|
+
{
|
|
20568
|
+
name: 'InitVerse penesis testnet',
|
|
20569
|
+
chain: 'InitVerse',
|
|
20570
|
+
rpc: [ 'http://rpc-testnet.inichain.com' ],
|
|
20571
|
+
faucets: [],
|
|
20572
|
+
nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
|
|
20573
|
+
infoURL: 'https://genesis-testnet.inichain.com',
|
|
20574
|
+
shortName: 'INICHAIN',
|
|
20575
|
+
chainId: 7234,
|
|
20576
|
+
networkId: 7234,
|
|
20577
|
+
icon: 'initverse',
|
|
20578
|
+
explorers: [
|
|
20579
|
+
{
|
|
20580
|
+
name: 'initverse',
|
|
20581
|
+
url: 'https://genesis-testnet.iniscan.com',
|
|
20582
|
+
icon: 'initverse',
|
|
20583
|
+
standard: 'none'
|
|
20584
|
+
}
|
|
20585
|
+
]
|
|
20586
|
+
},
|
|
20522
20587
|
{
|
|
20523
20588
|
name: 'ZEUS Testnet',
|
|
20524
20589
|
chain: 'tZEUS',
|
|
@@ -34966,16 +35031,16 @@ const chainArray = [
|
|
|
34966
35031
|
]
|
|
34967
35032
|
},
|
|
34968
35033
|
{
|
|
34969
|
-
name: '
|
|
35034
|
+
name: 'Hydration',
|
|
34970
35035
|
chain: 'HDX',
|
|
34971
35036
|
rpc: [ 'https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud' ],
|
|
34972
35037
|
faucets: [],
|
|
34973
35038
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
34974
|
-
infoURL: 'https://
|
|
35039
|
+
infoURL: 'https://hydration.net/',
|
|
34975
35040
|
shortName: 'hdx',
|
|
34976
35041
|
chainId: 222222,
|
|
34977
35042
|
networkId: 222222,
|
|
34978
|
-
icon: '
|
|
35043
|
+
icon: 'hydration',
|
|
34979
35044
|
explorers: [
|
|
34980
35045
|
{
|
|
34981
35046
|
name: 'blockscout',
|
|
@@ -36987,6 +37052,27 @@ const chainArray = [
|
|
|
36987
37052
|
}
|
|
36988
37053
|
]
|
|
36989
37054
|
},
|
|
37055
|
+
{
|
|
37056
|
+
name: 'Conwai Mainnet',
|
|
37057
|
+
chain: 'CNW',
|
|
37058
|
+
rpc: [ 'https://conwai.calderachain.xyz/http' ],
|
|
37059
|
+
faucets: [],
|
|
37060
|
+
nativeCurrency: { name: 'Conwai', symbol: 'CNW', decimals: 18 },
|
|
37061
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
37062
|
+
infoURL: 'https://conwai.net',
|
|
37063
|
+
shortName: 'cnw',
|
|
37064
|
+
chainId: 668668,
|
|
37065
|
+
networkId: 668668,
|
|
37066
|
+
icon: 'conwai',
|
|
37067
|
+
explorers: [
|
|
37068
|
+
{
|
|
37069
|
+
name: 'conwaiscan',
|
|
37070
|
+
icon: 'conwaiscan',
|
|
37071
|
+
url: 'https://conwai.calderaexplorer.xyz',
|
|
37072
|
+
standard: 'EIP3091'
|
|
37073
|
+
}
|
|
37074
|
+
]
|
|
37075
|
+
},
|
|
36990
37076
|
{
|
|
36991
37077
|
name: 'Won Network',
|
|
36992
37078
|
chainId: 686868,
|
|
@@ -39921,18 +40007,20 @@ const chainArray = [
|
|
|
39921
40007
|
]
|
|
39922
40008
|
},
|
|
39923
40009
|
{
|
|
39924
|
-
name: 'Corn
|
|
40010
|
+
name: 'Corn',
|
|
39925
40011
|
chain: 'BTCN',
|
|
39926
40012
|
rpc: [
|
|
40013
|
+
'https://mainnet.corn-rpc.com',
|
|
39927
40014
|
'https://rpc.ankr.com/corn_maizenet',
|
|
39928
40015
|
'https://maizenet-rpc.usecorn.com'
|
|
39929
40016
|
],
|
|
39930
40017
|
faucets: [],
|
|
39931
40018
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
39932
40019
|
infoURL: 'https://usecorn.com',
|
|
39933
|
-
shortName: '
|
|
40020
|
+
shortName: 'corn',
|
|
39934
40021
|
chainId: 21000000,
|
|
39935
40022
|
networkId: 21000000,
|
|
40023
|
+
icon: 'corn',
|
|
39936
40024
|
explorers: [
|
|
39937
40025
|
{
|
|
39938
40026
|
name: 'Corn Explorer',
|
|
@@ -39951,13 +40039,14 @@ const chainArray = [
|
|
|
39951
40039
|
name: 'Corn Testnet',
|
|
39952
40040
|
chain: 'BTCN',
|
|
39953
40041
|
rpc: [
|
|
40042
|
+
'https://testnet.corn-rpc.com',
|
|
39954
40043
|
'https://rpc.ankr.com/corn_testnet',
|
|
39955
40044
|
'https://testnet-rpc.usecorn.com'
|
|
39956
40045
|
],
|
|
39957
40046
|
faucets: [],
|
|
39958
40047
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
39959
40048
|
infoURL: 'https://usecorn.com',
|
|
39960
|
-
shortName: '
|
|
40049
|
+
shortName: 'corn-testnet',
|
|
39961
40050
|
chainId: 21000001,
|
|
39962
40051
|
networkId: 21000001,
|
|
39963
40052
|
explorers: [
|
|
@@ -41650,6 +41739,25 @@ const chainArray = [
|
|
|
41650
41739
|
}
|
|
41651
41740
|
]
|
|
41652
41741
|
},
|
|
41742
|
+
{
|
|
41743
|
+
name: 'Turbo',
|
|
41744
|
+
chain: 'NEAR',
|
|
41745
|
+
rpc: [ 'https://rpc-0x4e45415f.aurora-cloud.dev' ],
|
|
41746
|
+
icon: 'turbo',
|
|
41747
|
+
faucets: [],
|
|
41748
|
+
nativeCurrency: { name: 'Turbo', symbol: 'TURBO', decimals: 18 },
|
|
41749
|
+
infoURL: 'https://turbotoken.io',
|
|
41750
|
+
shortName: 'turbo',
|
|
41751
|
+
chainId: 1313161567,
|
|
41752
|
+
networkId: 1313161567,
|
|
41753
|
+
explorers: [
|
|
41754
|
+
{
|
|
41755
|
+
name: 'Turbo explorer',
|
|
41756
|
+
url: 'https://explorer.turbo.aurora.dev',
|
|
41757
|
+
standard: 'EIP3091'
|
|
41758
|
+
}
|
|
41759
|
+
]
|
|
41760
|
+
},
|
|
41653
41761
|
{
|
|
41654
41762
|
name: 'SKALE Titan Hub',
|
|
41655
41763
|
chain: 'parallel-stormy-spica',
|