eth-chainlist 0.0.399 → 0.0.401

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +200 -14
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.401 (2024-05-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.400 ([c134fd7](https://github.com/poowf/eth-chainlist/commit/c134fd71f25da5eebe8c479774d1446f1c2352dc))
9
+ * update chain data ([8c96210](https://github.com/poowf/eth-chainlist/commit/8c962102e9eca5505c66b0ed0f4239380e0ebdb6))
10
+
11
+ ### 0.0.400 (2024-05-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.399 ([822d16f](https://github.com/poowf/eth-chainlist/commit/822d16f1b6bee7c5104ee06f1abbdbfa08c4811f))
17
+ * update chain data ([81f9337](https://github.com/poowf/eth-chainlist/commit/81f9337d84dca7250681cd86f114d410e50db909))
18
+
3
19
  ### 0.0.399 (2024-05-09)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3214,15 +3214,15 @@ const chainArray = [
3214
3214
  networkId: 163
3215
3215
  },
3216
3216
  {
3217
- name: 'Omni Testnet (incubating)',
3217
+ name: 'Omni Testnet',
3218
3218
  chain: 'Omni',
3219
- status: 'incubating',
3220
- rpc: [],
3219
+ status: 'active',
3220
+ rpc: [ 'https://testnet.omni.network' ],
3221
3221
  features: [ { name: 'EIP155' } ],
3222
3222
  faucets: [],
3223
3223
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3224
3224
  infoURL: 'https://docs.omni.network',
3225
- shortName: 'omni_testnet_164',
3225
+ shortName: 'omni_testnet',
3226
3226
  chainId: 164,
3227
3227
  networkId: 164,
3228
3228
  slip44: 1,
@@ -3236,28 +3236,28 @@ const chainArray = [
3236
3236
  name: 'Omni EVM Explorer on Blockscout',
3237
3237
  url: 'https://omni-testnet.blockscout.com',
3238
3238
  standard: 'EIP3091'
3239
+ },
3240
+ {
3241
+ name: 'Omni EVM Explorer on Routescan',
3242
+ url: 'https://testnet.omniscan.network',
3243
+ standard: 'EIP3091'
3239
3244
  }
3240
3245
  ]
3241
3246
  },
3242
3247
  {
3243
- name: 'Omni Testnet',
3248
+ name: 'Omni Testnet (Deprecated)',
3244
3249
  chain: 'Omni',
3245
- rpc: [ 'https://testnet.omni.network' ],
3250
+ rpc: [],
3246
3251
  features: [ { name: 'EIP155' } ],
3247
3252
  faucets: [],
3248
3253
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3249
3254
  infoURL: 'https://docs.omni.network/',
3250
- shortName: 'omni_testnet',
3255
+ shortName: 'omni_testnet_deprecated',
3251
3256
  chainId: 165,
3252
3257
  networkId: 165,
3253
3258
  slip44: 1,
3254
- explorers: [
3255
- {
3256
- name: 'Omni Explorer',
3257
- url: 'https://testnet.explorer.omni.network',
3258
- standard: 'EIP3091'
3259
- }
3260
- ]
3259
+ explorers: [],
3260
+ status: 'deprecated'
3261
3261
  },
3262
3262
  {
3263
3263
  name: 'Omni',
@@ -9754,6 +9754,22 @@ const chainArray = [
9754
9754
  ],
9755
9755
  status: 'deprecated'
9756
9756
  },
9757
+ {
9758
+ name: 'Silicon zkEVM Sepolia Testnet',
9759
+ title: 'Silicon zkEVM Sepolia Testnet',
9760
+ chain: 'Silicon',
9761
+ rpc: [],
9762
+ faucets: [],
9763
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
9764
+ infoURL: '',
9765
+ shortName: 'silicon-sepolia-testnet',
9766
+ chainId: 1414,
9767
+ networkId: 1414,
9768
+ icon: 'silicon',
9769
+ explorers: [],
9770
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
9771
+ status: 'incubating'
9772
+ },
9757
9773
  {
9758
9774
  name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
9759
9775
  title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
@@ -11230,6 +11246,25 @@ const chainArray = [
11230
11246
  }
11231
11247
  ]
11232
11248
  },
11249
+ {
11250
+ name: 'NOW Chain',
11251
+ chain: 'NOW',
11252
+ icon: 'nowchain',
11253
+ rpc: [ 'https://rpc.nowscan.io' ],
11254
+ faucets: [],
11255
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
11256
+ infoURL: 'https://nowchain.co',
11257
+ shortName: 'now',
11258
+ chainId: 2014,
11259
+ networkId: 2014,
11260
+ explorers: [
11261
+ {
11262
+ name: 'nowscan',
11263
+ url: 'https://nowscan.io',
11264
+ standard: 'EIP3091'
11265
+ }
11266
+ ]
11267
+ },
11233
11268
  {
11234
11269
  name: 'MainnetZ Mainnet',
11235
11270
  chain: 'NetZ',
@@ -12403,6 +12438,22 @@ const chainArray = [
12403
12438
  }
12404
12439
  ]
12405
12440
  },
12441
+ {
12442
+ name: 'Silicon zkEVM',
12443
+ title: 'Silicon zkEVM Mainnet',
12444
+ chain: 'Silicon',
12445
+ rpc: [],
12446
+ faucets: [],
12447
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12448
+ infoURL: '',
12449
+ shortName: 'silicon-zk',
12450
+ chainId: 2355,
12451
+ networkId: 2355,
12452
+ icon: 'silicon',
12453
+ explorers: [],
12454
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
12455
+ status: 'incubating'
12456
+ },
12406
12457
  {
12407
12458
  name: '(deprecated) Kroma Sepolia',
12408
12459
  title: '(deprecated) Kroma Testnet Sepolia',
@@ -18125,6 +18176,24 @@ const chainArray = [
18125
18176
  }
18126
18177
  ]
18127
18178
  },
18179
+ {
18180
+ name: 'Tabi Testnet',
18181
+ chain: 'TabiNetwork',
18182
+ rpc: [ 'https://rpc.testnet.tabichain.com' ],
18183
+ faucets: [ 'https://faucet.testnet.tabichain.com' ],
18184
+ nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
18185
+ infoURL: 'https://www.tabichain.com',
18186
+ shortName: 'tabitest',
18187
+ chainId: 9789,
18188
+ networkId: 9789,
18189
+ explorers: [
18190
+ {
18191
+ name: 'Tabi Testnet Explorer',
18192
+ url: 'https://testnet.tabiscan.com',
18193
+ standard: 'none'
18194
+ }
18195
+ ]
18196
+ },
18128
18197
  {
18129
18198
  name: 'Carbon EVM',
18130
18199
  chain: 'Carbon',
@@ -19224,6 +19293,26 @@ const chainArray = [
19224
19293
  }
19225
19294
  ]
19226
19295
  },
19296
+ {
19297
+ name: 'Playdapp Testnet',
19298
+ chain: 'PDA',
19299
+ icon: 'pda',
19300
+ rpc: [ 'https://subnets.avax.network/playdappte/testnet/rpc' ],
19301
+ features: [ { name: 'EIP1559' } ],
19302
+ faucets: [],
19303
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
19304
+ infoURL: 'https://playdapp.io',
19305
+ shortName: 'PDA-TESTNET',
19306
+ chainId: 12781,
19307
+ networkId: 12781,
19308
+ explorers: [
19309
+ {
19310
+ name: 'Playdapp Testnet Explorer',
19311
+ url: 'https://subnets-test.avax.network/playdappte',
19312
+ standard: 'EIP3091'
19313
+ }
19314
+ ]
19315
+ },
19227
19316
  {
19228
19317
  name: 'Quantum Chain Testnet',
19229
19318
  chain: 'tQNET',
@@ -20310,6 +20399,25 @@ const chainArray = [
20310
20399
  }
20311
20400
  ]
20312
20401
  },
20402
+ {
20403
+ name: 'DCpay Mainnet',
20404
+ chain: 'DCpay',
20405
+ icon: 'dcpayIcon',
20406
+ rpc: [ 'https://rpc.dcpay.io' ],
20407
+ faucets: [],
20408
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
20409
+ infoURL: 'https://dcpay.io',
20410
+ shortName: 'DCPm',
20411
+ chainId: 21223,
20412
+ networkId: 21223,
20413
+ explorers: [
20414
+ {
20415
+ name: 'DCpay Mainnet Explorer',
20416
+ url: 'https://mainnet.dcpay.io',
20417
+ standard: 'EIP3091'
20418
+ }
20419
+ ]
20420
+ },
20313
20421
  {
20314
20422
  name: 'CENNZnet Azalea',
20315
20423
  chain: 'CENNZnet',
@@ -21448,6 +21556,25 @@ const chainArray = [
21448
21556
  }
21449
21557
  ]
21450
21558
  },
21559
+ {
21560
+ name: 'Funki',
21561
+ chain: 'ETH',
21562
+ icon: 'funki',
21563
+ rpc: [],
21564
+ faucets: [],
21565
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21566
+ infoURL: 'https://funkichain.com',
21567
+ shortName: 'funki',
21568
+ chainId: 33979,
21569
+ networkId: 33979,
21570
+ explorers: [
21571
+ {
21572
+ name: 'Funki Mainnet Explorer',
21573
+ url: 'https://mainnet.funkichain.com',
21574
+ standard: 'none'
21575
+ }
21576
+ ]
21577
+ },
21451
21578
  {
21452
21579
  name: 'Mode',
21453
21580
  chain: 'ETH',
@@ -21833,6 +21960,26 @@ const chainArray = [
21833
21960
  bridges: [ { url: 'https://wallet.zkfair.io' } ]
21834
21961
  }
21835
21962
  },
21963
+ {
21964
+ name: 'Etherlink Mainnet',
21965
+ chain: 'Etherlink',
21966
+ icon: 'etherlink',
21967
+ chainId: 42793,
21968
+ networkId: 42793,
21969
+ features: [ { name: 'EIP1559' } ],
21970
+ infoURL: 'https://etherlink.com',
21971
+ shortName: 'etlk',
21972
+ nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
21973
+ rpc: [ 'https://node.mainnet.etherlink.com' ],
21974
+ faucets: [],
21975
+ explorers: [
21976
+ {
21977
+ name: 'Etherlink Explorer',
21978
+ url: 'https://explorer.etherlink.com',
21979
+ standard: 'EIP3091'
21980
+ }
21981
+ ]
21982
+ },
21836
21983
  {
21837
21984
  name: 'Gesoten Verse Testnet',
21838
21985
  chain: 'Gesoten Verse',
@@ -27089,6 +27236,26 @@ const chainArray = [
27089
27236
  }
27090
27237
  ]
27091
27238
  },
27239
+ {
27240
+ name: 'Playdapp Network',
27241
+ chain: 'PDA',
27242
+ icon: 'pda',
27243
+ rpc: [ 'https://subnets.avax.network/playdappne/mainnet/rpc' ],
27244
+ features: [ { name: 'EIP1559' } ],
27245
+ faucets: [],
27246
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
27247
+ infoURL: 'https://playdapp.io',
27248
+ shortName: 'PDA',
27249
+ chainId: 504441,
27250
+ networkId: 504441,
27251
+ explorers: [
27252
+ {
27253
+ name: 'Playdapp Explorer',
27254
+ url: 'https://subnets.avax.network/playdappne',
27255
+ standard: 'EIP3091'
27256
+ }
27257
+ ]
27258
+ },
27092
27259
  {
27093
27260
  name: 'CMP-Testnet',
27094
27261
  chain: 'CMP',
@@ -28396,6 +28563,25 @@ const chainArray = [
28396
28563
  slip44: 1,
28397
28564
  explorers: []
28398
28565
  },
28566
+ {
28567
+ name: 'Funki Sepolia Sandbox',
28568
+ chain: 'ETH',
28569
+ icon: 'funki',
28570
+ rpc: [ 'https://funki-testnet.alt.technology' ],
28571
+ faucets: [],
28572
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28573
+ infoURL: 'https://funkichain.com',
28574
+ shortName: 'funkisepolia',
28575
+ chainId: 3397901,
28576
+ networkId: 3397901,
28577
+ explorers: [
28578
+ {
28579
+ name: 'Funki Sepolia Sandbox Explorer',
28580
+ url: 'https://sepolia-sandbox.funkichain.com',
28581
+ standard: 'none'
28582
+ }
28583
+ ]
28584
+ },
28399
28585
  {
28400
28586
  name: 'Manta Pacific Testnet',
28401
28587
  chain: 'Manta Pacific',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.399",
3
+ "version": "0.0.401",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {