eth-chainlist 0.0.635 → 0.0.637
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 +69 -34
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.637 (2025-03-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.636 ([0359f37](https://github.com/poowf/eth-chainlist/commit/0359f376b73d00102bfa8cc84f267972208fc19a))
|
9
|
+
* update chain data ([eed469f](https://github.com/poowf/eth-chainlist/commit/eed469fb1dd0f0dad146ab137caf0ba73bce186c))
|
10
|
+
|
11
|
+
### 0.0.636 (2025-03-11)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.635 ([0608d2b](https://github.com/poowf/eth-chainlist/commit/0608d2b9283154c3e92df2128f0a730af48aed2a))
|
17
|
+
* update chain data ([776b2be](https://github.com/poowf/eth-chainlist/commit/776b2beb86d73d7c8ef6248ffed1649d9d14602e))
|
18
|
+
|
3
19
|
### 0.0.635 (2025-03-10)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2025,22 +2025,22 @@ const chainArray = [
|
|
2025
2025
|
status: 'active'
|
2026
2026
|
},
|
2027
2027
|
{
|
2028
|
-
name: '
|
2029
|
-
chain: '
|
2030
|
-
icon: 'bkc',
|
2028
|
+
name: 'KUB Mainnet',
|
2029
|
+
chain: 'KUB',
|
2031
2030
|
rpc: [ 'https://rpc.bitkubchain.io', 'wss://wss.bitkubchain.io' ],
|
2032
2031
|
faucets: [],
|
2033
|
-
nativeCurrency: { name: '
|
2034
|
-
infoURL: 'https://www.
|
2035
|
-
shortName: '
|
2032
|
+
nativeCurrency: { name: 'KUB Coin', symbol: 'KUB', decimals: 18 },
|
2033
|
+
infoURL: 'https://www.kubchain.com/',
|
2034
|
+
shortName: 'kub',
|
2036
2035
|
chainId: 96,
|
2037
2036
|
networkId: 96,
|
2037
|
+
icon: 'kub',
|
2038
2038
|
explorers: [
|
2039
2039
|
{
|
2040
|
-
name: '
|
2041
|
-
url: 'https://
|
2040
|
+
name: 'KUB Mainnet Explorer',
|
2041
|
+
url: 'https://kubscan.com',
|
2042
2042
|
standard: 'none',
|
2043
|
-
icon: '
|
2043
|
+
icon: 'kub'
|
2044
2044
|
}
|
2045
2045
|
],
|
2046
2046
|
redFlags: [ 'reusedChainId' ]
|
@@ -14295,10 +14295,8 @@ const chainArray = [
|
|
14295
14295
|
name: 'edeXa Testnet',
|
14296
14296
|
chain: 'edeXa',
|
14297
14297
|
rpc: [
|
14298
|
-
'https://testnet.edexa.network
|
14299
|
-
'
|
14300
|
-
'https://testnet.edexa.com/rpc',
|
14301
|
-
'wss://testnet.edexa.com/wss'
|
14298
|
+
'https://rpc.testnet.edexa.network',
|
14299
|
+
'https://rpc.testnet.edexa.com'
|
14302
14300
|
],
|
14303
14301
|
faucets: [ 'https://faucet.edexa.com/' ],
|
14304
14302
|
nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
|
@@ -24167,12 +24165,9 @@ const chainArray = [
|
|
24167
24165
|
]
|
24168
24166
|
},
|
24169
24167
|
{
|
24170
|
-
name: 'Qubetics Testnet',
|
24171
|
-
chain: 'Qubetics Testnet',
|
24172
|
-
rpc: [
|
24173
|
-
'https://alphatestnet-evm-rpc.qubetics.work/',
|
24174
|
-
'wss://wss-testnet-nodes.shidoscan.com'
|
24175
|
-
],
|
24168
|
+
name: 'Qubetics Alpha Testnet',
|
24169
|
+
chain: 'Qubetics Alpha Testnet',
|
24170
|
+
rpc: [ 'https://alphatestnet-evm-rpc.qubetics.work/' ],
|
24176
24171
|
faucets: [ 'https://alphatestnet-explorer.qubetics.work/faucet' ],
|
24177
24172
|
nativeCurrency: { name: 'Qubetics Testnet Token', symbol: 'TICS', decimals: 18 },
|
24178
24173
|
infoURL: 'https://www.qubetics.com/',
|
@@ -24183,7 +24178,7 @@ const chainArray = [
|
|
24183
24178
|
explorers: [
|
24184
24179
|
{
|
24185
24180
|
name: 'Qubetics Testnet Explorer',
|
24186
|
-
url: 'https://
|
24181
|
+
url: 'https://alphatestnet-explorer.qubetics.work/dashboard',
|
24187
24182
|
standard: 'none',
|
24188
24183
|
icon: 'qubetics'
|
24189
24184
|
}
|
@@ -29074,26 +29069,26 @@ const chainArray = [
|
|
29074
29069
|
]
|
29075
29070
|
},
|
29076
29071
|
{
|
29077
|
-
name: '
|
29078
|
-
chain: '
|
29079
|
-
icon: 'bkc',
|
29072
|
+
name: 'KUB Testnet',
|
29073
|
+
chain: 'KUB',
|
29080
29074
|
rpc: [
|
29081
29075
|
'https://rpc-testnet.bitkubchain.io',
|
29082
29076
|
'wss://wss-testnet.bitkubchain.io'
|
29083
29077
|
],
|
29084
|
-
faucets: [ 'https://faucet.
|
29085
|
-
nativeCurrency: { name: '
|
29086
|
-
infoURL: 'https://www.
|
29087
|
-
shortName: '
|
29078
|
+
faucets: [ 'https://faucet.kubchain.com' ],
|
29079
|
+
nativeCurrency: { name: 'KUB Coin', symbol: 'tKUB', decimals: 18 },
|
29080
|
+
infoURL: 'https://www.kubchain.com/',
|
29081
|
+
shortName: 'kubt',
|
29088
29082
|
chainId: 25925,
|
29089
29083
|
networkId: 25925,
|
29084
|
+
icon: 'kub',
|
29090
29085
|
slip44: 1,
|
29091
29086
|
explorers: [
|
29092
29087
|
{
|
29093
|
-
name: '
|
29094
|
-
url: 'https://testnet.
|
29088
|
+
name: 'KUB Testnet Explorer',
|
29089
|
+
url: 'https://testnet.kubscan.com',
|
29095
29090
|
standard: 'none',
|
29096
|
-
icon: '
|
29091
|
+
icon: 'kub'
|
29097
29092
|
}
|
29098
29093
|
]
|
29099
29094
|
},
|
@@ -29224,6 +29219,24 @@ const chainArray = [
|
|
29224
29219
|
}
|
29225
29220
|
]
|
29226
29221
|
},
|
29222
|
+
{
|
29223
|
+
name: 'AB Core Testnet',
|
29224
|
+
chain: 'ETH',
|
29225
|
+
rpc: [ 'https://rpc.core.testnet.ab.org' ],
|
29226
|
+
faucets: [],
|
29227
|
+
nativeCurrency: { name: 'AB', symbol: 'AB', decimals: 18 },
|
29228
|
+
infoURL: 'https://ab.org',
|
29229
|
+
shortName: 'tABCore',
|
29230
|
+
chainId: 26888,
|
29231
|
+
networkId: 26888,
|
29232
|
+
explorers: [
|
29233
|
+
{
|
29234
|
+
name: 'AB Core explorer',
|
29235
|
+
url: 'https://explorer.core.testnet.ab.org',
|
29236
|
+
standard: 'EIP3091'
|
29237
|
+
}
|
29238
|
+
]
|
29239
|
+
},
|
29227
29240
|
{
|
29228
29241
|
name: 'Newton Finance Testnet',
|
29229
29242
|
chain: 'ETH',
|
@@ -30964,7 +30977,7 @@ const chainArray = [
|
|
30964
30977
|
networkId: 43110
|
30965
30978
|
},
|
30966
30979
|
{
|
30967
|
-
name: 'Hemi
|
30980
|
+
name: 'Hemi',
|
30968
30981
|
chain: 'ETH',
|
30969
30982
|
rpc: [ 'https://rpc.hemi.network/rpc' ],
|
30970
30983
|
faucets: [],
|
@@ -32009,7 +32022,7 @@ const chainArray = [
|
|
32009
32022
|
name: 'OverProtocol Mainnet',
|
32010
32023
|
chain: 'OverProtocol',
|
32011
32024
|
icon: 'overIcon',
|
32012
|
-
rpc: [ 'https://rpc.overprotocol.com'
|
32025
|
+
rpc: [ 'https://rpc.overprotocol.com' ],
|
32013
32026
|
faucets: [],
|
32014
32027
|
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
32015
32028
|
infoURL: 'https://docs.over.network',
|
@@ -35541,8 +35554,8 @@ const chainArray = [
|
|
35541
35554
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
35542
35555
|
},
|
35543
35556
|
{
|
35544
|
-
name: 'Plume',
|
35545
|
-
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35557
|
+
name: 'Plume (Legacy)',
|
35558
|
+
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
|
35546
35559
|
chain: 'ETH',
|
35547
35560
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
35548
35561
|
faucets: [],
|
@@ -46375,6 +46388,28 @@ const chainArray = [
|
|
46375
46388
|
]
|
46376
46389
|
}
|
46377
46390
|
},
|
46391
|
+
{
|
46392
|
+
name: 'Basecamp',
|
46393
|
+
chain: 'CAMP',
|
46394
|
+
icon: 'camp',
|
46395
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
46396
|
+
rpc: [ 'https://rpc.basecamp.t.raas.gelato.cloud' ],
|
46397
|
+
faucets: [ 'https://www.campnetwork.xyz/faucet_l1' ],
|
46398
|
+
nativeCurrency: { name: 'Camp', symbol: 'CAMP', decimals: 18 },
|
46399
|
+
infoURL: 'https://docs.campnetwork.xyz/',
|
46400
|
+
shortName: 'Basecamp',
|
46401
|
+
chainId: 123420001114,
|
46402
|
+
networkId: 123420001114,
|
46403
|
+
slip44: 1,
|
46404
|
+
explorers: [
|
46405
|
+
{
|
46406
|
+
name: 'blockscout',
|
46407
|
+
url: 'https://basecamp.cloud.blockscout.com',
|
46408
|
+
icon: 'blockscout',
|
46409
|
+
standard: 'EIP3091'
|
46410
|
+
}
|
46411
|
+
]
|
46412
|
+
},
|
46378
46413
|
{
|
46379
46414
|
name: 'Ntity Mainnet',
|
46380
46415
|
chain: 'Ntity',
|