eth-chainlist 0.0.402 → 0.0.404

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.404 (2024-05-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.403 ([0177885](https://github.com/poowf/eth-chainlist/commit/01778854922daae703667ea192adb67d9ae1a1a4))
9
+ * update chain data ([ecd1445](https://github.com/poowf/eth-chainlist/commit/ecd1445a6cbb9523190296dd6fd6c3bbfa1cceac))
10
+
11
+ ### 0.0.403 (2024-05-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.402 ([bde3d40](https://github.com/poowf/eth-chainlist/commit/bde3d402974bf250ac93e7ecbbc42d979de742c0))
17
+ * update chain data ([8a61eef](https://github.com/poowf/eth-chainlist/commit/8a61eef5d4eb7f268a186f525ff8acf3b3c1ebc5))
18
+
3
19
  ### 0.0.402 (2024-05-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3368,6 +3368,25 @@ const chainArray = [
3368
3368
  networkId: 172,
3369
3369
  slip44: 1
3370
3370
  },
3371
+ {
3372
+ name: 'DC Mainnet',
3373
+ chain: 'dcchain',
3374
+ icon: 'dcchain',
3375
+ rpc: [ 'https://rpc.dcnetio.cloud', 'wss://ws.dcnetio.cloud' ],
3376
+ faucets: [],
3377
+ nativeCurrency: { name: 'DC Native Token', symbol: 'DCT', decimals: 18 },
3378
+ infoURL: 'https://www.dcnetio.cloud',
3379
+ shortName: 'dcchain',
3380
+ chainId: 176,
3381
+ networkId: 176,
3382
+ explorers: [
3383
+ {
3384
+ name: 'dcscan',
3385
+ url: 'https://exp.dcnetio.cloud',
3386
+ standard: 'none'
3387
+ }
3388
+ ]
3389
+ },
3371
3390
  {
3372
3391
  name: 'AME Chain Mainnet',
3373
3392
  chain: 'AME',
@@ -3386,6 +3405,26 @@ const chainArray = [
3386
3405
  }
3387
3406
  ]
3388
3407
  },
3408
+ {
3409
+ name: 'Mint Mainnet',
3410
+ chain: 'ETH',
3411
+ rpc: [ 'https://rpc.mintchain.io' ],
3412
+ faucets: [],
3413
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3414
+ infoURL: 'https://www.mintchain.io',
3415
+ shortName: 'mint',
3416
+ chainId: 185,
3417
+ networkId: 185,
3418
+ icon: 'mint',
3419
+ explorers: [
3420
+ {
3421
+ name: 'blockscout',
3422
+ url: 'https://explorer.mintchain.io',
3423
+ icon: 'mint',
3424
+ standard: 'EIP3091'
3425
+ }
3426
+ ]
3427
+ },
3389
3428
  {
3390
3429
  name: 'Seele Mainnet',
3391
3430
  chain: 'Seele',
@@ -14289,6 +14328,25 @@ const chainArray = [
14289
14328
  infoURL: '',
14290
14329
  parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
14291
14330
  },
14331
+ {
14332
+ name: 'Tobe Chain',
14333
+ chain: 'TBC',
14334
+ icon: 'tobe',
14335
+ rpc: [ 'https://rpc.tobescan.com' ],
14336
+ faucets: [],
14337
+ nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
14338
+ infoURL: 'https://tobechain.net',
14339
+ shortName: 'tbc',
14340
+ chainId: 4080,
14341
+ networkId: 4080,
14342
+ explorers: [
14343
+ {
14344
+ name: 'tobescan',
14345
+ url: 'https://tobescan.com',
14346
+ standard: 'EIP3091'
14347
+ }
14348
+ ]
14349
+ },
14292
14350
  {
14293
14351
  name: 'Fastex Chain (Bahamut) Oasis Testnet',
14294
14352
  title: 'Bahamut testnet Oasis',
@@ -21351,6 +21409,44 @@ const chainArray = [
21351
21409
  slip44: 1,
21352
21410
  explorers: []
21353
21411
  },
21412
+ {
21413
+ name: 'Xchain Mainnet',
21414
+ chain: 'Xchain',
21415
+ icon: 'intd',
21416
+ rpc: [ 'https://rpc.xchainscan.com' ],
21417
+ faucets: [],
21418
+ nativeCurrency: { name: 'Intdestcoin', symbol: 'INTD', decimals: 18 },
21419
+ infoURL: 'https://xchainscan.com',
21420
+ shortName: 'INTD',
21421
+ chainId: 31753,
21422
+ networkId: 31753,
21423
+ explorers: [
21424
+ {
21425
+ name: 'Xchain Mainnet Explorer',
21426
+ url: 'https://xchainscan.com',
21427
+ standard: 'EIP3091'
21428
+ }
21429
+ ]
21430
+ },
21431
+ {
21432
+ name: 'Xchain Testnet',
21433
+ chain: 'Xchain',
21434
+ icon: 'intd',
21435
+ rpc: [ 'https://rpc.xchaintest.net' ],
21436
+ faucets: [ 'https://xchainfaucet.net' ],
21437
+ nativeCurrency: { name: 'Intdestcoin Testnet', symbol: 'INTD', decimals: 18 },
21438
+ infoURL: 'https://xchaintest.net',
21439
+ shortName: 'tINTD',
21440
+ chainId: 31754,
21441
+ networkId: 31754,
21442
+ explorers: [
21443
+ {
21444
+ name: 'Xchain Testnet Explorer',
21445
+ url: 'https://xchaintest.net',
21446
+ standard: 'EIP3091'
21447
+ }
21448
+ ]
21449
+ },
21354
21450
  {
21355
21451
  name: 'W3Gamez Holesky Testnet',
21356
21452
  chain: 'ETH',
@@ -21460,6 +21556,25 @@ const chainArray = [
21460
21556
  }
21461
21557
  ]
21462
21558
  },
21559
+ {
21560
+ name: 'Entangle Mainnet',
21561
+ chain: 'NGL',
21562
+ icon: 'ngl',
21563
+ rpc: [ 'https://json-rpc.entangle.fi' ],
21564
+ faucets: [],
21565
+ nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
21566
+ infoURL: 'https://www.entangle.fi',
21567
+ shortName: 'ngl',
21568
+ chainId: 33033,
21569
+ networkId: 33033,
21570
+ explorers: [
21571
+ {
21572
+ name: 'Entangle Mainnet Explorer',
21573
+ url: 'https://explorer.entangle.fi',
21574
+ standard: 'none'
21575
+ }
21576
+ ]
21577
+ },
21463
21578
  {
21464
21579
  name: 'Zilliqa EVM Testnet',
21465
21580
  chain: 'ZIL',
@@ -21479,6 +21594,19 @@ const chainArray = [
21479
21594
  }
21480
21595
  ]
21481
21596
  },
21597
+ {
21598
+ name: 'Entangle Testnet',
21599
+ chain: 'NGL',
21600
+ icon: 'ngl',
21601
+ rpc: [ 'https://evm-testnet.entangle.fi' ],
21602
+ faucets: [],
21603
+ nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
21604
+ infoURL: 'https://www.entangle.fi',
21605
+ shortName: 'tngl',
21606
+ chainId: 33133,
21607
+ networkId: 33133,
21608
+ explorers: []
21609
+ },
21482
21610
  {
21483
21611
  name: 'Cloudverse Subnet',
21484
21612
  chain: 'CLOUDVERSE',
@@ -22043,6 +22171,7 @@ const chainArray = [
22043
22171
  shortName: 'hemi',
22044
22172
  chainId: 43111,
22045
22173
  networkId: 43111,
22174
+ icon: 'hemi',
22046
22175
  explorers: [],
22047
22176
  parent: { type: 'L2', chain: 'eip155-1' },
22048
22177
  status: 'incubating'
@@ -23237,9 +23366,11 @@ const chainArray = [
23237
23366
  },
23238
23367
  {
23239
23368
  name: 'Optopia Mainnet',
23240
- status: 'incubating',
23241
23369
  chain: 'ETH',
23242
- rpc: [],
23370
+ rpc: [
23371
+ 'https://rpc-mainnet.optopia.ai',
23372
+ 'https://rpc-mainnet-2.optopia.ai'
23373
+ ],
23243
23374
  faucets: [],
23244
23375
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23245
23376
  features: [ { name: 'EIP1559' } ],
@@ -23248,8 +23379,19 @@ const chainArray = [
23248
23379
  chainId: 62050,
23249
23380
  networkId: 62050,
23250
23381
  icon: 'optopia',
23251
- explorers: [],
23252
- parent: { type: 'L2', chain: 'eip155-1' }
23382
+ explorers: [
23383
+ {
23384
+ name: 'optopia-scan',
23385
+ url: 'https://scan.optopia.ai',
23386
+ icon: 'optopia',
23387
+ standard: 'EIP3091'
23388
+ }
23389
+ ],
23390
+ parent: {
23391
+ type: 'L2',
23392
+ chain: 'eip155-1',
23393
+ bridges: [ { url: 'https://bridge.optopia.ai' } ]
23394
+ }
23253
23395
  },
23254
23396
  {
23255
23397
  name: 'Celo Baklava Testnet',
@@ -23285,6 +23427,26 @@ const chainArray = [
23285
23427
  }
23286
23428
  ]
23287
23429
  },
23430
+ {
23431
+ name: 'PLYR TAU Testnet',
23432
+ chain: 'PLYR',
23433
+ icon: 'plyr',
23434
+ rpc: [ 'https://subnets.avax.network/plyr/testnet/rpc' ],
23435
+ faucets: [ 'https://faucet.avax.network/?subnet=plyr' ],
23436
+ nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
23437
+ infoURL: 'https://plyr.network',
23438
+ shortName: 'plyr-tau-testnet',
23439
+ chainId: 62831,
23440
+ networkId: 62831,
23441
+ slip44: 1,
23442
+ explorers: [
23443
+ {
23444
+ name: 'Avalanche Subnet Testnet Explorer',
23445
+ url: 'https://subnets-test.avax.network/plyr',
23446
+ standard: 'EIP3091'
23447
+ }
23448
+ ]
23449
+ },
23288
23450
  {
23289
23451
  name: 'eCredits Mainnet',
23290
23452
  chain: 'ECS',
@@ -24415,6 +24577,24 @@ const chainArray = [
24415
24577
  }
24416
24578
  ]
24417
24579
  },
24580
+ {
24581
+ name: 'Inoai Network',
24582
+ chain: 'INOAI',
24583
+ faucets: [],
24584
+ rpc: [ 'https://inoai-network.com' ],
24585
+ nativeCurrency: { name: 'Inoai', symbol: 'INO', decimals: 18 },
24586
+ infoURL: 'https://inoai.info',
24587
+ shortName: 'INOAI',
24588
+ chainId: 88559,
24589
+ networkId: 88559,
24590
+ explorers: [
24591
+ {
24592
+ name: 'inoai live',
24593
+ url: 'https://inoai.live',
24594
+ standard: 'none'
24595
+ }
24596
+ ]
24597
+ },
24418
24598
  {
24419
24599
  name: 'Unit Zero Testnet',
24420
24600
  chain: 'Unit Zero',
@@ -25577,6 +25757,25 @@ const chainArray = [
25577
25757
  explorers: [],
25578
25758
  status: 'incubating'
25579
25759
  },
25760
+ {
25761
+ name: 'Eclat Mainnet',
25762
+ chain: 'Eclat',
25763
+ icon: 'eclat',
25764
+ rpc: [ 'https://mainnet-rpc.eclatscan.com' ],
25765
+ faucets: [],
25766
+ nativeCurrency: { name: 'Eclat', symbol: 'ECLAT', decimals: 18 },
25767
+ infoURL: 'https://eclatscan.com',
25768
+ shortName: 'ECLAT',
25769
+ chainId: 165279,
25770
+ networkId: 165279,
25771
+ explorers: [
25772
+ {
25773
+ name: 'Eclat Mainnet Explorer',
25774
+ url: 'https://eclatscan.com',
25775
+ standard: 'EIP3091'
25776
+ }
25777
+ ]
25778
+ },
25580
25779
  {
25581
25780
  name: 'Taiko Mainnet',
25582
25781
  chain: 'ETH',
@@ -26401,6 +26600,25 @@ const chainArray = [
26401
26600
  }
26402
26601
  ]
26403
26602
  },
26603
+ {
26604
+ name: 'Eclat Testnet',
26605
+ chain: 'Eclat',
26606
+ icon: 'eclat',
26607
+ rpc: [ 'https://testnet-rpc.eclatscan.com' ],
26608
+ faucets: [ 'https://faucet.eclatscan.com' ],
26609
+ nativeCurrency: { name: 'Eclat Testnet', symbol: 'ECLAT', decimals: 18 },
26610
+ infoURL: 'https://testnet-explorer.eclatscan.com',
26611
+ shortName: 'tECLAT',
26612
+ chainId: 262371,
26613
+ networkId: 262371,
26614
+ explorers: [
26615
+ {
26616
+ name: 'Eclat Testnet Explorer',
26617
+ url: 'https://testnet-explorer.eclatscan.com',
26618
+ standard: 'EIP3091'
26619
+ }
26620
+ ]
26621
+ },
26404
26622
  {
26405
26623
  name: 'Gear Zero Network Testnet',
26406
26624
  chain: 'GearZero',
@@ -26814,7 +27032,14 @@ const chainArray = [
26814
27032
  infoURL: '',
26815
27033
  shortName: 'DS2',
26816
27034
  chainId: 363636,
26817
- networkId: 363636
27035
+ networkId: 363636,
27036
+ explorers: [
27037
+ {
27038
+ name: 'Digit Soul Explorer',
27039
+ url: 'https://dgs-exp.digitsoul.co.th',
27040
+ standard: 'EIP3091'
27041
+ }
27042
+ ]
26818
27043
  },
26819
27044
  {
26820
27045
  name: 'HAPchain Testnet',
@@ -27703,10 +27928,11 @@ const chainArray = [
27703
27928
  shortName: 'hemi-sep',
27704
27929
  chainId: 743111,
27705
27930
  networkId: 743111,
27931
+ icon: 'hemi',
27706
27932
  explorers: [
27707
27933
  {
27708
27934
  name: 'blockscout',
27709
- url: 'https://testnet.explorer.hemi.network',
27935
+ url: 'https://testnet.explorer.hemi.xyz',
27710
27936
  icon: 'blockscout',
27711
27937
  standard: 'EIP3091'
27712
27938
  }
@@ -28404,6 +28630,19 @@ const chainArray = [
28404
28630
  }
28405
28631
  ]
28406
28632
  },
28633
+ {
28634
+ name: 'Automata Testnet',
28635
+ chain: 'Automata Testnet',
28636
+ rpc: [],
28637
+ faucets: [],
28638
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28639
+ infoURL: 'https://ata.network',
28640
+ shortName: 'automatatest',
28641
+ chainId: 1398243,
28642
+ networkId: 1398243,
28643
+ icon: 'automata',
28644
+ explorers: []
28645
+ },
28407
28646
  {
28408
28647
  name: 'PlayFi Albireo Testnet',
28409
28648
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.402",
3
+ "version": "0.0.404",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {