eth-chainlist 0.0.57 → 0.0.59

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.59 (2023-01-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.58 ([49a6c9c](https://github.com/poowf/eth-chainlist/commit/49a6c9c322b59f9572954e1eead9795c31d63226))
9
+ * update chain data ([22929e3](https://github.com/poowf/eth-chainlist/commit/22929e32b37937b69122882f5b5305822db26095))
10
+
11
+ ### 0.0.58 (2023-01-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.57 ([5d5993c](https://github.com/poowf/eth-chainlist/commit/5d5993c444c9c44eb06b67698d9121c2d229d284))
17
+ * update chain data ([e6285ae](https://github.com/poowf/eth-chainlist/commit/e6285ae9e7740f019c6117fc7923762080f336fc))
18
+
3
19
  ### 0.0.57 (2023-01-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4382,6 +4382,24 @@ const chainArray = [
4382
4382
  }
4383
4383
  ]
4384
4384
  },
4385
+ {
4386
+ name: 'Proxy Network Testnet',
4387
+ chain: 'Proxy Network',
4388
+ rpc: [ 'http://128.199.94.183:8041' ],
4389
+ faucets: [],
4390
+ nativeCurrency: { name: 'PRX', symbol: 'PRX', decimals: 18 },
4391
+ infoURL: 'https://theproxy.network',
4392
+ shortName: 'prx',
4393
+ chainId: 1031,
4394
+ networkId: 1031,
4395
+ explorers: [
4396
+ {
4397
+ name: 'proxy network testnet',
4398
+ url: 'http://testnet-explorer.theproxy.network',
4399
+ standard: 'EIP3091'
4400
+ }
4401
+ ]
4402
+ },
4385
4403
  {
4386
4404
  name: 'Bronos Testnet',
4387
4405
  chain: 'Bronos',
@@ -5341,6 +5359,26 @@ const chainArray = [
5341
5359
  chainId: 1856,
5342
5360
  networkId: 1
5343
5361
  },
5362
+ {
5363
+ name: 'Gitshock Cartenz Testnet',
5364
+ chain: 'Gitshock Cartenz',
5365
+ icon: 'gitshockchain',
5366
+ rpc: [ 'https://rpc.cartenz.works' ],
5367
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5368
+ faucets: [],
5369
+ nativeCurrency: { name: 'Gitshock Cartenz', symbol: 'tGTFX', decimals: 18 },
5370
+ infoURL: 'https://gitshock.com',
5371
+ shortName: 'gitshockchain',
5372
+ chainId: 1881,
5373
+ networkId: 1881,
5374
+ explorers: [
5375
+ {
5376
+ name: 'blockscout',
5377
+ url: 'https://scan.cartenz.works',
5378
+ standard: 'EIP3091'
5379
+ }
5380
+ ]
5381
+ },
5344
5382
  {
5345
5383
  name: 'BON Network',
5346
5384
  chain: 'BON',
@@ -7483,6 +7521,30 @@ const chainArray = [
7483
7521
  }
7484
7522
  ]
7485
7523
  },
7524
+ {
7525
+ name: 'BeOne Chain Testnet',
7526
+ chain: 'BOC',
7527
+ rpc: [
7528
+ 'https://pre-boc1.beonechain.com',
7529
+ 'https://pre-boc2.beonechain.com',
7530
+ 'https://pre-boc3.beonechain.com'
7531
+ ],
7532
+ faucets: [ 'https://testnet.beonescan.com/faucet' ],
7533
+ nativeCurrency: { name: 'BeOne Chain Testnet', symbol: 'BOC', decimals: 18 },
7534
+ infoURL: 'https://testnet.beonescan.com',
7535
+ shortName: 'tBOC',
7536
+ chainId: 8181,
7537
+ networkId: 8181,
7538
+ icon: 'beonechain',
7539
+ explorers: [
7540
+ {
7541
+ name: 'BeOne Chain Testnet',
7542
+ url: 'https://testnet.beonescan.com',
7543
+ icon: 'beonechain',
7544
+ standard: 'none'
7545
+ }
7546
+ ]
7547
+ },
7486
7548
  {
7487
7549
  name: 'Klaytn Mainnet Cypress',
7488
7550
  chain: 'KLAY',
@@ -7664,6 +7726,27 @@ const chainArray = [
7664
7726
  }
7665
7727
  ]
7666
7728
  },
7729
+ {
7730
+ name: 'Giant Mammoth Mainnet',
7731
+ title: 'Giant Mammoth Chain',
7732
+ chain: 'GMMT',
7733
+ rpc: [ 'https://rpc-asia.gmmtchain.io' ],
7734
+ faucets: [],
7735
+ nativeCurrency: { name: 'Giant Mammoth Coin', symbol: 'GMMT', decimals: 18 },
7736
+ infoURL: 'https://gmmtchain.io/',
7737
+ shortName: 'gmmt',
7738
+ chainId: 8989,
7739
+ networkId: 8989,
7740
+ icon: 'gmmt',
7741
+ explorers: [
7742
+ {
7743
+ name: 'gmmtscan',
7744
+ url: 'https://scan.gmmtchain.io',
7745
+ standard: 'EIP3091',
7746
+ icon: 'gmmt'
7747
+ }
7748
+ ]
7749
+ },
7667
7750
  {
7668
7751
  name: 'bloxberg',
7669
7752
  chain: 'bloxberg',
@@ -8730,6 +8813,29 @@ const chainArray = [
8730
8813
  }
8731
8814
  ]
8732
8815
  },
8816
+ {
8817
+ name: 'Bitkub Chain Testnet',
8818
+ chain: 'BKC',
8819
+ icon: 'bkc',
8820
+ rpc: [
8821
+ 'https://rpc-testnet.bitkubchain.io',
8822
+ 'wss://wss-testnet.bitkubchain.io'
8823
+ ],
8824
+ faucets: [ 'https://faucet.bitkubchain.com' ],
8825
+ nativeCurrency: { name: 'Bitkub Coin', symbol: 'tKUB', decimals: 18 },
8826
+ infoURL: 'https://www.bitkubchain.com/',
8827
+ shortName: 'bkct',
8828
+ chainId: 25925,
8829
+ networkId: 25925,
8830
+ explorers: [
8831
+ {
8832
+ name: 'bkcscan-testnet',
8833
+ url: 'https://testnet.bkcscan.com',
8834
+ standard: 'none',
8835
+ icon: 'bkc'
8836
+ }
8837
+ ]
8838
+ },
8733
8839
  {
8734
8840
  name: 'Hertz Network Mainnet',
8735
8841
  chain: 'HTZ',
@@ -9170,7 +9276,7 @@ const chainArray = [
9170
9276
  ]
9171
9277
  },
9172
9278
  {
9173
- name: 'Oasis Emerald ParaTime Testnet',
9279
+ name: 'Oasis Emerald Testnet',
9174
9280
  chain: 'Emerald',
9175
9281
  icon: 'oasis',
9176
9282
  rpc: [
@@ -9179,32 +9285,32 @@ const chainArray = [
9179
9285
  ],
9180
9286
  faucets: [ 'https://faucet.testnet.oasis.dev/' ],
9181
9287
  nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
9182
- infoURL: 'https://docs.oasis.dev/general/developer-resources/overview',
9288
+ infoURL: 'https://docs.oasis.io/dapp/emerald',
9183
9289
  shortName: 'emerald-testnet',
9184
9290
  chainId: 42261,
9185
9291
  networkId: 42261,
9186
9292
  explorers: [
9187
9293
  {
9188
- name: 'Emerald ParaTime Testnet Explorer',
9294
+ name: 'Oasis Emerald Testnet Explorer',
9189
9295
  url: 'https://testnet.explorer.emerald.oasis.dev',
9190
9296
  standard: 'EIP3091'
9191
9297
  }
9192
9298
  ]
9193
9299
  },
9194
9300
  {
9195
- name: 'Oasis Emerald ParaTime Mainnet',
9301
+ name: 'Oasis Emerald',
9196
9302
  chain: 'Emerald',
9197
9303
  icon: 'oasis',
9198
9304
  rpc: [ 'https://emerald.oasis.dev', 'wss://emerald.oasis.dev/ws' ],
9199
9305
  faucets: [],
9200
9306
  nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
9201
- infoURL: 'https://docs.oasis.dev/general/developer-resources/overview',
9307
+ infoURL: 'https://docs.oasis.io/dapp/emerald',
9202
9308
  shortName: 'emerald',
9203
9309
  chainId: 42262,
9204
9310
  networkId: 42262,
9205
9311
  explorers: [
9206
9312
  {
9207
- name: 'Emerald ParaTime Mainnet Explorer',
9313
+ name: 'Oasis Emerald Explorer',
9208
9314
  url: 'https://explorer.emerald.oasis.dev',
9209
9315
  standard: 'EIP3091'
9210
9316
  }
@@ -9520,6 +9626,29 @@ const chainArray = [
9520
9626
  }
9521
9627
  ]
9522
9628
  },
9629
+ {
9630
+ name: 'Boba BNB Mainnet',
9631
+ chain: 'Boba BNB Mainnet',
9632
+ rpc: [
9633
+ 'https://bnb.boba.network',
9634
+ 'wss://wss.bnb.boba.network',
9635
+ 'https://replica.bnb.boba.network',
9636
+ 'wss://replica-wss.bnb.boba.network'
9637
+ ],
9638
+ faucets: [],
9639
+ nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
9640
+ infoURL: 'https://boba.network',
9641
+ shortName: 'BobaBnb',
9642
+ chainId: 56288,
9643
+ networkId: 56288,
9644
+ explorers: [
9645
+ {
9646
+ name: 'Boba BNB block explorer',
9647
+ url: 'https://blockexplorer.bnb.boba.network',
9648
+ standard: 'none'
9649
+ }
9650
+ ]
9651
+ },
9523
9652
  {
9524
9653
  name: 'Thinkium Testnet Chain 0',
9525
9654
  chain: 'Thinkium',
@@ -9592,6 +9721,33 @@ const chainArray = [
9592
9721
  }
9593
9722
  ]
9594
9723
  },
9724
+ {
9725
+ name: 'Etica Mainnet',
9726
+ chain: 'Etica Protocol (ETI/EGAZ)',
9727
+ icon: 'etica',
9728
+ rpc: [
9729
+ 'https://eticamainnet.eticascan.org',
9730
+ 'https://eticamainnet.eticaprotocol.org'
9731
+ ],
9732
+ faucets: [ 'http://faucet.etica-stats.org/' ],
9733
+ nativeCurrency: { name: 'EGAZ', symbol: 'EGAZ', decimals: 18 },
9734
+ infoURL: 'https://eticaprotocol.org',
9735
+ shortName: 'Etica',
9736
+ chainId: 61803,
9737
+ networkId: 61803,
9738
+ explorers: [
9739
+ {
9740
+ name: 'eticascan',
9741
+ url: 'https://eticascan.org',
9742
+ standard: 'EIP3091'
9743
+ },
9744
+ {
9745
+ name: 'eticastats',
9746
+ url: 'http://explorer.etica-stats.org',
9747
+ standard: 'EIP3091'
9748
+ }
9749
+ ]
9750
+ },
9595
9751
  {
9596
9752
  name: 'DoKEN Super Chain Mainnet',
9597
9753
  chain: 'DoKEN Super Chain',
@@ -10054,13 +10210,13 @@ const chainArray = [
10054
10210
  ]
10055
10211
  },
10056
10212
  {
10057
- name: 'Boba BNB Mainnet',
10213
+ name: 'Boba BNB Mainnet Old',
10058
10214
  chain: 'Boba BNB Mainnet',
10059
10215
  rpc: [],
10060
10216
  faucets: [],
10061
10217
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
10062
10218
  infoURL: 'https://boba.network',
10063
- shortName: 'BobaBnb',
10219
+ shortName: 'BobaBnbOld',
10064
10220
  chainId: 97288,
10065
10221
  networkId: 97288,
10066
10222
  explorers: [
@@ -10069,7 +10225,8 @@ const chainArray = [
10069
10225
  url: 'https://blockexplorer.bnb.boba.network',
10070
10226
  standard: 'none'
10071
10227
  }
10072
- ]
10228
+ ],
10229
+ status: 'deprecated'
10073
10230
  },
10074
10231
  {
10075
10232
  name: 'UB Smart Chain(testnet)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {