eth-chainlist 0.0.382 → 0.0.384

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.384 (2024-04-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.383 ([887fc09](https://github.com/poowf/eth-chainlist/commit/887fc096346a20c15880205a98ca1e6461963d20))
9
+ * update chain data ([f0d21c1](https://github.com/poowf/eth-chainlist/commit/f0d21c1cf66badf6602b33ae2f6f67cce24a6a20))
10
+
11
+ ### 0.0.383 (2024-04-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.382 ([8771308](https://github.com/poowf/eth-chainlist/commit/8771308308ee9a912b9996e011332150463e1d17))
17
+ * update chain data ([daac480](https://github.com/poowf/eth-chainlist/commit/daac480a9f4c09b2b9c9db925c78f7a303da5f86))
18
+
3
19
  ### 0.0.382 (2024-04-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6359,6 +6359,25 @@ const chainArray = [
6359
6359
  }
6360
6360
  ]
6361
6361
  },
6362
+ {
6363
+ name: 'UltronSmartchain',
6364
+ chain: 'UltronSmartchain',
6365
+ rpc: [ 'https://rpc.ultronsmartchain.io' ],
6366
+ faucets: [],
6367
+ nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
6368
+ infoURL: 'https://ultronsmartchain.io',
6369
+ shortName: 'ultronsmartchain',
6370
+ chainId: 662,
6371
+ networkId: 662,
6372
+ icon: 'ultronsmartchain',
6373
+ explorers: [
6374
+ {
6375
+ name: 'ultronsmartchain explorer',
6376
+ url: 'https://scan.ultronsmartchain.io',
6377
+ standard: 'EIP3091'
6378
+ }
6379
+ ]
6380
+ },
6362
6381
  {
6363
6382
  name: 'Pixie Chain Testnet',
6364
6383
  chain: 'PixieChain',
@@ -10453,6 +10472,18 @@ const chainArray = [
10453
10472
  }
10454
10473
  ]
10455
10474
  },
10475
+ {
10476
+ name: 'UPB CRESCDI Testnet',
10477
+ chain: 'UPBEth',
10478
+ rpc: [ 'https://testnet.crescdi.pub.ro' ],
10479
+ infoURL: 'https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet',
10480
+ faucets: [],
10481
+ nativeCurrency: { name: 'UPBEth', symbol: 'UPBEth', decimals: 18 },
10482
+ shortName: 'UPBEth',
10483
+ chainId: 1918,
10484
+ networkId: 1918,
10485
+ explorers: []
10486
+ },
10456
10487
  {
10457
10488
  name: 'ONUS Chain Testnet',
10458
10489
  title: 'ONUS Chain Testnet',
@@ -13911,7 +13942,10 @@ const chainArray = [
13911
13942
  name: 'Merlin Mainnet',
13912
13943
  title: 'Merlin Mainnet',
13913
13944
  chain: 'Merlin',
13914
- rpc: [ 'https://rpc.merlinchain.io' ],
13945
+ rpc: [
13946
+ 'https://rpc.merlinchain.io',
13947
+ 'https://merlin-mainnet-enterprise.unifra.io'
13948
+ ],
13915
13949
  faucets: [],
13916
13950
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
13917
13951
  infoURL: 'https://merlinchain.io',
@@ -13921,7 +13955,7 @@ const chainArray = [
13921
13955
  icon: 'merlin',
13922
13956
  explorers: [
13923
13957
  {
13924
- name: 'blockscout',
13958
+ name: 'L2scan',
13925
13959
  url: 'https://scan.merlinchain.io',
13926
13960
  icon: 'merlin',
13927
13961
  standard: 'EIP3091'
@@ -14974,19 +15008,25 @@ const chainArray = [
14974
15008
  ]
14975
15009
  },
14976
15010
  {
14977
- name: 'Tanssi EVM ContainerChain',
14978
- chain: 'EVMCC',
15011
+ name: 'Tanssi Demo',
15012
+ chain: 'TANGO',
14979
15013
  rpc: [
14980
15014
  'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
14981
15015
  'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
14982
15016
  ],
14983
15017
  faucets: [],
14984
15018
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
14985
- infoURL: 'https://tanssi.network',
14986
- shortName: 'TanssiCC',
15019
+ infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
15020
+ shortName: 'tango',
14987
15021
  chainId: 5678,
14988
15022
  networkId: 5678,
14989
- explorers: []
15023
+ explorers: [
15024
+ {
15025
+ name: 'BlockScout',
15026
+ url: 'https://3001-blockscout.a.dancebox.tanssi.network',
15027
+ standard: 'EIP3091'
15028
+ }
15029
+ ]
14990
15030
  },
14991
15031
  {
14992
15032
  name: 'Syscoin Tanenbaum Testnet',
@@ -24965,6 +25005,17 @@ const chainArray = [
24965
25005
  }
24966
25006
  ]
24967
25007
  },
25008
+ {
25009
+ name: 'GitAGI Atlas Testnet',
25010
+ chain: 'GitAGI',
25011
+ rpc: [ 'https://rpc.gitagi.org' ],
25012
+ faucets: [],
25013
+ nativeCurrency: { name: 'GitAGI', symbol: 'tGAGI', decimals: 18 },
25014
+ infoURL: 'https://gitagi.org/',
25015
+ shortName: 'atlas',
25016
+ chainId: 210049,
25017
+ networkId: 210049
25018
+ },
24968
25019
  {
24969
25020
  name: 'PlatON Mainnet',
24970
25021
  chain: 'PlatON',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.382",
3
+ "version": "0.0.384",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {