eth-chainlist 0.0.34 → 0.0.36

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 +146 -16
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.36 (2022-12-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.35 ([4b16edf](https://github.com/poowf/eth-chainlist/commit/4b16edf5697172961275934ae08bcb241d6c7edb))
9
+ * update chain data ([db202a8](https://github.com/poowf/eth-chainlist/commit/db202a82d05e9ae20b7da5e2dd694f6b0a601ab3))
10
+
11
+ ### 0.0.35 (2022-12-14)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.34 ([161dfd7](https://github.com/poowf/eth-chainlist/commit/161dfd750622ef5be3f99e3cd49e320957bd731b))
17
+ * update chain data ([60aa2f0](https://github.com/poowf/eth-chainlist/commit/60aa2f0c777c4af0b5d95c450759a6b9d19e0ddc))
18
+
3
19
  ### 0.0.34 (2022-12-13)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2066,7 +2066,8 @@ const chainArray = [
2066
2066
  url: 'https://testnet.alyxscan.com',
2067
2067
  standard: 'EIP3091'
2068
2068
  }
2069
- ]
2069
+ ],
2070
+ icon: 'alyx'
2070
2071
  },
2071
2072
  {
2072
2073
  name: 'Polygon Mainnet',
@@ -2678,6 +2679,29 @@ const chainArray = [
2678
2679
  }
2679
2680
  ]
2680
2681
  },
2682
+ {
2683
+ name: 'Bobaopera',
2684
+ chain: 'Bobaopera',
2685
+ rpc: [
2686
+ 'https://bobaopera.boba.network',
2687
+ 'wss://wss.bobaopera.boba.network',
2688
+ 'https://replica.bobaopera.boba.network',
2689
+ 'wss://replica-wss.bobaopera.boba.network'
2690
+ ],
2691
+ faucets: [],
2692
+ nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
2693
+ infoURL: 'https://boba.network',
2694
+ shortName: 'Bobaopera',
2695
+ chainId: 301,
2696
+ networkId: 301,
2697
+ explorers: [
2698
+ {
2699
+ name: 'Bobaopera block explorer',
2700
+ url: 'https://blockexplorer.bobaopera.boba.network',
2701
+ standard: 'none'
2702
+ }
2703
+ ]
2704
+ },
2681
2705
  {
2682
2706
  name: 'Filecoin - Mainnet',
2683
2707
  chain: 'FIL',
@@ -3471,7 +3495,7 @@ const chainArray = [
3471
3495
  name: 'QL1',
3472
3496
  chain: 'QOM',
3473
3497
  status: 'incubating',
3474
- rpc: [ 'https://rpc.qom.one:8545' ],
3498
+ rpc: [ 'https://rpc.qom.one' ],
3475
3499
  faucets: [],
3476
3500
  nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
3477
3501
  infoURL: 'https://qom.one',
@@ -4628,7 +4652,7 @@ const chainArray = [
4628
4652
  networkId: 1288
4629
4653
  },
4630
4654
  {
4631
- name: 'Boba Network Bobabeam',
4655
+ name: 'Bobabeam',
4632
4656
  chain: 'Bobabeam',
4633
4657
  rpc: [
4634
4658
  'https://bobabeam.boba.network',
@@ -4651,7 +4675,7 @@ const chainArray = [
4651
4675
  ]
4652
4676
  },
4653
4677
  {
4654
- name: 'Boba Network Bobabase Testnet',
4678
+ name: 'Bobabase Testnet',
4655
4679
  chain: 'Bobabase Testnet',
4656
4680
  rpc: [
4657
4681
  'https://bobabase.boba.network',
@@ -4707,7 +4731,8 @@ const chainArray = [
4707
4731
  url: 'https://www.alyxscan.com',
4708
4732
  standard: 'EIP3091'
4709
4733
  }
4710
- ]
4734
+ ],
4735
+ icon: 'alyx'
4711
4736
  },
4712
4737
  {
4713
4738
  name: 'Aitd Mainnet',
@@ -5380,6 +5405,24 @@ const chainArray = [
5380
5405
  }
5381
5406
  ]
5382
5407
  },
5408
+ {
5409
+ name: 'OriginTrail Parachain',
5410
+ chain: 'OTP',
5411
+ rpc: [
5412
+ 'https://astrosat.origintrail.network',
5413
+ 'wss://parachain-rpc.origin-trail.network'
5414
+ ],
5415
+ faucets: [],
5416
+ nativeCurrency: {
5417
+ name: 'OriginTrail Parachain Token',
5418
+ symbol: 'OTP',
5419
+ decimals: 12
5420
+ },
5421
+ infoURL: 'https://parachain.origintrail.io',
5422
+ shortName: 'otp',
5423
+ chainId: 2043,
5424
+ networkId: 2043
5425
+ },
5383
5426
  {
5384
5427
  name: 'Quokkacoin Mainnet',
5385
5428
  chain: 'Qkacoin',
@@ -5631,10 +5674,30 @@ const chainArray = [
5631
5674
  }
5632
5675
  ]
5633
5676
  },
5677
+ {
5678
+ name: 'BOMB Chain',
5679
+ chain: 'BOMB',
5680
+ rpc: [ 'https://rpc.bombchain.com' ],
5681
+ faucets: [],
5682
+ nativeCurrency: { name: 'BOMB Token', symbol: 'BOMB', decimals: 18 },
5683
+ infoURL: 'https://www.bombchain.com',
5684
+ shortName: 'bomb',
5685
+ chainId: 2300,
5686
+ networkId: 2300,
5687
+ icon: 'bomb',
5688
+ explorers: [
5689
+ {
5690
+ name: 'bombscan',
5691
+ icon: 'bomb',
5692
+ url: 'https://bombscan.com',
5693
+ standard: 'EIP3091'
5694
+ }
5695
+ ]
5696
+ },
5634
5697
  {
5635
5698
  name: 'Altcoinchain',
5636
5699
  chain: 'mainnet',
5637
- rpc: [ 'http://161.35.101.221:8547', 'https://rpc0.altcoinchain.org' ],
5700
+ rpc: [ 'https://rpc0.altcoinchain.org/rpc' ],
5638
5701
  faucets: [],
5639
5702
  nativeCurrency: { name: 'Altcoin', symbol: 'ALT', decimals: 18 },
5640
5703
  infoURL: 'https://altcoinchain.org',
@@ -5646,12 +5709,32 @@ const chainArray = [
5646
5709
  explorers: [
5647
5710
  {
5648
5711
  name: 'expedition',
5649
- url: 'https://expedition.altcoinchain.org',
5712
+ url: 'http://expedition.altcoinchain.org',
5650
5713
  icon: 'altcoinchain',
5651
5714
  standard: 'none'
5652
5715
  }
5653
5716
  ]
5654
5717
  },
5718
+ {
5719
+ name: 'BOMB Chain Testnet',
5720
+ chain: 'BOMB',
5721
+ rpc: [ 'https://bombchain-testnet.ankr.com/bas_full_rpc_1' ],
5722
+ faucets: [ 'https://faucet.bombchain-testnet.ankr.com/' ],
5723
+ nativeCurrency: { name: 'BOMB Token', symbol: 'tBOMB', decimals: 18 },
5724
+ infoURL: 'https://www.bombmoney.com',
5725
+ shortName: 'bombt',
5726
+ chainId: 2399,
5727
+ networkId: 2399,
5728
+ icon: 'bomb',
5729
+ explorers: [
5730
+ {
5731
+ name: 'bombscan-testnet',
5732
+ icon: 'bomb',
5733
+ url: 'https://explorer.bombchain-testnet.ankr.com',
5734
+ standard: 'EIP3091'
5735
+ }
5736
+ ]
5737
+ },
5655
5738
  {
5656
5739
  name: 'Kortho Mainnet',
5657
5740
  chain: 'Kortho Chain',
@@ -5739,6 +5822,29 @@ const chainArray = [
5739
5822
  }
5740
5823
  ]
5741
5824
  },
5825
+ {
5826
+ name: 'Boba Network Goerli Testnet',
5827
+ chain: 'ETH',
5828
+ rpc: [ 'https://goerli.boba.network/' ],
5829
+ faucets: [],
5830
+ nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
5831
+ infoURL: 'https://boba.network',
5832
+ shortName: 'Bobagoerli',
5833
+ chainId: 2888,
5834
+ networkId: 2888,
5835
+ explorers: [
5836
+ {
5837
+ name: 'Blockscout',
5838
+ url: 'https://testnet.bobascan.com',
5839
+ standard: 'none'
5840
+ }
5841
+ ],
5842
+ parent: {
5843
+ type: 'L2',
5844
+ chain: 'eip155-5',
5845
+ bridges: [ { url: 'https://gateway.goerli.boba.network' } ]
5846
+ }
5847
+ },
5742
5848
  {
5743
5849
  name: 'BitYuan Mainnet',
5744
5850
  chain: 'BTY',
@@ -5950,7 +6056,7 @@ const chainArray = [
5950
6056
  ]
5951
6057
  },
5952
6058
  {
5953
- name: 'Pandonet',
6059
+ name: 'Pando Mainnet',
5954
6060
  chain: 'Pando',
5955
6061
  icon: 'pando',
5956
6062
  rpc: [ 'https://eth-rpc-api.pandoproject.org/rpc' ],
@@ -6120,7 +6226,7 @@ const chainArray = [
6120
6226
  ]
6121
6227
  },
6122
6228
  {
6123
- name: 'Boba Network Bobaopera Testnet',
6229
+ name: 'Bobaopera Testnet',
6124
6230
  chain: 'Bobaopera Testnet',
6125
6231
  rpc: [
6126
6232
  'https://testnet.bobaopera.boba.network',
@@ -6183,7 +6289,7 @@ const chainArray = [
6183
6289
  ]
6184
6290
  },
6185
6291
  {
6186
- name: 'Boba Network Bobafuji Testnet',
6292
+ name: 'Bobafuji Testnet',
6187
6293
  chain: 'Bobafuji Testnet',
6188
6294
  rpc: [
6189
6295
  'https://testnet.avax.boba.network',
@@ -6194,7 +6300,7 @@ const chainArray = [
6194
6300
  faucets: [],
6195
6301
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
6196
6302
  infoURL: 'https://boba.network',
6197
- shortName: 'BobafujiTestnet',
6303
+ shortName: 'BobaFujiTestnet',
6198
6304
  chainId: 4328,
6199
6305
  networkId: 4328,
6200
6306
  explorers: [
@@ -7198,7 +7304,7 @@ const chainArray = [
7198
7304
  ]
7199
7305
  },
7200
7306
  {
7201
- name: 'Boba Network BNB Testnet',
7307
+ name: 'Boba BNB Testnet',
7202
7308
  chain: 'Boba BNB Testnet',
7203
7309
  rpc: [
7204
7310
  'https://testnet.bnb.boba.network',
@@ -7209,7 +7315,7 @@ const chainArray = [
7209
7315
  faucets: [],
7210
7316
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
7211
7317
  infoURL: 'https://boba.network',
7212
- shortName: 'BobaBNBTestnet',
7318
+ shortName: 'BobaBnbTestnet',
7213
7319
  chainId: 9728,
7214
7320
  networkId: 9728,
7215
7321
  explorers: [
@@ -7841,7 +7947,7 @@ const chainArray = [
7841
7947
  icon: 'p12',
7842
7948
  rpc: [ 'https://rpc-chain.p12.games' ],
7843
7949
  faucets: [],
7844
- nativeCurrency: { name: 'Hooked P12', symbol: 'hP12', decimals: 18 },
7950
+ nativeCurrency: { name: 'Hooked P2', symbol: 'hP2', decimals: 18 },
7845
7951
  infoURL: 'https://p12.network',
7846
7952
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7847
7953
  shortName: 'p12',
@@ -8510,7 +8616,8 @@ const chainArray = [
8510
8616
  rpc: [
8511
8617
  'https://avax.boba.network',
8512
8618
  'wss://wss.avax.boba.network',
8513
- 'https://replica.avax.boba.network'
8619
+ 'https://replica.avax.boba.network',
8620
+ 'wss://replica-wss.avax.boba.network'
8514
8621
  ],
8515
8622
  faucets: [],
8516
8623
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
@@ -9213,6 +9320,29 @@ const chainArray = [
9213
9320
  }
9214
9321
  ]
9215
9322
  },
9323
+ {
9324
+ name: 'Boba BNB Mainnet',
9325
+ chain: 'Boba BNB Mainnet',
9326
+ rpc: [
9327
+ 'https://bnb.boba.network',
9328
+ 'wss://wss.bnb.boba.network',
9329
+ 'https://replica.bnb.boba.network',
9330
+ 'wss://replica-wss.bnb.boba.network'
9331
+ ],
9332
+ faucets: [],
9333
+ nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
9334
+ infoURL: 'https://boba.network',
9335
+ shortName: 'BobaBnb',
9336
+ chainId: 97288,
9337
+ networkId: 97288,
9338
+ explorers: [
9339
+ {
9340
+ name: 'Boba BNB block explorer',
9341
+ url: 'https://blockexplorer.bnb.boba.network',
9342
+ standard: 'none'
9343
+ }
9344
+ ]
9345
+ },
9216
9346
  {
9217
9347
  name: 'UB Smart Chain(testnet)',
9218
9348
  chain: 'USC',
@@ -10686,7 +10816,7 @@ const chainArray = [
10686
10816
  name: 'QL1 Testnet',
10687
10817
  chain: 'QOM',
10688
10818
  status: 'incubating',
10689
- rpc: [ 'https://rpct.qom.one:8545' ],
10819
+ rpc: [ 'https://rpc.testnet.qom.one' ],
10690
10820
  faucets: [ 'https://faucet.qom.one' ],
10691
10821
  nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
10692
10822
  infoURL: 'https://qom.one',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {