eth-chainlist 0.0.635 → 0.0.636
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 +49 -32
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.636 (2025-03-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.635 ([0608d2b](https://github.com/poowf/eth-chainlist/commit/0608d2b9283154c3e92df2128f0a730af48aed2a))
|
9
|
+
* update chain data ([776b2be](https://github.com/poowf/eth-chainlist/commit/776b2beb86d73d7c8ef6248ffed1649d9d14602e))
|
10
|
+
|
3
11
|
### 0.0.635 (2025-03-10)
|
4
12
|
|
5
13
|
|
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
|
},
|
@@ -35541,8 +35536,8 @@ const chainArray = [
|
|
35541
35536
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
35542
35537
|
},
|
35543
35538
|
{
|
35544
|
-
name: 'Plume',
|
35545
|
-
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35539
|
+
name: 'Plume (Legacy)',
|
35540
|
+
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
|
35546
35541
|
chain: 'ETH',
|
35547
35542
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
35548
35543
|
faucets: [],
|
@@ -46375,6 +46370,28 @@ const chainArray = [
|
|
46375
46370
|
]
|
46376
46371
|
}
|
46377
46372
|
},
|
46373
|
+
{
|
46374
|
+
name: 'Basecamp',
|
46375
|
+
chain: 'CAMP',
|
46376
|
+
icon: 'camp',
|
46377
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
46378
|
+
rpc: [ 'https://rpc.basecamp.t.raas.gelato.cloud' ],
|
46379
|
+
faucets: [ 'https://www.campnetwork.xyz/faucet_l1' ],
|
46380
|
+
nativeCurrency: { name: 'Camp', symbol: 'CAMP', decimals: 18 },
|
46381
|
+
infoURL: 'https://docs.campnetwork.xyz/',
|
46382
|
+
shortName: 'Basecamp',
|
46383
|
+
chainId: 123420001114,
|
46384
|
+
networkId: 123420001114,
|
46385
|
+
slip44: 1,
|
46386
|
+
explorers: [
|
46387
|
+
{
|
46388
|
+
name: 'blockscout',
|
46389
|
+
url: 'https://basecamp.cloud.blockscout.com',
|
46390
|
+
icon: 'blockscout',
|
46391
|
+
standard: 'EIP3091'
|
46392
|
+
}
|
46393
|
+
]
|
46394
|
+
},
|
46378
46395
|
{
|
46379
46396
|
name: 'Ntity Mainnet',
|
46380
46397
|
chain: 'Ntity',
|