eth-chainlist 0.0.284 → 0.0.286

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.286 (2023-11-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.285 ([08c690a](https://github.com/poowf/eth-chainlist/commit/08c690a0514c5fc40e8f4dd98625a8da15057c94))
9
+ * update chain data ([7b92f2f](https://github.com/poowf/eth-chainlist/commit/7b92f2f6a4d0e27c78d5dfa8a930fb69233d17df))
10
+
11
+ ### 0.0.285 (2023-11-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.284 ([4159cb3](https://github.com/poowf/eth-chainlist/commit/4159cb3a78984951a8a79adf1d8f0ee0a62f26af))
17
+ * update chain data ([d01aa91](https://github.com/poowf/eth-chainlist/commit/d01aa919f7d1b96a192e4516112a121d8dad4372))
18
+
3
19
  ### 0.0.284 (2023-11-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3114,21 +3114,21 @@ const chainArray = [
3114
3114
  name: 'X1 Testnet',
3115
3115
  chain: 'X1',
3116
3116
  rpc: [ 'https://testrpc.x1.tech', 'https://x1testrpc.okx.com' ],
3117
- faucets: [ 'https://www.oklink.com/okbc-test' ],
3117
+ faucets: [ 'https://www.okx.com/x1/faucet' ],
3118
3118
  nativeCurrency: {
3119
3119
  name: 'X1 Global Utility Token in testnet',
3120
3120
  symbol: 'OKB',
3121
3121
  decimals: 18
3122
3122
  },
3123
3123
  features: [],
3124
- infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
3124
+ infoURL: 'https://www.okx.com/x1',
3125
3125
  shortName: 'tokb',
3126
3126
  chainId: 195,
3127
3127
  networkId: 195,
3128
3128
  explorers: [
3129
3129
  {
3130
3130
  name: 'OKLink',
3131
- url: 'https://www.oklink.com/okbc-test',
3131
+ url: 'https://www.oklink.com/x1-test',
3132
3132
  standard: 'EIP3091'
3133
3133
  }
3134
3134
  ],
@@ -3141,7 +3141,7 @@ const chainArray = [
3141
3141
  faucets: [],
3142
3142
  nativeCurrency: { name: 'X1 Global Utility Token', symbol: 'OKB', decimals: 18 },
3143
3143
  features: [],
3144
- infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
3144
+ infoURL: 'https://www.okx.com/x1',
3145
3145
  shortName: 'okb',
3146
3146
  chainId: 196,
3147
3147
  networkId: 196,
@@ -12010,6 +12010,17 @@ const chainArray = [
12010
12010
  }
12011
12011
  ]
12012
12012
  },
12013
+ {
12014
+ name: 'Digit Soul Smart Chain',
12015
+ chain: 'DGS',
12016
+ rpc: [ 'http://dsc-rpc.digitsoul.co.th' ],
12017
+ faucets: [],
12018
+ nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
12019
+ infoURL: '',
12020
+ shortName: 'DGS',
12021
+ chainId: 6363,
12022
+ networkId: 6363
12023
+ },
12013
12024
  {
12014
12025
  name: 'Peerpay',
12015
12026
  chain: 'P2P',
@@ -15774,6 +15785,25 @@ const chainArray = [
15774
15785
  }
15775
15786
  ]
15776
15787
  },
15788
+ {
15789
+ name: 'Mode',
15790
+ chain: 'ETH',
15791
+ rpc: [ 'https://mainnet.mode.network' ],
15792
+ faucets: [],
15793
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15794
+ infoURL: 'https://docs.mode.network/',
15795
+ shortName: 'mode',
15796
+ chainId: 34443,
15797
+ networkId: 34443,
15798
+ icon: 'mode',
15799
+ explorers: [
15800
+ {
15801
+ name: 'modescout',
15802
+ url: 'https://explorer.mode.network',
15803
+ standard: 'none'
15804
+ }
15805
+ ]
15806
+ },
15777
15807
  {
15778
15808
  name: 'J2O Taro',
15779
15809
  chain: 'TARO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.284",
3
+ "version": "0.0.286",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {