eth-chainlist 0.0.223 → 0.0.225

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.225 (2023-09-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.224 ([e76d06b](https://github.com/poowf/eth-chainlist/commit/e76d06b967172df312294b24f75f0c4484a46736))
9
+ * update chain data ([5e994fe](https://github.com/poowf/eth-chainlist/commit/5e994feeccd4e9b89b1cb75bef18533171c7c837))
10
+
11
+ ### 0.0.224 (2023-09-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.223 ([45c3610](https://github.com/poowf/eth-chainlist/commit/45c3610f5a220925c2951a45d9d598c5937e3545))
17
+ * update chain data ([da10460](https://github.com/poowf/eth-chainlist/commit/da104605ccd1c3af9dca499a5ccfd2c888f6b505))
18
+
3
19
  ### 0.0.223 (2023-08-31)
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',
@@ -4892,6 +4910,24 @@ const chainArray = [
4892
4910
  }
4893
4911
  ]
4894
4912
  },
4913
+ {
4914
+ name: 'JuncaChain',
4915
+ chain: 'JuncaChain',
4916
+ rpc: [ 'https://rpc.juncachain.com' ],
4917
+ nativeCurrency: { name: 'JuncaChain Native Token', symbol: 'JGC', decimals: 18 },
4918
+ faucets: [],
4919
+ infoURL: 'https://junca-cash.world',
4920
+ shortName: 'junca',
4921
+ chainId: 668,
4922
+ networkId: 668,
4923
+ explorers: [
4924
+ {
4925
+ name: 'JuncaScan',
4926
+ url: 'https://scan.juncachain.com',
4927
+ standard: 'EIP3091'
4928
+ }
4929
+ ]
4930
+ },
4895
4931
  {
4896
4932
  name: 'JuncaChain testnet',
4897
4933
  chain: 'JuncaChain testnet',
@@ -4906,7 +4942,7 @@ const chainArray = [
4906
4942
  decimals: 18
4907
4943
  },
4908
4944
  infoURL: 'https://junca-cash.world',
4909
- shortName: 'Junca',
4945
+ shortName: 'juncat',
4910
4946
  chainId: 669,
4911
4947
  networkId: 669,
4912
4948
  explorers: [
@@ -8671,6 +8707,18 @@ const chainArray = [
8671
8707
  }
8672
8708
  ]
8673
8709
  },
8710
+ {
8711
+ name: 'BigShortBets',
8712
+ chain: 'BIGSB',
8713
+ rpc: [ 'https://market.bigsb.io', 'wss://market.bigsb.io' ],
8714
+ faucets: [],
8715
+ nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
8716
+ infoURL: 'https://bigshortbets.com/',
8717
+ shortName: 'bigsb',
8718
+ chainId: 2137,
8719
+ networkId: 2137,
8720
+ explorers: []
8721
+ },
8674
8722
  {
8675
8723
  name: 'Defi Oracle Meta Testnet',
8676
8724
  chain: 'dfiometatest',
@@ -10724,6 +10772,29 @@ const chainArray = [
10724
10772
  chainId: 5315,
10725
10773
  networkId: 5315
10726
10774
  },
10775
+ {
10776
+ name: 'Tritanium Testnet',
10777
+ chain: 'TRITANIUM',
10778
+ rpc: [
10779
+ 'https://nodetestnet-station-one.tritanium.network/',
10780
+ 'https://nodetestnet-station-two.tritanium.network/'
10781
+ ],
10782
+ faucets: [ 'https://faucet.tritanium.network' ],
10783
+ nativeCurrency: { name: 'Tritanium Native Token', symbol: 'tTRN', decimals: 18 },
10784
+ infoURL: 'https://tritanium.network',
10785
+ shortName: 'ttrn',
10786
+ chainId: 5353,
10787
+ networkId: 5353,
10788
+ icon: 'tritanium',
10789
+ explorers: [
10790
+ {
10791
+ name: 'TRITANIUM Testnet Explorer',
10792
+ icon: 'tritanium',
10793
+ url: 'https://testnet.tritanium.network',
10794
+ standard: 'none'
10795
+ }
10796
+ ]
10797
+ },
10727
10798
  {
10728
10799
  name: 'Nahmii Mainnet',
10729
10800
  chain: 'Nahmii',
@@ -12947,6 +13018,24 @@ const chainArray = [
12947
13018
  }
12948
13019
  ]
12949
13020
  },
13021
+ {
13022
+ name: 'Worldland Testnet',
13023
+ chain: 'Worldland',
13024
+ rpc: [ 'https://gwangju.worldland.foundation' ],
13025
+ faucets: [],
13026
+ nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
13027
+ infoURL: 'https://worldland.foundation',
13028
+ shortName: 'TWLC',
13029
+ chainId: 10395,
13030
+ networkId: 10395,
13031
+ explorers: [
13032
+ {
13033
+ name: 'Worldland Explorer',
13034
+ url: 'https://testscan.worldland.foundation',
13035
+ standard: 'EIP3091'
13036
+ }
13037
+ ]
13038
+ },
12950
13039
  {
12951
13040
  name: 'Numbers Mainnet',
12952
13041
  chain: 'NUM',
@@ -14564,6 +14653,25 @@ const chainArray = [
14564
14653
  }
14565
14654
  ]
14566
14655
  },
14656
+ {
14657
+ name: 'ConnectorManager Robin',
14658
+ chain: 'Rangers',
14659
+ icon: 'rangers',
14660
+ rpc: [ 'https://robin-cm.rangersprotocol.com/api/jsonrpc' ],
14661
+ faucets: [ 'https://robin-faucet.rangersprotocol.com' ],
14662
+ nativeCurrency: { name: 'Rangers Protocol Gas', symbol: 'ttRPG', decimals: 18 },
14663
+ infoURL: 'https://rangersprotocol.com',
14664
+ shortName: 'ttrpg',
14665
+ chainId: 38401,
14666
+ networkId: 38401,
14667
+ explorers: [
14668
+ {
14669
+ name: 'rangersscan-robin',
14670
+ url: 'https://robin-rangersscan.rangersprotocol.com',
14671
+ standard: 'none'
14672
+ }
14673
+ ]
14674
+ },
14567
14675
  {
14568
14676
  name: 'Energi Mainnet',
14569
14677
  chain: 'NRG',
@@ -15151,7 +15259,7 @@ const chainArray = [
15151
15259
  chain: 'ETH',
15152
15260
  rpc: [
15153
15261
  'https://rpc.titan.tokamak.network',
15154
- 'wss://rpc.titan.tokamak.network/ws'
15262
+ 'wss://rpc.titan.tokamak.network'
15155
15263
  ],
15156
15264
  faucets: [],
15157
15265
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -16309,7 +16417,7 @@ const chainArray = [
16309
16417
  ]
16310
16418
  },
16311
16419
  {
16312
- name: 'Nautilus Chain',
16420
+ name: 'Nautilus Trition Chain',
16313
16421
  title: 'Nautilus Trition Testnet',
16314
16422
  chain: 'ETH',
16315
16423
  icon: 'nautilus',
@@ -18173,6 +18281,31 @@ const chainArray = [
18173
18281
  }
18174
18282
  ]
18175
18283
  },
18284
+ {
18285
+ name: 'Rethereum Mainnet',
18286
+ chain: 'RTH',
18287
+ rpc: [
18288
+ 'https://rpc.rethereum.org',
18289
+ 'https://rethereum.rpc.restratagem.com',
18290
+ 'https://rpc.rthcentral.org'
18291
+ ],
18292
+ faucets: [],
18293
+ nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
18294
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18295
+ infoURL: 'https://www.rethereum.org',
18296
+ shortName: 'rth',
18297
+ chainId: 622277,
18298
+ networkId: 622277,
18299
+ icon: 'rethereum',
18300
+ explorers: [
18301
+ {
18302
+ name: 'rethereum',
18303
+ url: 'https://explorer.rethereum.org',
18304
+ icon: 'blockscout',
18305
+ standard: 'EIP3091'
18306
+ }
18307
+ ]
18308
+ },
18176
18309
  {
18177
18310
  name: 'Bear Network Chain Mainnet',
18178
18311
  chain: 'BRNKC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.223",
3
+ "version": "0.0.225",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {