eth-chainlist 0.0.75 → 0.0.77

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 +201 -19
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.77 (2023-02-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.76 ([09e58e9](https://github.com/poowf/eth-chainlist/commit/09e58e9d551bd3e2d68a86ed6673152b4a02549a))
9
+ * update chain data ([b28bbde](https://github.com/poowf/eth-chainlist/commit/b28bbde560126c1e6142de35a7ded508b87de1a6))
10
+
11
+ ### 0.0.76 (2023-02-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.75 ([71d5d2e](https://github.com/poowf/eth-chainlist/commit/71d5d2e8ba3b9600982c362f82f565d78d301160))
17
+ * update chain data ([71b4ed3](https://github.com/poowf/eth-chainlist/commit/71b4ed335c89df02933bec60c78614f056065d89))
18
+
3
19
  ### 0.0.75 (2023-02-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1684,24 +1684,6 @@ const chainArray = [
1684
1684
  }
1685
1685
  ]
1686
1686
  },
1687
- {
1688
- name: 'NEXT Smart Chain',
1689
- chain: 'NSC',
1690
- rpc: [ 'https://rpc.nextsmartchain.com' ],
1691
- faucets: [ 'https://faucet.nextsmartchain.com' ],
1692
- nativeCurrency: { name: 'NEXT', symbol: 'NEXT', decimals: 18 },
1693
- infoURL: 'https://www.nextsmartchain.com/',
1694
- shortName: 'nsc',
1695
- chainId: 96,
1696
- networkId: 96,
1697
- explorers: [
1698
- {
1699
- name: 'Next Smart Chain Explorer',
1700
- url: 'https://explorer.nextsmartchain.com',
1701
- standard: 'none'
1702
- }
1703
- ]
1704
- },
1705
1687
  {
1706
1688
  name: 'Binance Smart Chain Testnet',
1707
1689
  chain: 'BSC',
@@ -3769,6 +3751,24 @@ const chainArray = [
3769
3751
  }
3770
3752
  ]
3771
3753
  },
3754
+ {
3755
+ name: 'Canto Testnet',
3756
+ chain: 'Canto Tesnet',
3757
+ rpc: [ 'https://eth.plexnode.wtf/' ],
3758
+ faucets: [],
3759
+ nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
3760
+ infoURL: 'https://canto.io',
3761
+ shortName: 'tcanto',
3762
+ chainId: 740,
3763
+ networkId: 740,
3764
+ explorers: [
3765
+ {
3766
+ name: 'Canto Tesnet Explorer (Neobase)',
3767
+ url: 'http://testnet-explorer.canto.neobase.one',
3768
+ standard: 'none'
3769
+ }
3770
+ ]
3771
+ },
3772
3772
  {
3773
3773
  name: 'Vention Smart Chain Testnet',
3774
3774
  chain: 'VSCT',
@@ -5333,6 +5333,44 @@ const chainArray = [
5333
5333
  chainId: 1337,
5334
5334
  networkId: 1337
5335
5335
  },
5336
+ {
5337
+ name: 'Elysium Testnet',
5338
+ title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
5339
+ chain: 'Elysium',
5340
+ rpc: [ 'https://elysium-test-rpc.vulcanforged.com' ],
5341
+ faucets: [],
5342
+ nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
5343
+ infoURL: 'https://elysiumscan.vulcanforged.com',
5344
+ shortName: 'ELST',
5345
+ chainId: 1338,
5346
+ networkId: 1338,
5347
+ explorers: [
5348
+ {
5349
+ name: 'Elysium testnet explorer',
5350
+ url: 'https://elysium-explorer.vulcanforged.com',
5351
+ standard: 'none'
5352
+ }
5353
+ ]
5354
+ },
5355
+ {
5356
+ name: 'Elysium Mainnet',
5357
+ title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
5358
+ chain: 'Elysium',
5359
+ rpc: [ 'https://elysium-rpc.vulcanforged.com' ],
5360
+ faucets: [],
5361
+ nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
5362
+ infoURL: 'https://elysiumscan.vulcanforged.com',
5363
+ shortName: 'ELSM',
5364
+ chainId: 1339,
5365
+ networkId: 1339,
5366
+ explorers: [
5367
+ {
5368
+ name: 'Elysium mainnet explorer',
5369
+ url: 'https://explorer.elysiumchain.tech',
5370
+ standard: 'none'
5371
+ }
5372
+ ]
5373
+ },
5336
5374
  {
5337
5375
  name: 'CIC Chain Mainnet',
5338
5376
  chain: 'CIC',
@@ -7308,6 +7346,27 @@ const chainArray = [
7308
7346
  }
7309
7347
  ]
7310
7348
  },
7349
+ {
7350
+ name: 'BlackFort Exchange Network Testnet',
7351
+ chain: 'TBXN',
7352
+ rpc: [ 'https://testnet.blackfort.network/rpc' ],
7353
+ faucets: [],
7354
+ nativeCurrency: { name: 'BlackFort Testnet Token', symbol: 'TBXN', decimals: 18 },
7355
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7356
+ infoURL: 'https://blackfort.exchange',
7357
+ shortName: 'TBXN',
7358
+ chainId: 4777,
7359
+ networkId: 4777,
7360
+ icon: 'bxn',
7361
+ explorers: [
7362
+ {
7363
+ name: 'blockscout',
7364
+ url: 'https://testnet-explorer.blackfort.network',
7365
+ icon: 'blockscout',
7366
+ standard: 'EIP3091'
7367
+ }
7368
+ ]
7369
+ },
7311
7370
  {
7312
7371
  name: 'Venidium Testnet',
7313
7372
  chain: 'XVM',
@@ -7345,6 +7404,32 @@ const chainArray = [
7345
7404
  }
7346
7405
  ]
7347
7406
  },
7407
+ {
7408
+ name: 'BlackFort Exchange Network',
7409
+ chain: 'BXN',
7410
+ rpc: [
7411
+ 'https://mainnet.blackfort.network/rpc',
7412
+ 'https://mainnet-1.blackfort.network/rpc',
7413
+ 'https://mainnet-2.blackfort.network/rpc',
7414
+ 'https://mainnet-3.blackfort.network/rpc'
7415
+ ],
7416
+ faucets: [],
7417
+ nativeCurrency: { name: 'BlackFort Token', symbol: 'BXN', decimals: 18 },
7418
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7419
+ infoURL: 'https://blackfort.exchange',
7420
+ shortName: 'BXN',
7421
+ chainId: 4999,
7422
+ networkId: 4999,
7423
+ icon: 'bxn',
7424
+ explorers: [
7425
+ {
7426
+ name: 'blockscout',
7427
+ url: 'https://explorer.blackfort.network',
7428
+ icon: 'blockscout',
7429
+ standard: 'EIP3091'
7430
+ }
7431
+ ]
7432
+ },
7348
7433
  {
7349
7434
  name: 'Mantle',
7350
7435
  chain: 'ETH',
@@ -9207,6 +9292,25 @@ const chainArray = [
9207
9292
  chainId: 16001,
9208
9293
  networkId: 16001
9209
9294
  },
9295
+ {
9296
+ name: 'AirDAO Mainnet',
9297
+ chain: 'ambnet',
9298
+ icon: 'airdao',
9299
+ rpc: [ 'https://network.ambrosus.io' ],
9300
+ faucets: [],
9301
+ nativeCurrency: { name: 'Amber', symbol: 'AMB', decimals: 18 },
9302
+ infoURL: 'https://airdao.io',
9303
+ shortName: 'airdao',
9304
+ chainId: 16718,
9305
+ networkId: 16718,
9306
+ explorers: [
9307
+ {
9308
+ name: 'AirDAO Network Explorer',
9309
+ url: 'https://airdao.io/explorer',
9310
+ standard: 'none'
9311
+ }
9312
+ ]
9313
+ },
9210
9314
  {
9211
9315
  name: 'IVAR Chain Testnet',
9212
9316
  chain: 'IVAR',
@@ -9402,6 +9506,25 @@ const chainArray = [
9402
9506
  }
9403
9507
  ]
9404
9508
  },
9509
+ {
9510
+ name: 'AirDAO Testnet',
9511
+ chain: 'ambnet-test',
9512
+ icon: 'airdao',
9513
+ rpc: [ 'https://network.ambrosus-test.io' ],
9514
+ faucets: [],
9515
+ nativeCurrency: { name: 'Amber', symbol: 'AMB', decimals: 18 },
9516
+ infoURL: 'https://testnet.airdao.io',
9517
+ shortName: 'airdao-test',
9518
+ chainId: 22040,
9519
+ networkId: 22040,
9520
+ explorers: [
9521
+ {
9522
+ name: 'AirDAO Network Explorer',
9523
+ url: 'https://testnet.airdao.io/explorer',
9524
+ standard: 'none'
9525
+ }
9526
+ ]
9527
+ },
9405
9528
  {
9406
9529
  name: 'MAP Mainnet',
9407
9530
  chain: 'MAP',
@@ -10819,7 +10942,7 @@ const chainArray = [
10819
10942
  name: 'ResinCoin Mainnet',
10820
10943
  chain: 'RESIN',
10821
10944
  icon: 'resincoin',
10822
- rpc: [ 'https://mainnet.resincoin.dev' ],
10945
+ rpc: [],
10823
10946
  faucets: [],
10824
10947
  nativeCurrency: { name: 'Ether', symbol: 'RESIN', decimals: 18 },
10825
10948
  infoURL: 'https://resincoin.dev',
@@ -11217,6 +11340,47 @@ const chainArray = [
11217
11340
  }
11218
11341
  ]
11219
11342
  },
11343
+ {
11344
+ name: 'VeChain',
11345
+ chain: 'VeChain',
11346
+ rpc: [],
11347
+ faucets: [],
11348
+ nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
11349
+ infoURL: 'https://vechain.org',
11350
+ shortName: 'vechain',
11351
+ chainId: 100009,
11352
+ networkId: 100009,
11353
+ explorers: [
11354
+ {
11355
+ name: 'VeChain Stats',
11356
+ url: 'https://vechainstats.com',
11357
+ standard: 'none'
11358
+ },
11359
+ {
11360
+ name: 'VeChain Explorer',
11361
+ url: 'https://explore.vechain.org',
11362
+ standard: 'none'
11363
+ }
11364
+ ]
11365
+ },
11366
+ {
11367
+ name: 'VeChain Testnet',
11368
+ chain: 'VeChain',
11369
+ rpc: [],
11370
+ faucets: [ 'https://faucet.vecha.in' ],
11371
+ nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
11372
+ infoURL: 'https://vechain.org',
11373
+ shortName: 'vechain-testnet',
11374
+ chainId: 100010,
11375
+ networkId: 100010,
11376
+ explorers: [
11377
+ {
11378
+ name: 'VeChain Explorer',
11379
+ url: 'https://explore-testnet.vechain.org',
11380
+ standard: 'none'
11381
+ }
11382
+ ]
11383
+ },
11220
11384
  {
11221
11385
  name: 'Deprecated Chiado Testnet',
11222
11386
  chain: 'CHI1',
@@ -11865,6 +12029,24 @@ const chainArray = [
11865
12029
  }
11866
12030
  ]
11867
12031
  },
12032
+ {
12033
+ name: 'Oone Chain Testnet',
12034
+ chain: 'OONE',
12035
+ rpc: [ 'https://blockchain-test.adigium.world' ],
12036
+ faucets: [ 'https://apps-test.adigium.com/faucet' ],
12037
+ nativeCurrency: { name: 'Oone', symbol: 'tOONE', decimals: 18 },
12038
+ infoURL: 'https://oone.world',
12039
+ shortName: 'oonetest',
12040
+ chainId: 333777,
12041
+ networkId: 333777,
12042
+ explorers: [
12043
+ {
12044
+ name: 'expedition',
12045
+ url: 'https://explorer-test.adigium.world',
12046
+ standard: 'none'
12047
+ }
12048
+ ]
12049
+ },
11868
12050
  {
11869
12051
  name: 'Polis Testnet',
11870
12052
  chain: 'Sparta',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {