eth-chainlist 0.0.699 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.699 (2025-11-04)
4
12
 
5
13
 
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',
@@ -21251,12 +21280,12 @@ const chainArray = [
21251
21280
  name: 'Tanssi Demo',
21252
21281
  chain: 'TANGO',
21253
21282
  rpc: [
21254
- 'https://dancelight-2001.tanssi-api.network',
21255
- 'wss://dancelight-2001.tanssi-api.network'
21283
+ 'https://services.tanssi-testnet.network/dancelight-2001',
21284
+ 'wss://services.tanssi-testnet.network/dancelight-2001'
21256
21285
  ],
21257
21286
  faucets: [ 'https://apps.tanssi.network/demo' ],
21258
21287
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
21259
- infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
21288
+ infoURL: 'https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/',
21260
21289
  shortName: 'tango',
21261
21290
  chainId: 5678,
21262
21291
  networkId: 5678,
@@ -44351,6 +44380,32 @@ const chainArray = [
44351
44380
  }
44352
44381
  ]
44353
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
+ },
44354
44409
  {
44355
44410
  name: 'NumBlock Chain',
44356
44411
  chain: 'NumBlock',
@@ -45653,8 +45708,9 @@ const chainArray = [
45653
45708
  name: 'quarkblockchain',
45654
45709
  chain: 'QKI',
45655
45710
  rpc: [
45656
- 'https://hz.rpc.qkiscan.cn',
45657
- 'https://jp.rpc.qkiscan.io',
45711
+ 'https://rpc1.qkirpc.org',
45712
+ 'https://rpc2.qkirpc.org',
45713
+ 'https://rpc3.qkirpc.org',
45658
45714
  'https://rpc1.qkiscan.io',
45659
45715
  'https://rpc2.qkiscan.io',
45660
45716
  'https://rpc3.qkiscan.io'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.699",
3
+ "version": "0.0.700",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {