eth-chainlist 0.0.634 → 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 +16 -0
- package/data/chain.js +90 -38
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.635 (2025-03-10)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.634 ([ee70426](https://github.com/poowf/eth-chainlist/commit/ee7042639a00f9078f7de6aefb4970e96ce0a244))
|
17
|
+
* update chain data ([fca15b1](https://github.com/poowf/eth-chainlist/commit/fca15b1ae77584895d199c9e4246f2fb2acd5793))
|
18
|
+
|
3
19
|
### 0.0.634 (2025-03-09)
|
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 },
|
@@ -20004,6 +20002,25 @@ const chainArray = [
|
|
20004
20002
|
}
|
20005
20003
|
]
|
20006
20004
|
},
|
20005
|
+
{
|
20006
|
+
name: 'Seismic devnet',
|
20007
|
+
chain: 'Seismic',
|
20008
|
+
rpc: [ 'https://node-2.seismicdev.net/rpc' ],
|
20009
|
+
faucets: [ 'https://faucet-2.seismicdev.net/' ],
|
20010
|
+
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
20011
|
+
features: [ { name: 'EIP155' } ],
|
20012
|
+
infoURL: 'https://seismic.systems',
|
20013
|
+
shortName: 'seismic-devnet',
|
20014
|
+
chainId: 5124,
|
20015
|
+
networkId: 5124,
|
20016
|
+
explorers: [
|
20017
|
+
{
|
20018
|
+
name: 'Seismic Devnet Explorer',
|
20019
|
+
url: 'https://explorer-2.seismicdev.net',
|
20020
|
+
standard: 'EIP3091'
|
20021
|
+
}
|
20022
|
+
]
|
20023
|
+
},
|
20007
20024
|
{
|
20008
20025
|
name: 'Moca Chain Testnet',
|
20009
20026
|
chain: 'Moca Chain',
|
@@ -20305,12 +20322,7 @@ const chainArray = [
|
|
20305
20322
|
{
|
20306
20323
|
name: 'edeXa Mainnet',
|
20307
20324
|
chain: 'edeXa',
|
20308
|
-
rpc: [
|
20309
|
-
'https://mainnet.edexa.network/rpc',
|
20310
|
-
'wss://mainnet.edexa.network/wss',
|
20311
|
-
'https://mainnet.edexa.com/rpc',
|
20312
|
-
'wss://mainnet.edexa.com/wss'
|
20313
|
-
],
|
20325
|
+
rpc: [ 'https://rpc.edexa.network', 'https://rpc.edexa.com' ],
|
20314
20326
|
faucets: [],
|
20315
20327
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20316
20328
|
nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
|
@@ -24153,12 +24165,9 @@ const chainArray = [
|
|
24153
24165
|
]
|
24154
24166
|
},
|
24155
24167
|
{
|
24156
|
-
name: 'Qubetics Testnet',
|
24157
|
-
chain: 'Qubetics Testnet',
|
24158
|
-
rpc: [
|
24159
|
-
'https://alphatestnet-evm-rpc.qubetics.work/',
|
24160
|
-
'wss://wss-testnet-nodes.shidoscan.com'
|
24161
|
-
],
|
24168
|
+
name: 'Qubetics Alpha Testnet',
|
24169
|
+
chain: 'Qubetics Alpha Testnet',
|
24170
|
+
rpc: [ 'https://alphatestnet-evm-rpc.qubetics.work/' ],
|
24162
24171
|
faucets: [ 'https://alphatestnet-explorer.qubetics.work/faucet' ],
|
24163
24172
|
nativeCurrency: { name: 'Qubetics Testnet Token', symbol: 'TICS', decimals: 18 },
|
24164
24173
|
infoURL: 'https://www.qubetics.com/',
|
@@ -24169,7 +24178,7 @@ const chainArray = [
|
|
24169
24178
|
explorers: [
|
24170
24179
|
{
|
24171
24180
|
name: 'Qubetics Testnet Explorer',
|
24172
|
-
url: 'https://
|
24181
|
+
url: 'https://alphatestnet-explorer.qubetics.work/dashboard',
|
24173
24182
|
standard: 'none',
|
24174
24183
|
icon: 'qubetics'
|
24175
24184
|
}
|
@@ -29060,26 +29069,26 @@ const chainArray = [
|
|
29060
29069
|
]
|
29061
29070
|
},
|
29062
29071
|
{
|
29063
|
-
name: '
|
29064
|
-
chain: '
|
29065
|
-
icon: 'bkc',
|
29072
|
+
name: 'KUB Testnet',
|
29073
|
+
chain: 'KUB',
|
29066
29074
|
rpc: [
|
29067
29075
|
'https://rpc-testnet.bitkubchain.io',
|
29068
29076
|
'wss://wss-testnet.bitkubchain.io'
|
29069
29077
|
],
|
29070
|
-
faucets: [ 'https://faucet.
|
29071
|
-
nativeCurrency: { name: '
|
29072
|
-
infoURL: 'https://www.
|
29073
|
-
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',
|
29074
29082
|
chainId: 25925,
|
29075
29083
|
networkId: 25925,
|
29084
|
+
icon: 'kub',
|
29076
29085
|
slip44: 1,
|
29077
29086
|
explorers: [
|
29078
29087
|
{
|
29079
|
-
name: '
|
29080
|
-
url: 'https://testnet.
|
29088
|
+
name: 'KUB Testnet Explorer',
|
29089
|
+
url: 'https://testnet.kubscan.com',
|
29081
29090
|
standard: 'none',
|
29082
|
-
icon: '
|
29091
|
+
icon: 'kub'
|
29083
29092
|
}
|
29084
29093
|
]
|
29085
29094
|
},
|
@@ -35527,8 +35536,8 @@ const chainArray = [
|
|
35527
35536
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
35528
35537
|
},
|
35529
35538
|
{
|
35530
|
-
name: 'Plume',
|
35531
|
-
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35539
|
+
name: 'Plume (Legacy)',
|
35540
|
+
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
|
35532
35541
|
chain: 'ETH',
|
35533
35542
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
35534
35543
|
faucets: [],
|
@@ -39756,6 +39765,27 @@ const chainArray = [
|
|
39756
39765
|
}
|
39757
39766
|
]
|
39758
39767
|
},
|
39768
|
+
{
|
39769
|
+
name: 'Xsolla ZK Sepolia Testnet',
|
39770
|
+
chain: 'Xsolla ZK Sepolia',
|
39771
|
+
rpc: [ 'https://zkrpc-sepolia.xsollazk.com' ],
|
39772
|
+
faucets: [ 'https://xsollazk.com/faucet' ],
|
39773
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
39774
|
+
infoURL: 'https://xsolla.com/zk',
|
39775
|
+
shortName: 'xsollazk-sepolia',
|
39776
|
+
chainId: 555777,
|
39777
|
+
networkId: 555777,
|
39778
|
+
slip44: 1,
|
39779
|
+
icon: 'xsollazk',
|
39780
|
+
explorers: [
|
39781
|
+
{
|
39782
|
+
name: 'Xsolla ZK Sepolia Block Explorer',
|
39783
|
+
url: 'https://x.la/explorer',
|
39784
|
+
icon: 'xsollazk',
|
39785
|
+
standard: 'EIP3091'
|
39786
|
+
}
|
39787
|
+
]
|
39788
|
+
},
|
39759
39789
|
{
|
39760
39790
|
name: 'DustBoy IoT',
|
39761
39791
|
title: 'DustBoy IoT',
|
@@ -46340,6 +46370,28 @@ const chainArray = [
|
|
46340
46370
|
]
|
46341
46371
|
}
|
46342
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
|
+
},
|
46343
46395
|
{
|
46344
46396
|
name: 'Ntity Mainnet',
|
46345
46397
|
chain: 'Ntity',
|