eth-chainlist 0.0.447 → 0.0.449

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.449 (2024-07-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.448 ([73030b5](https://github.com/poowf/eth-chainlist/commit/73030b5b1caa92bd3f4079861f6f6e9280eb6209))
9
+ * update chain data ([1892e84](https://github.com/poowf/eth-chainlist/commit/1892e84363690e1717f22bf61c96787e7264aa06))
10
+
11
+ ### 0.0.448 (2024-07-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.447 ([e87d472](https://github.com/poowf/eth-chainlist/commit/e87d472ced047019cb8a6d5f1ca61c245eebac27))
17
+ * update chain data ([fbf6d3b](https://github.com/poowf/eth-chainlist/commit/fbf6d3b20a26ec139d30fbc4250d376eb815d3ee))
18
+
3
19
  ### 0.0.447 (2024-07-18)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4063,6 +4063,24 @@ const chainArray = [
4063
4063
  }
4064
4064
  ]
4065
4065
  },
4066
+ {
4067
+ name: 'BlockEx Mainnet',
4068
+ chain: 'BlockEx',
4069
+ rpc: [ 'https://rpc.blockex.biz' ],
4070
+ faucets: [],
4071
+ nativeCurrency: { name: 'BlockEx', symbol: 'XBE', decimals: 18 },
4072
+ infoURL: 'https://blockex.biz',
4073
+ shortName: 'BlockEx',
4074
+ chainId: 221,
4075
+ networkId: 221,
4076
+ explorers: [
4077
+ {
4078
+ name: 'BlockEx Scan',
4079
+ url: 'http://explorer.blockex.biz',
4080
+ standard: 'EIP3091'
4081
+ }
4082
+ ]
4083
+ },
4066
4084
  {
4067
4085
  name: 'Permission',
4068
4086
  chain: 'ASK',
@@ -4372,6 +4390,24 @@ const chainArray = [
4372
4390
  ],
4373
4391
  status: 'active'
4374
4392
  },
4393
+ {
4394
+ name: 'Swan Chain Mainnet',
4395
+ chain: 'SWAN',
4396
+ rpc: [ 'https://mainnet-rpc01.swanchain.io' ],
4397
+ faucets: [],
4398
+ nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
4399
+ infoURL: 'https://swanchain.io/',
4400
+ shortName: 'Swan',
4401
+ chainId: 254,
4402
+ networkId: 254,
4403
+ explorers: [
4404
+ {
4405
+ name: 'Swanchain Explorer',
4406
+ url: 'https://swanscan.io',
4407
+ standard: 'EIP3091'
4408
+ }
4409
+ ]
4410
+ },
4375
4411
  {
4376
4412
  name: 'Kroma',
4377
4413
  chain: 'ETH',
@@ -6597,6 +6633,26 @@ const chainArray = [
6597
6633
  }
6598
6634
  ]
6599
6635
  },
6636
+ {
6637
+ name: 'Darwin Devnet',
6638
+ chain: 'Darwin',
6639
+ rpc: [ 'https://devnet.darwinchain.ai' ],
6640
+ faucets: [ 'https://devnet.darwinchain.ai/faucet' ],
6641
+ nativeCurrency: { name: 'Darwin Devnet token', symbol: 'DNA', decimals: 18 },
6642
+ infoURL: 'https://darwinchain.ai',
6643
+ shortName: 'darwin-devnet',
6644
+ chainId: 610,
6645
+ networkId: 610,
6646
+ icon: 'darwin',
6647
+ explorers: [
6648
+ {
6649
+ name: 'Darwin Explorer',
6650
+ url: 'https://explorer.darwinchain.ai',
6651
+ icon: 'darwin',
6652
+ standard: 'none'
6653
+ }
6654
+ ]
6655
+ },
6600
6656
  {
6601
6657
  name: 'EIOB Mainnet',
6602
6658
  chain: 'EIOB',
@@ -12411,7 +12467,7 @@ const chainArray = [
12411
12467
  faucets: [],
12412
12468
  nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
12413
12469
  infoURL: 'https://swanchain.io/',
12414
- shortName: 'swan',
12470
+ shortName: 'saturn',
12415
12471
  chainId: 2024,
12416
12472
  networkId: 2024
12417
12473
  },
@@ -16642,6 +16698,26 @@ const chainArray = [
16642
16698
  }
16643
16699
  ]
16644
16700
  },
16701
+ {
16702
+ name: 'Netsbo',
16703
+ chain: 'NETSBO',
16704
+ rpc: [ 'https://rpc1.netsbo.io', 'https://rpc2.netsbo.io' ],
16705
+ faucets: [],
16706
+ nativeCurrency: { name: 'Netsbo', symbol: 'NETS', decimals: 18 },
16707
+ infoURL: 'https://netsbo.io',
16708
+ shortName: 'nets',
16709
+ chainId: 5333,
16710
+ networkId: 5333,
16711
+ icon: 'netsbo',
16712
+ explorers: [
16713
+ {
16714
+ name: 'netsbo',
16715
+ url: 'https://explorer.netsbo.io',
16716
+ icon: 'netsbo',
16717
+ standard: 'none'
16718
+ }
16719
+ ]
16720
+ },
16645
16721
  {
16646
16722
  name: 'Tritanium Testnet',
16647
16723
  chain: 'TRITANIUM',
@@ -17238,6 +17314,30 @@ const chainArray = [
17238
17314
  }
17239
17315
  ]
17240
17316
  },
17317
+ {
17318
+ name: 'LAOS',
17319
+ title: 'LAOS Mainnet',
17320
+ chain: 'LAOS',
17321
+ icon: 'laosnetwork',
17322
+ rpc: [
17323
+ 'https://rpc.laos.laosfoundation.io',
17324
+ 'wss://rpc.laos.laosfoundation.io'
17325
+ ],
17326
+ faucets: [],
17327
+ nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
17328
+ infoURL: 'https://laosnetwork.io',
17329
+ shortName: 'laosnetwork',
17330
+ chainId: 6283,
17331
+ networkId: 6283,
17332
+ explorers: [
17333
+ {
17334
+ name: 'blockscout',
17335
+ url: 'https://blockscout.laos.laosfoundation.io',
17336
+ icon: 'blockscout',
17337
+ standard: 'EIP3091'
17338
+ }
17339
+ ]
17340
+ },
17241
17341
  {
17242
17342
  name: 'Aura Euphoria Testnet',
17243
17343
  chain: 'Aura',
@@ -21003,6 +21103,25 @@ const chainArray = [
21003
21103
  }
21004
21104
  ]
21005
21105
  },
21106
+ {
21107
+ name: 'SatsChain',
21108
+ chain: 'SatsChain',
21109
+ rpc: [ 'https://rpc-satschain-1.bevm.io' ],
21110
+ faucets: [],
21111
+ nativeCurrency: { name: 'SATS', symbol: 'SATS', decimals: 18 },
21112
+ infoURL: 'https://github.com/BTCSatsNetwork',
21113
+ shortName: 'satschain',
21114
+ chainId: 11521,
21115
+ networkId: 11521,
21116
+ icon: 'satschain',
21117
+ explorers: [
21118
+ {
21119
+ name: 'satschain scan',
21120
+ url: 'https://scan-satschain.bevm.io',
21121
+ standard: 'none'
21122
+ }
21123
+ ]
21124
+ },
21006
21125
  {
21007
21126
  name: 'Sardis Testnet',
21008
21127
  chain: 'SRDX',
@@ -21971,6 +22090,25 @@ const chainArray = [
21971
22090
  }
21972
22091
  ]
21973
22092
  },
22093
+ {
22094
+ name: '0G-Newton-Testnet',
22095
+ chain: '0G-Testnet',
22096
+ rpc: [ 'https://rpc-testnet.0g.ai' ],
22097
+ faucets: [ 'https://faucet.0g.ai' ],
22098
+ nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
22099
+ infoURL: 'https://0g.ai',
22100
+ shortName: '0gai-testnet',
22101
+ chainId: 16600,
22102
+ networkId: 16600,
22103
+ icon: '0gai',
22104
+ explorers: [
22105
+ {
22106
+ name: '0G Chain Explorer',
22107
+ url: 'https://chainscan-newton.0g.ai',
22108
+ standard: 'none'
22109
+ }
22110
+ ]
22111
+ },
21974
22112
  {
21975
22113
  name: 'IRIShub Testnet',
21976
22114
  chain: 'IRIShub',
@@ -33131,6 +33269,26 @@ const chainArray = [
33131
33269
  }
33132
33270
  ]
33133
33271
  },
33272
+ {
33273
+ name: 'Mande Network Mainnet',
33274
+ chain: 'Mande',
33275
+ rpc: [ 'https://mande-mainnet.public.blastapi.io' ],
33276
+ faucets: [],
33277
+ nativeCurrency: { name: 'Mand', symbol: 'MAND', decimals: 18 },
33278
+ infoURL: 'https://mande.network/',
33279
+ shortName: 'Mande',
33280
+ chainId: 18071918,
33281
+ networkId: 18071918,
33282
+ icon: 'mande',
33283
+ explorers: [
33284
+ {
33285
+ name: 'FYI',
33286
+ url: 'https://dym.fyi/r/mande',
33287
+ icon: 'fyi',
33288
+ standard: 'EIP3091'
33289
+ }
33290
+ ]
33291
+ },
33134
33292
  {
33135
33293
  name: 'IOLite',
33136
33294
  chain: 'ILT',
@@ -33142,6 +33300,48 @@ const chainArray = [
33142
33300
  chainId: 18289463,
33143
33301
  networkId: 18289463
33144
33302
  },
33303
+ {
33304
+ name: 'DeepBrainChain Testnet',
33305
+ chain: 'DeepBrainChain',
33306
+ rpc: [ 'https://rpc-testnet.dbcwallet.io' ],
33307
+ faucets: [],
33308
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
33309
+ infoURL: 'https://www.deepbrainchain.org',
33310
+ shortName: 'tDBC',
33311
+ chainId: 19850818,
33312
+ icon: 'dbc',
33313
+ networkId: 19850818,
33314
+ slip44: 1,
33315
+ explorers: [
33316
+ {
33317
+ name: 'DeepBrainChain Testnet',
33318
+ url: 'https://blockscout-testnet.dbcscan.io',
33319
+ icon: 'dbc',
33320
+ standard: 'EIP3091'
33321
+ }
33322
+ ]
33323
+ },
33324
+ {
33325
+ name: 'DeepBrainChain Mainnet',
33326
+ chain: 'DeepBrainChain',
33327
+ rpc: [ 'https://rpc.dbcwallet.io' ],
33328
+ faucets: [],
33329
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
33330
+ infoURL: 'https://www.deepbrainchain.org',
33331
+ shortName: 'DBC',
33332
+ chainId: 19880818,
33333
+ networkId: 19880818,
33334
+ icon: 'dbc',
33335
+ slip44: 1,
33336
+ explorers: [
33337
+ {
33338
+ name: 'DeepBrainChain Mainnet',
33339
+ url: 'https://blockscout.dbcscan.io',
33340
+ icon: 'dbc',
33341
+ standard: 'EIP3091'
33342
+ }
33343
+ ]
33344
+ },
33145
33345
  {
33146
33346
  name: 'Stability Testnet',
33147
33347
  chain: 'stabilityTestnet',
@@ -33232,6 +33432,25 @@ const chainArray = [
33232
33432
  }
33233
33433
  ]
33234
33434
  },
33435
+ {
33436
+ name: 'Vcity Testnet',
33437
+ chain: 'VCITY',
33438
+ rpc: [ 'https://testnet.vcity.app' ],
33439
+ faucets: [],
33440
+ nativeCurrency: { name: 'Testnet Vcity Token', symbol: 'VCITY', decimals: 18 },
33441
+ features: [],
33442
+ infoURL: 'https://vcity.app',
33443
+ shortName: 'Vcity',
33444
+ chainId: 20230825,
33445
+ networkId: 20230825,
33446
+ explorers: [
33447
+ {
33448
+ name: 'Vcity Explorer',
33449
+ url: 'https://scan.vcity.app',
33450
+ standard: 'EIP3091'
33451
+ }
33452
+ ]
33453
+ },
33235
33454
  {
33236
33455
  name: 'DeBank Sepolia Testnet',
33237
33456
  chain: 'DeBank',
@@ -33741,6 +33960,23 @@ const chainArray = [
33741
33960
  bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
33742
33961
  }
33743
33962
  },
33963
+ {
33964
+ name: 'Backstop Testnet',
33965
+ chain: 'backstopTestnet',
33966
+ icon: 'backstop',
33967
+ rpc: [ 'https://testnet.rpc.backstop.technology' ],
33968
+ faucets: [],
33969
+ nativeCurrency: { name: 'Backstop Testnet 1', symbol: 'ZBS', decimals: 18 },
33970
+ infoURL: 'https://backstop.technology/testnet',
33971
+ shortName: 'backstop-testnet',
33972
+ chainId: 88558801,
33973
+ networkId: 88558801,
33974
+ parent: {
33975
+ type: 'L2',
33976
+ chain: 'eip155-11155111',
33977
+ bridges: [ { url: 'https://testnet.bridge.backstop.technology' } ]
33978
+ }
33979
+ },
33744
33980
  {
33745
33981
  name: 'T.E.A.M Blockchain',
33746
33982
  chain: 'TEAM',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.447",
3
+ "version": "0.0.449",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {