eth-chainlist 0.0.410 → 0.0.411

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.411 (2024-05-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.410 ([b597887](https://github.com/poowf/eth-chainlist/commit/b597887c5bcfac23ee5c6eee3300e906681e0c3a))
9
+ * update chain data ([3caf731](https://github.com/poowf/eth-chainlist/commit/3caf731bb73bed1df75d9c08ddc2ffd4c578d250))
10
+
3
11
  ### 0.0.410 (2024-05-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -19063,6 +19063,25 @@ const chainArray = [
19063
19063
  }
19064
19064
  ]
19065
19065
  },
19066
+ {
19067
+ name: 'TAO EVM Mainnet',
19068
+ chain: 'TAO EVM',
19069
+ icon: 'taoevmIcon',
19070
+ rpc: [ 'https://rpc.taoevm.io' ],
19071
+ faucets: [],
19072
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
19073
+ infoURL: 'https://taoevm.io',
19074
+ shortName: 'TAOm',
19075
+ chainId: 10321,
19076
+ networkId: 10321,
19077
+ explorers: [
19078
+ {
19079
+ name: 'TAO Mainnet Explorer',
19080
+ url: 'https://taoscan.org',
19081
+ standard: 'EIP3091'
19082
+ }
19083
+ ]
19084
+ },
19066
19085
  {
19067
19086
  name: 'TAO EVM Testnet',
19068
19087
  chain: 'TAO EVM',
@@ -20919,6 +20938,25 @@ const chainArray = [
20919
20938
  }
20920
20939
  ]
20921
20940
  },
20941
+ {
20942
+ name: 'DCpay Testnet',
20943
+ chain: 'DCpay',
20944
+ icon: 'dcpayIcon',
20945
+ rpc: [ 'https://testnet-rpc.dcpay.io' ],
20946
+ faucets: [ 'https://faucet.dcpay.io' ],
20947
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
20948
+ infoURL: 'https://dcpay.io',
20949
+ shortName: 'DCPt',
20950
+ chainId: 21224,
20951
+ networkId: 21224,
20952
+ explorers: [
20953
+ {
20954
+ name: 'DCpay Testnet Explorer',
20955
+ url: 'https://testnet.dcpay.io',
20956
+ standard: 'EIP3091'
20957
+ }
20958
+ ]
20959
+ },
20922
20960
  {
20923
20961
  name: 'CENNZnet Azalea',
20924
20962
  chain: 'CENNZnet',
@@ -25029,6 +25067,7 @@ const chainArray = [
25029
25067
  shortName: 'INOAI',
25030
25068
  chainId: 88559,
25031
25069
  networkId: 88559,
25070
+ icon: 'inoai',
25032
25071
  explorers: [
25033
25072
  {
25034
25073
  name: 'inoai live',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.410",
3
+ "version": "0.0.411",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {