eth-chainlist 0.0.528 → 0.0.529

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.529 (2024-11-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.528 ([af1757b](https://github.com/poowf/eth-chainlist/commit/af1757b9d8e6bf884fda15fbed91ecba5fc73b45))
9
+ * update chain data ([9a13847](https://github.com/poowf/eth-chainlist/commit/9a13847b3ec5a65cf74fc43cdeeac7a2589772ea))
10
+
3
11
  ### 0.0.528 (2024-11-01)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3457,6 +3457,19 @@ const chainArray = [
3457
3457
  networkId: 172,
3458
3458
  slip44: 1
3459
3459
  },
3460
+ {
3461
+ name: 'OTC',
3462
+ chain: 'OTC',
3463
+ faucets: [],
3464
+ icon: 'otc',
3465
+ rpc: [ 'https://rpc.otc.run', 'wss://rpc.otc.run' ],
3466
+ nativeCurrency: { name: 'OTC', symbol: 'OTC', decimals: 18 },
3467
+ infoURL: 'https://otc.network',
3468
+ shortName: 'OTC',
3469
+ chainId: 175,
3470
+ networkId: 175,
3471
+ slip44: 511
3472
+ },
3460
3473
  {
3461
3474
  name: 'DC Mainnet',
3462
3475
  chain: 'dcchain',
@@ -11508,7 +11521,7 @@ const chainArray = [
11508
11521
  icon: 'dscscan',
11509
11522
  rpc: [ 'https://rpc01.dscscan.io' ],
11510
11523
  faucets: [],
11511
- nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSCs', decimals: 18 },
11524
+ nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSC', decimals: 18 },
11512
11525
  infoURL: 'https://rpc01.dscscan.io',
11513
11526
  shortName: 'DSCs',
11514
11527
  chainId: 1555,
@@ -11516,7 +11529,7 @@ const chainArray = [
11516
11529
  explorers: [
11517
11530
  {
11518
11531
  name: 'Digital Smart Chain',
11519
- url: 'https://explorer.dotblox.io',
11532
+ url: 'https://dscscan.io',
11520
11533
  standard: 'EIP3091'
11521
11534
  }
11522
11535
  ]
@@ -17130,6 +17143,20 @@ const chainArray = [
17130
17143
  }
17131
17144
  ]
17132
17145
  },
17146
+ {
17147
+ name: 'Testnet Pika',
17148
+ chain: 'tPKA',
17149
+ rpc: [ 'https://testnet-rpc1.pikascan.com' ],
17150
+ faucets: [],
17151
+ icon: 'testnetpsc',
17152
+ nativeCurrency: { name: 'Testnet Pika', symbol: 'tPKA', decimals: 18 },
17153
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17154
+ infoURL: 'https://pikaminter.com',
17155
+ shortName: 'PikaMinter',
17156
+ chainId: 4422,
17157
+ networkId: 4422,
17158
+ explorers: []
17159
+ },
17133
17160
  {
17134
17161
  name: 'Htmlcoin Mainnet',
17135
17162
  chain: 'mainnet',
@@ -23237,6 +23264,11 @@ const chainArray = [
23237
23264
  name: 'ArtelaScan',
23238
23265
  url: 'https://betanet-scan.artela.network',
23239
23266
  standard: 'EIP3091'
23267
+ },
23268
+ {
23269
+ name: 'OKXExplorer',
23270
+ url: 'https://www.okx.com/web3/explorer/artela-testnet',
23271
+ standard: 'EIP3091'
23240
23272
  }
23241
23273
  ]
23242
23274
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.528",
3
+ "version": "0.0.529",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {