eth-chainlist 0.0.411 → 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,13 @@
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
+
3
11
  ### 0.0.411 (2024-05-24)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.411",
3
+ "version": "0.0.412",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {