eth-chainlist 0.0.8 → 0.0.9

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.9 (2022-11-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.8 ([8ded403](https://github.com/poowf/eth-chainlist/commit/8ded403f241337ac93183983abf96ec7fb5931cf))
9
+ * update chain data ([ed8eec6](https://github.com/poowf/eth-chainlist/commit/ed8eec6d6f314230c7618a1e7f023b0ae88da67c))
10
+
3
11
  ### 0.0.8 (2022-11-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5343,6 +5343,25 @@ const chainArray = [
5343
5343
  slip44: 1,
5344
5344
  explorers: []
5345
5345
  },
5346
+ {
5347
+ name: 'Debounce Subnet Testnet',
5348
+ chain: 'Debounce Network',
5349
+ icon: 'debounce',
5350
+ rpc: [ 'https://dev-rpc.debounce.network' ],
5351
+ faucets: [],
5352
+ nativeCurrency: { name: 'Debounce Network', symbol: 'DB', decimals: 18 },
5353
+ infoURL: 'https://debounce.network',
5354
+ shortName: 'debounce-devnet',
5355
+ chainId: 3306,
5356
+ networkId: 3306,
5357
+ explorers: [
5358
+ {
5359
+ name: 'Debounce Devnet Explorer',
5360
+ url: 'https://explorer.debounce.network',
5361
+ standard: 'EIP3091'
5362
+ }
5363
+ ]
5364
+ },
5346
5365
  {
5347
5366
  name: 'ZCore Testnet',
5348
5367
  chain: 'Beach',
@@ -6184,7 +6203,7 @@ const chainArray = [
6184
6203
  networkId: 8029
6185
6204
  },
6186
6205
  {
6187
- name: 'Shardeum Liberty 1.5',
6206
+ name: 'Shardeum Liberty 1.6',
6188
6207
  chain: 'Shardeum',
6189
6208
  rpc: [ 'https://liberty10.shardeum.org/' ],
6190
6209
  faucets: [ 'https://faucet.liberty10.shardeum.org' ],
@@ -7980,6 +7999,26 @@ const chainArray = [
7980
7999
  }
7981
8000
  ]
7982
8001
  },
8002
+ {
8003
+ name: 'SiriusNet',
8004
+ chain: 'SIN',
8005
+ rpc: [
8006
+ 'https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/'
8007
+ ],
8008
+ faucets: [],
8009
+ nativeCurrency: { name: 'MCD', symbol: 'MCD', decimals: 18 },
8010
+ infoURL: 'https://macaucasinolisboa.xyz',
8011
+ shortName: 'mcl',
8012
+ chainId: 67390,
8013
+ networkId: 67390,
8014
+ explorers: [
8015
+ {
8016
+ name: 'siriusnetscan',
8017
+ url: 'https://siriusnet.tryethernal.com',
8018
+ standard: 'EIP3091'
8019
+ }
8020
+ ]
8021
+ },
7983
8022
  {
7984
8023
  name: 'Condrieu',
7985
8024
  title: 'Ethereum Verkle Testnet Condrieu',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {