eth-chainlist 0.0.224 → 0.0.226

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.226 (2023-09-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.225 ([2a73cdb](https://github.com/poowf/eth-chainlist/commit/2a73cdbceeb8880ce86ca5636f4726c029cf4af4))
9
+ * update chain data ([b871ba4](https://github.com/poowf/eth-chainlist/commit/b871ba4020fab71c557db43d379637148205ff87))
10
+
11
+ ### 0.0.225 (2023-09-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.224 ([e76d06b](https://github.com/poowf/eth-chainlist/commit/e76d06b967172df312294b24f75f0c4484a46736))
17
+ * update chain data ([5e994fe](https://github.com/poowf/eth-chainlist/commit/5e994feeccd4e9b89b1cb75bef18533171c7c837))
18
+
3
19
  ### 0.0.224 (2023-09-01)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1954,6 +1954,24 @@ const chainArray = [
1954
1954
  chainId: 102,
1955
1955
  networkId: 102
1956
1956
  },
1957
+ {
1958
+ name: 'Worldland Mainnet',
1959
+ chain: 'Worldland',
1960
+ rpc: [ 'https://seoul.worldland.foundation' ],
1961
+ faucets: [],
1962
+ nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
1963
+ infoURL: 'https://worldland.foundation',
1964
+ shortName: 'WLC',
1965
+ chainId: 103,
1966
+ networkId: 103,
1967
+ explorers: [
1968
+ {
1969
+ name: 'Worldland Explorer',
1970
+ url: 'https://scan.worldland.foundation',
1971
+ standard: 'EIP3091'
1972
+ }
1973
+ ]
1974
+ },
1957
1975
  {
1958
1976
  name: 'Kaiba Lightning Chain Testnet',
1959
1977
  chain: 'tKLC',
@@ -6322,6 +6340,26 @@ const chainArray = [
6322
6340
  bridges: [ { url: 'https://bridge.zkevm-rpc.com' } ]
6323
6341
  }
6324
6342
  },
6343
+ {
6344
+ name: 'BLXq Testnet',
6345
+ chain: 'BLXQ',
6346
+ icon: 'blxq',
6347
+ rpc: [ 'https://testnetq1.blx.org' ],
6348
+ faucets: [],
6349
+ nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6350
+ infoURL: 'https://blx.org',
6351
+ shortName: 'blxq',
6352
+ chainId: 1107,
6353
+ networkId: 1107,
6354
+ explorers: [
6355
+ {
6356
+ name: 'BLXq Explorer',
6357
+ url: 'https://explorer.blx.org',
6358
+ icon: 'blxq',
6359
+ standard: 'none'
6360
+ }
6361
+ ]
6362
+ },
6325
6363
  {
6326
6364
  name: 'WEMIX3.0 Mainnet',
6327
6365
  chain: 'WEMIX',
@@ -8689,6 +8727,18 @@ const chainArray = [
8689
8727
  }
8690
8728
  ]
8691
8729
  },
8730
+ {
8731
+ name: 'BigShortBets',
8732
+ chain: 'BIGSB',
8733
+ rpc: [ 'https://market.bigsb.io', 'wss://market.bigsb.io' ],
8734
+ faucets: [],
8735
+ nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
8736
+ infoURL: 'https://bigshortbets.com/',
8737
+ shortName: 'bigsb',
8738
+ chainId: 2137,
8739
+ networkId: 2137,
8740
+ explorers: []
8741
+ },
8692
8742
  {
8693
8743
  name: 'Defi Oracle Meta Testnet',
8694
8744
  chain: 'dfiometatest',
@@ -10742,6 +10792,29 @@ const chainArray = [
10742
10792
  chainId: 5315,
10743
10793
  networkId: 5315
10744
10794
  },
10795
+ {
10796
+ name: 'Tritanium Testnet',
10797
+ chain: 'TRITANIUM',
10798
+ rpc: [
10799
+ 'https://nodetestnet-station-one.tritanium.network/',
10800
+ 'https://nodetestnet-station-two.tritanium.network/'
10801
+ ],
10802
+ faucets: [ 'https://faucet.tritanium.network' ],
10803
+ nativeCurrency: { name: 'Tritanium Native Token', symbol: 'tTRN', decimals: 18 },
10804
+ infoURL: 'https://tritanium.network',
10805
+ shortName: 'ttrn',
10806
+ chainId: 5353,
10807
+ networkId: 5353,
10808
+ icon: 'tritanium',
10809
+ explorers: [
10810
+ {
10811
+ name: 'TRITANIUM Testnet Explorer',
10812
+ icon: 'tritanium',
10813
+ url: 'https://testnet.tritanium.network',
10814
+ standard: 'none'
10815
+ }
10816
+ ]
10817
+ },
10745
10818
  {
10746
10819
  name: 'Nahmii Mainnet',
10747
10820
  chain: 'Nahmii',
@@ -12965,6 +13038,24 @@ const chainArray = [
12965
13038
  }
12966
13039
  ]
12967
13040
  },
13041
+ {
13042
+ name: 'Worldland Testnet',
13043
+ chain: 'Worldland',
13044
+ rpc: [ 'https://gwangju.worldland.foundation' ],
13045
+ faucets: [],
13046
+ nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
13047
+ infoURL: 'https://worldland.foundation',
13048
+ shortName: 'TWLC',
13049
+ chainId: 10395,
13050
+ networkId: 10395,
13051
+ explorers: [
13052
+ {
13053
+ name: 'Worldland Explorer',
13054
+ url: 'https://testscan.worldland.foundation',
13055
+ standard: 'EIP3091'
13056
+ }
13057
+ ]
13058
+ },
12968
13059
  {
12969
13060
  name: 'Numbers Mainnet',
12970
13061
  chain: 'NUM',
@@ -14582,6 +14673,25 @@ const chainArray = [
14582
14673
  }
14583
14674
  ]
14584
14675
  },
14676
+ {
14677
+ name: 'ConnectorManager Robin',
14678
+ chain: 'Rangers',
14679
+ icon: 'rangers',
14680
+ rpc: [ 'https://robin-cm.rangersprotocol.com/api/jsonrpc' ],
14681
+ faucets: [ 'https://robin-faucet.rangersprotocol.com' ],
14682
+ nativeCurrency: { name: 'Rangers Protocol Gas', symbol: 'ttRPG', decimals: 18 },
14683
+ infoURL: 'https://rangersprotocol.com',
14684
+ shortName: 'ttrpg',
14685
+ chainId: 38401,
14686
+ networkId: 38401,
14687
+ explorers: [
14688
+ {
14689
+ name: 'rangersscan-robin',
14690
+ url: 'https://robin-rangersscan.rangersprotocol.com',
14691
+ standard: 'none'
14692
+ }
14693
+ ]
14694
+ },
14585
14695
  {
14586
14696
  name: 'Energi Mainnet',
14587
14697
  chain: 'NRG',
@@ -15169,7 +15279,7 @@ const chainArray = [
15169
15279
  chain: 'ETH',
15170
15280
  rpc: [
15171
15281
  'https://rpc.titan.tokamak.network',
15172
- 'wss://rpc.titan.tokamak.network/ws'
15282
+ 'wss://rpc.titan.tokamak.network'
15173
15283
  ],
15174
15284
  faucets: [],
15175
15285
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -16327,7 +16437,7 @@ const chainArray = [
16327
16437
  ]
16328
16438
  },
16329
16439
  {
16330
- name: 'Nautilus Chain',
16440
+ name: 'Nautilus Trition Chain',
16331
16441
  title: 'Nautilus Trition Testnet',
16332
16442
  chain: 'ETH',
16333
16443
  icon: 'nautilus',
@@ -18191,6 +18301,31 @@ const chainArray = [
18191
18301
  }
18192
18302
  ]
18193
18303
  },
18304
+ {
18305
+ name: 'Rethereum Mainnet',
18306
+ chain: 'RTH',
18307
+ rpc: [
18308
+ 'https://rpc.rethereum.org',
18309
+ 'https://rethereum.rpc.restratagem.com',
18310
+ 'https://rpc.rthcentral.org'
18311
+ ],
18312
+ faucets: [],
18313
+ nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
18314
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18315
+ infoURL: 'https://www.rethereum.org',
18316
+ shortName: 'rth',
18317
+ chainId: 622277,
18318
+ networkId: 622277,
18319
+ icon: 'rethereum',
18320
+ explorers: [
18321
+ {
18322
+ name: 'rethereum',
18323
+ url: 'https://explorer.rethereum.org',
18324
+ icon: 'blockscout',
18325
+ standard: 'EIP3091'
18326
+ }
18327
+ ]
18328
+ },
18194
18329
  {
18195
18330
  name: 'Bear Network Chain Mainnet',
18196
18331
  chain: 'BRNKC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.224",
3
+ "version": "0.0.226",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {