eth-chainlist 0.0.698 → 0.0.700
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 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.700 (2025-11-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.699 ([c6e88a4](https://github.com/poowf/eth-chainlist/commit/c6e88a4a83d4161a394c0e269ee928d8f06f43c0))
|
|
9
|
+
* update chain data ([f78f1b6](https://github.com/poowf/eth-chainlist/commit/f78f1b67ce6c51b6f990d0ee42f5aa15c241c126))
|
|
10
|
+
|
|
11
|
+
### 0.0.699 (2025-11-04)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.698 ([86d7b17](https://github.com/poowf/eth-chainlist/commit/86d7b178b361993e6171182899fba7d5a089828e))
|
|
17
|
+
* update chain data ([f5a6b43](https://github.com/poowf/eth-chainlist/commit/f5a6b431b67d846d7aebf9d65f86ff0b8c5e138a))
|
|
18
|
+
|
|
3
19
|
### 0.0.698 (2025-10-28)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -8039,6 +8039,35 @@ const chainArray = [
|
|
|
8039
8039
|
explorers: [],
|
|
8040
8040
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8041
8041
|
},
|
|
8042
|
+
{
|
|
8043
|
+
name: 'Jasmy Chain',
|
|
8044
|
+
chain: 'Jasmy Chain',
|
|
8045
|
+
rpc: [ 'https://rpc.jasmychain.io', 'wss://rpc.jasmychain.io' ],
|
|
8046
|
+
faucets: [],
|
|
8047
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8048
|
+
infoURL: 'https://jasmychain.io',
|
|
8049
|
+
shortName: 'jasmychain',
|
|
8050
|
+
chainId: 680,
|
|
8051
|
+
networkId: 680,
|
|
8052
|
+
explorers: [],
|
|
8053
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8054
|
+
},
|
|
8055
|
+
{
|
|
8056
|
+
name: 'Jasmy Chain Testnet',
|
|
8057
|
+
chain: 'Jasmy Chain Testnet',
|
|
8058
|
+
rpc: [
|
|
8059
|
+
'https://rpc_testnet.jasmychain.io',
|
|
8060
|
+
'wss://rpc_testnet.jasmychain.io'
|
|
8061
|
+
],
|
|
8062
|
+
faucets: [],
|
|
8063
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8064
|
+
infoURL: 'https://jasmychain.io',
|
|
8065
|
+
shortName: 'jasmychain_testnet',
|
|
8066
|
+
chainId: 681,
|
|
8067
|
+
networkId: 681,
|
|
8068
|
+
explorers: [],
|
|
8069
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8070
|
+
},
|
|
8042
8071
|
{
|
|
8043
8072
|
name: 'Karura Network',
|
|
8044
8073
|
chain: 'KAR',
|
|
@@ -17122,6 +17151,48 @@ const chainArray = [
|
|
|
17122
17151
|
explorers: [],
|
|
17123
17152
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
17124
17153
|
},
|
|
17154
|
+
{
|
|
17155
|
+
name: 'Splendor Mainnet',
|
|
17156
|
+
chain: 'SPLENDOR',
|
|
17157
|
+
rpc: [ 'https://mainnet-rpc.splendor.org', 'https://splendor-rpc.org/' ],
|
|
17158
|
+
faucets: [],
|
|
17159
|
+
nativeCurrency: { name: 'Splendor Token', symbol: 'SPLD', decimals: 18 },
|
|
17160
|
+
features: [ { name: 'EIP155' } ],
|
|
17161
|
+
infoURL: 'https://splendor.org',
|
|
17162
|
+
shortName: 'spld',
|
|
17163
|
+
chainId: 2691,
|
|
17164
|
+
networkId: 2691,
|
|
17165
|
+
icon: 'splendor',
|
|
17166
|
+
explorers: [
|
|
17167
|
+
{
|
|
17168
|
+
name: 'Splendor Explorer',
|
|
17169
|
+
url: 'https://explorer.splendor.org',
|
|
17170
|
+
icon: 'splendor',
|
|
17171
|
+
standard: 'EIP3091'
|
|
17172
|
+
}
|
|
17173
|
+
]
|
|
17174
|
+
},
|
|
17175
|
+
{
|
|
17176
|
+
name: 'Splendor Testnet',
|
|
17177
|
+
chain: 'SPLD-TESTNET',
|
|
17178
|
+
rpc: [ 'https://testnet-rpc.splendor.org' ],
|
|
17179
|
+
faucets: [],
|
|
17180
|
+
nativeCurrency: { name: 'Splendor Test Token', symbol: 'SPLDT', decimals: 18 },
|
|
17181
|
+
features: [ { name: 'EIP155' } ],
|
|
17182
|
+
infoURL: 'https://splendor.org',
|
|
17183
|
+
shortName: 'spldt',
|
|
17184
|
+
chainId: 2692,
|
|
17185
|
+
networkId: 2692,
|
|
17186
|
+
icon: 'spld-testnet',
|
|
17187
|
+
explorers: [
|
|
17188
|
+
{
|
|
17189
|
+
name: 'Splendor Testnet Explorer',
|
|
17190
|
+
url: 'https://testnet-explorer.splendor.org',
|
|
17191
|
+
icon: 'splendor',
|
|
17192
|
+
standard: 'EIP3091'
|
|
17193
|
+
}
|
|
17194
|
+
]
|
|
17195
|
+
},
|
|
17125
17196
|
{
|
|
17126
17197
|
name: 'Morph Testnet',
|
|
17127
17198
|
chain: 'ETH',
|
|
@@ -21209,12 +21280,12 @@ const chainArray = [
|
|
|
21209
21280
|
name: 'Tanssi Demo',
|
|
21210
21281
|
chain: 'TANGO',
|
|
21211
21282
|
rpc: [
|
|
21212
|
-
'https://
|
|
21213
|
-
'wss://
|
|
21283
|
+
'https://services.tanssi-testnet.network/dancelight-2001',
|
|
21284
|
+
'wss://services.tanssi-testnet.network/dancelight-2001'
|
|
21214
21285
|
],
|
|
21215
21286
|
faucets: [ 'https://apps.tanssi.network/demo' ],
|
|
21216
21287
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
21217
|
-
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/
|
|
21288
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/',
|
|
21218
21289
|
shortName: 'tango',
|
|
21219
21290
|
chainId: 5678,
|
|
21220
21291
|
networkId: 5678,
|
|
@@ -29505,7 +29576,7 @@ const chainArray = [
|
|
|
29505
29576
|
chain: '1Money Network',
|
|
29506
29577
|
rpc: [ 'https://mainnet.1money.network' ],
|
|
29507
29578
|
faucets: [],
|
|
29508
|
-
nativeCurrency: { name: '
|
|
29579
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
29509
29580
|
features: [ { name: 'EIP155' } ],
|
|
29510
29581
|
infoURL: 'https://1money.com',
|
|
29511
29582
|
shortName: '1money',
|
|
@@ -43498,7 +43569,7 @@ const chainArray = [
|
|
|
43498
43569
|
chain: '1Money Testnet',
|
|
43499
43570
|
rpc: [ 'https://testnet.1money.network' ],
|
|
43500
43571
|
faucets: [],
|
|
43501
|
-
nativeCurrency: { name: '
|
|
43572
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
43502
43573
|
features: [ { name: 'EIP155' } ],
|
|
43503
43574
|
infoURL: 'https://1money.com',
|
|
43504
43575
|
shortName: '1money-testnet',
|
|
@@ -44309,6 +44380,32 @@ const chainArray = [
|
|
|
44309
44380
|
}
|
|
44310
44381
|
]
|
|
44311
44382
|
},
|
|
44383
|
+
{
|
|
44384
|
+
name: 'Arc Network Testnet',
|
|
44385
|
+
chain: 'Arc Network',
|
|
44386
|
+
icon: 'arcnetwork',
|
|
44387
|
+
rpc: [
|
|
44388
|
+
'https://rpc.testnet.arc.network',
|
|
44389
|
+
'wss://rpc.testnet.arc.network',
|
|
44390
|
+
'https://rpc.quicknode.testnet.arc.network',
|
|
44391
|
+
'wss://rpc.quicknode.testnet.arc.network',
|
|
44392
|
+
'https://rpc.blockdaemon.testnet.arc.network'
|
|
44393
|
+
],
|
|
44394
|
+
faucets: [ 'https://faucet.circle.com/' ],
|
|
44395
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
44396
|
+
infoURL: 'https://arc.network',
|
|
44397
|
+
shortName: 'arc-testnet',
|
|
44398
|
+
chainId: 5042002,
|
|
44399
|
+
networkId: 5042002,
|
|
44400
|
+
slip44: 1,
|
|
44401
|
+
explorers: [
|
|
44402
|
+
{
|
|
44403
|
+
name: 'Arcscan',
|
|
44404
|
+
url: 'https://testnet.arcscan.app',
|
|
44405
|
+
standard: 'EIP3091'
|
|
44406
|
+
}
|
|
44407
|
+
]
|
|
44408
|
+
},
|
|
44312
44409
|
{
|
|
44313
44410
|
name: 'NumBlock Chain',
|
|
44314
44411
|
chain: 'NumBlock',
|
|
@@ -45611,8 +45708,9 @@ const chainArray = [
|
|
|
45611
45708
|
name: 'quarkblockchain',
|
|
45612
45709
|
chain: 'QKI',
|
|
45613
45710
|
rpc: [
|
|
45614
|
-
'https://
|
|
45615
|
-
'https://
|
|
45711
|
+
'https://rpc1.qkirpc.org',
|
|
45712
|
+
'https://rpc2.qkirpc.org',
|
|
45713
|
+
'https://rpc3.qkirpc.org',
|
|
45616
45714
|
'https://rpc1.qkiscan.io',
|
|
45617
45715
|
'https://rpc2.qkiscan.io',
|
|
45618
45716
|
'https://rpc3.qkiscan.io'
|