eth-chainlist 0.0.382 → 0.0.383

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.383 (2024-04-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.382 ([8771308](https://github.com/poowf/eth-chainlist/commit/8771308308ee9a912b9996e011332150463e1d17))
9
+ * update chain data ([daac480](https://github.com/poowf/eth-chainlist/commit/daac480a9f4c09b2b9c9db925c78f7a303da5f86))
10
+
3
11
  ### 0.0.382 (2024-04-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10453,6 +10453,18 @@ const chainArray = [
10453
10453
  }
10454
10454
  ]
10455
10455
  },
10456
+ {
10457
+ name: 'UPB CRESCDI Testnet',
10458
+ chain: 'UPBEth',
10459
+ rpc: [ 'https://testnet.crescdi.pub.ro' ],
10460
+ infoURL: 'https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet',
10461
+ faucets: [],
10462
+ nativeCurrency: { name: 'UPBEth', symbol: 'UPBEth', decimals: 18 },
10463
+ shortName: 'UPBEth',
10464
+ chainId: 1918,
10465
+ networkId: 1918,
10466
+ explorers: []
10467
+ },
10456
10468
  {
10457
10469
  name: 'ONUS Chain Testnet',
10458
10470
  title: 'ONUS Chain Testnet',
@@ -13911,7 +13923,10 @@ const chainArray = [
13911
13923
  name: 'Merlin Mainnet',
13912
13924
  title: 'Merlin Mainnet',
13913
13925
  chain: 'Merlin',
13914
- rpc: [ 'https://rpc.merlinchain.io' ],
13926
+ rpc: [
13927
+ 'https://rpc.merlinchain.io',
13928
+ 'https://merlin-mainnet-enterprise.unifra.io'
13929
+ ],
13915
13930
  faucets: [],
13916
13931
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
13917
13932
  infoURL: 'https://merlinchain.io',
@@ -13921,7 +13936,7 @@ const chainArray = [
13921
13936
  icon: 'merlin',
13922
13937
  explorers: [
13923
13938
  {
13924
- name: 'blockscout',
13939
+ name: 'L2scan',
13925
13940
  url: 'https://scan.merlinchain.io',
13926
13941
  icon: 'merlin',
13927
13942
  standard: 'EIP3091'
@@ -14974,19 +14989,25 @@ const chainArray = [
14974
14989
  ]
14975
14990
  },
14976
14991
  {
14977
- name: 'Tanssi EVM ContainerChain',
14978
- chain: 'EVMCC',
14992
+ name: 'Tanssi Demo',
14993
+ chain: 'TANGO',
14979
14994
  rpc: [
14980
14995
  'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
14981
14996
  'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
14982
14997
  ],
14983
14998
  faucets: [],
14984
14999
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
14985
- infoURL: 'https://tanssi.network',
14986
- shortName: 'TanssiCC',
15000
+ infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
15001
+ shortName: 'tango',
14987
15002
  chainId: 5678,
14988
15003
  networkId: 5678,
14989
- explorers: []
15004
+ explorers: [
15005
+ {
15006
+ name: 'BlockScout',
15007
+ url: 'https://3001-blockscout.a.dancebox.tanssi.network',
15008
+ standard: 'EIP3091'
15009
+ }
15010
+ ]
14990
15011
  },
14991
15012
  {
14992
15013
  name: 'Syscoin Tanenbaum Testnet',
@@ -24965,6 +24986,17 @@ const chainArray = [
24965
24986
  }
24966
24987
  ]
24967
24988
  },
24989
+ {
24990
+ name: 'GitAGI Atlas Testnet',
24991
+ chain: 'GitAGI',
24992
+ rpc: [ 'https://rpc.gitagi.org' ],
24993
+ faucets: [],
24994
+ nativeCurrency: { name: 'GitAGI', symbol: 'tGAGI', decimals: 18 },
24995
+ infoURL: 'https://gitagi.org/',
24996
+ shortName: 'atlas',
24997
+ chainId: 210049,
24998
+ networkId: 210049
24999
+ },
24968
25000
  {
24969
25001
  name: 'PlatON Mainnet',
24970
25002
  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.383",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {