eth-chainlist 0.0.410 → 0.0.412

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.412 (2024-05-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.411 ([7a8fe44](https://github.com/poowf/eth-chainlist/commit/7a8fe44d86c0048fd613976bb32e552ce16e95a3))
9
+ * update chain data ([15bef18](https://github.com/poowf/eth-chainlist/commit/15bef18135a2171cb347187df8048352d8fe5e3d))
10
+
11
+ ### 0.0.411 (2024-05-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.410 ([b597887](https://github.com/poowf/eth-chainlist/commit/b597887c5bcfac23ee5c6eee3300e906681e0c3a))
17
+ * update chain data ([3caf731](https://github.com/poowf/eth-chainlist/commit/3caf731bb73bed1df75d9c08ddc2ffd4c578d250))
18
+
3
19
  ### 0.0.410 (2024-05-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -11273,6 +11273,25 @@ const chainArray = [
11273
11273
  }
11274
11274
  ]
11275
11275
  },
11276
+ {
11277
+ name: 'Sanko',
11278
+ chain: 'Sanko',
11279
+ rpc: [ 'https://mainnet.sanko.xyz' ],
11280
+ faucets: [],
11281
+ nativeCurrency: { name: 'DMT', symbol: 'DMT', decimals: 18 },
11282
+ infoURL: 'https://sanko.xyz/',
11283
+ shortName: 'Sanko',
11284
+ chainId: 1996,
11285
+ networkId: 1996,
11286
+ icon: 'sanko',
11287
+ explorers: [
11288
+ {
11289
+ name: 'Sanko Explorer',
11290
+ url: 'https://explorer.sanko.xyz',
11291
+ standard: 'EIP3091'
11292
+ }
11293
+ ]
11294
+ },
11276
11295
  {
11277
11296
  name: 'Kyoto Testnet',
11278
11297
  chain: 'KYOTO',
@@ -19063,6 +19082,25 @@ const chainArray = [
19063
19082
  }
19064
19083
  ]
19065
19084
  },
19085
+ {
19086
+ name: 'TAO EVM Mainnet',
19087
+ chain: 'TAO EVM',
19088
+ icon: 'taoevmIcon',
19089
+ rpc: [ 'https://rpc.taoevm.io' ],
19090
+ faucets: [],
19091
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
19092
+ infoURL: 'https://taoevm.io',
19093
+ shortName: 'TAOm',
19094
+ chainId: 10321,
19095
+ networkId: 10321,
19096
+ explorers: [
19097
+ {
19098
+ name: 'TAO Mainnet Explorer',
19099
+ url: 'https://taoscan.org',
19100
+ standard: 'EIP3091'
19101
+ }
19102
+ ]
19103
+ },
19066
19104
  {
19067
19105
  name: 'TAO EVM Testnet',
19068
19106
  chain: 'TAO EVM',
@@ -20919,6 +20957,25 @@ const chainArray = [
20919
20957
  }
20920
20958
  ]
20921
20959
  },
20960
+ {
20961
+ name: 'DCpay Testnet',
20962
+ chain: 'DCpay',
20963
+ icon: 'dcpayIcon',
20964
+ rpc: [ 'https://testnet-rpc.dcpay.io' ],
20965
+ faucets: [ 'https://faucet.dcpay.io' ],
20966
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
20967
+ infoURL: 'https://dcpay.io',
20968
+ shortName: 'DCPt',
20969
+ chainId: 21224,
20970
+ networkId: 21224,
20971
+ explorers: [
20972
+ {
20973
+ name: 'DCpay Testnet Explorer',
20974
+ url: 'https://testnet.dcpay.io',
20975
+ standard: 'EIP3091'
20976
+ }
20977
+ ]
20978
+ },
20922
20979
  {
20923
20980
  name: 'CENNZnet Azalea',
20924
20981
  chain: 'CENNZnet',
@@ -25029,6 +25086,7 @@ const chainArray = [
25029
25086
  shortName: 'INOAI',
25030
25087
  chainId: 88559,
25031
25088
  networkId: 88559,
25089
+ icon: 'inoai',
25032
25090
  explorers: [
25033
25091
  {
25034
25092
  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.412",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {