eth-chainlist 0.0.391 → 0.0.392

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.392 (2024-05-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.391 ([67e850f](https://github.com/poowf/eth-chainlist/commit/67e850f923e9e25df91e7327b8baca631f73aa85))
9
+ * update chain data ([301736d](https://github.com/poowf/eth-chainlist/commit/301736d63ecf0880fc5ff0d57d8de34d47000e32))
10
+
3
11
  ### 0.0.391 (2024-05-01)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11101,6 +11101,35 @@ const chainArray = [
11101
11101
  }
11102
11102
  ]
11103
11103
  },
11104
+ {
11105
+ name: 'Adiri',
11106
+ title: 'Telcoin Network Testnet',
11107
+ chain: 'TEL',
11108
+ icon: 'telcoin',
11109
+ rpc: [
11110
+ 'https://rpc.telcoin.network',
11111
+ 'https://adiri.tel',
11112
+ 'https://node1.telcoin.network',
11113
+ 'https://node2.telcoin.network',
11114
+ 'https://node3.telcoin.network',
11115
+ 'https://node4.telcoin.network'
11116
+ ],
11117
+ faucets: [ 'https://telcoin.network/faucet' ],
11118
+ nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 },
11119
+ infoURL: 'https://telcoin.network',
11120
+ shortName: 'tel',
11121
+ chainId: 2017,
11122
+ networkId: 2017,
11123
+ slip44: 1,
11124
+ explorers: [
11125
+ {
11126
+ name: 'telscan',
11127
+ url: 'https://telscan.io',
11128
+ icon: 'telcoin',
11129
+ standard: 'EIP3091'
11130
+ }
11131
+ ]
11132
+ },
11104
11133
  {
11105
11134
  name: 'PublicMint Devnet',
11106
11135
  title: 'Public Mint Devnet',
@@ -13110,8 +13139,8 @@ const chainArray = [
13110
13139
  name: 'Immu3 EVM',
13111
13140
  chain: 'EVMCC',
13112
13141
  rpc: [
13113
- 'https://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network',
13114
- 'wss://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network'
13142
+ 'https://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network',
13143
+ 'wss://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network'
13115
13144
  ],
13116
13145
  faucets: [],
13117
13146
  nativeCurrency: { name: 'IMMU', symbol: 'IMMU', decimals: 18 },
@@ -13232,23 +13261,16 @@ const chainArray = [
13232
13261
  slip44: 1
13233
13262
  },
13234
13263
  {
13235
- name: 'Web3Q Testnet',
13236
- chain: 'Web3Q',
13237
- rpc: [ 'https://testnet.web3q.io:8545' ],
13264
+ name: 'EthStorage Testnet',
13265
+ chain: 'EthStorage',
13266
+ rpc: [ 'http://testnet.ethstorage.io:9540' ],
13238
13267
  faucets: [],
13239
- nativeCurrency: { name: 'Web3Q', symbol: 'W3Q', decimals: 18 },
13240
- infoURL: 'https://testnet.web3q.io/home.w3q/',
13241
- shortName: 'w3q-t',
13268
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13269
+ infoURL: 'https://ethstorage.io/',
13270
+ shortName: 'es-t',
13242
13271
  chainId: 3333,
13243
13272
  networkId: 3333,
13244
- slip44: 1,
13245
- explorers: [
13246
- {
13247
- name: 'w3q-testnet',
13248
- url: 'https://explorer.testnet.web3q.io',
13249
- standard: 'EIP3091'
13250
- }
13251
- ]
13273
+ slip44: 1
13252
13274
  },
13253
13275
  {
13254
13276
  name: 'Web3Q Galileo',
@@ -13939,6 +13961,25 @@ const chainArray = [
13939
13961
  }
13940
13962
  ]
13941
13963
  },
13964
+ {
13965
+ name: 'GAN Testnet',
13966
+ chain: 'GAN',
13967
+ icon: 'gpu',
13968
+ rpc: [ 'https://rpc.gpu.net' ],
13969
+ faucets: [],
13970
+ nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 },
13971
+ infoURL: 'https://docs.gpu.net/',
13972
+ shortName: 'GANTestnet',
13973
+ chainId: 4048,
13974
+ networkId: 4048,
13975
+ explorers: [
13976
+ {
13977
+ name: 'ganscan',
13978
+ url: 'https://ganscan.gpu.net',
13979
+ standard: 'none'
13980
+ }
13981
+ ]
13982
+ },
13942
13983
  {
13943
13984
  name: 'Bobaopera Testnet',
13944
13985
  chain: 'Bobaopera Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.391",
3
+ "version": "0.0.392",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {