Skip to content

Commit a147b5f

Browse files
authored
Merge pull request #268 from KomodoPlatform/dev
2 parents 3575629 + ac6cefa commit a147b5f

13 files changed

+26
-25
lines changed

data-for-gpts/all-content.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -32084,9 +32084,9 @@ Trezor users can use [Komodo Wallet Web](https://app.komodoplatform.com/). Refer
3208432084
* [How to Connect Trezor in Komodo Wallet Web](https://forum.komodoplatform.com/t/how-to-connect-trezor-in-atomicdex-web/663)
3208532085
* [How to vote with Komodo Wallet Web](/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-web/)
3208632086

32087-
Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) (Trezor is also supported) by following the steps below:
32087+
Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) by following the steps below:
3208832088

32089-
1. In a new tab, open [https://wallet.kmd.io/](https://wallet.kmd.io/) and enter a password for encrypting any sensitive data.
32089+
1. In a new tab, open [https://wallet.kmd.io/](https://wallet.kmd.io/) and enter a password for encrypting sensitive data.
3209032090

3209132091
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet1} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
3209232092

@@ -32106,15 +32106,15 @@ Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) (Trezor is
3210632106

3210732107
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet5} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
3210832108

32109-
6. Select your device and click connect.
32109+
6. Select your device and click Connect.
3211032110

3211132111
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet6} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
3211232112

32113-
7. Wait while addresses are scanned, then click **Confirm** to complete activation of the selected coins. (If you don't see your balance, try incognito mode or a different browser. You can also try to reset your passowrd for this app and create a new password).
32113+
7. Wait while addresses are scanned, then click **Confirm** to complete the activation of the selected coins. (If you don't see your balance, try incognito mode or a different browser. You can also try to reset your password for this app and create a new password).
3211432114

3211532115
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet7} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
3211632116

32117-
8. Click the **Send** button in the right hand menu.
32117+
8. Click the **Send** button in the right-hand menu.
3211832118

3211932119
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet8} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
3212032120

@@ -32274,12 +32274,13 @@ Use the latest version of Verus Desktop wallet: [Download Verus Desktop](https:/
3227432274

3227532275
Download the file corresponding to the **VOTE / KIP** coin you need:
3227632276

32277-
* KIP0001: [Download Import File](https://gist.githubusercontent.com/gcharang/a266f68466ce15c9e8ad58535424238e/raw/396eaeb52d3eadd7893f6f1ae00eadf807fcc45a/KIP0001_import.txt)
32277+
* VOTE2024: [Download Import File](https://gist.githubusercontent.com/gcharang/0c61423df37b3da22ee04451bcb99d9e/raw/01c3589ea6055cbcdb2a7455be3b854370216776/VOTE2024_import.txt)
3227832278
* KIP0002: [Download Import File](https://gist.githubusercontent.com/gcharang/ce06fe0b576928599d57f0e51a5c849b/raw/bf9a3518551fecf62aa0b42e29c81f28aaa39080/KIP0002_import.txt)
3227932279
* KIP0003: [Download Import File](https://gist.githubusercontent.com/gcharang/d8ea0cc795adec882d9a0b5c5913ebc5/raw/98f508cfa52dc37caa696e2dd60b754d1fa06905/KIP0003_import.txt)
3228032280
* KIP0004: [Download Import File](https://gist.githubusercontent.com/gcharang/8168c199b1e1dc4edeb9ff80d2a6a517/raw/0392d3247318bf45988a2e6329c3371630ed4de9/KIP0004_import.txt)
32281-
* VOTE2022: [Download Import File](https://gist.githubusercontent.com/gcharang/eded541fed616397cbf3431aea8b1fbe/raw/b47eb6b82cf91776f222ea30393c703de7ae35f3/VOTE2022_import.txt)
32281+
* KIP0001: [Download Import File](https://gist.githubusercontent.com/gcharang/a266f68466ce15c9e8ad58535424238e/raw/396eaeb52d3eadd7893f6f1ae00eadf807fcc45a/KIP0001_import.txt)
3228232282
* VOTE2023: [Download Import File](https://gist.githubusercontent.com/gcharang/08dd73f1c460feb0b965e72d3a596e8a/raw/0e30930e4ff8d354853bb2b1730330b86dc4491e/VOTE2023_import.txt)
32283+
* VOTE2022: [Download Import File](https://gist.githubusercontent.com/gcharang/eded541fed616397cbf3431aea8b1fbe/raw/b47eb6b82cf91776f222ea30393c703de7ae35f3/VOTE2022_import.txt)
3228332284

3228432285
How to use it: [Import a coin in Verus Desktop using a chain definition file - YouTube](https://www.youtube.com/watch?v=kcpqgL4P38g)
3228532286

@@ -57686,11 +57687,11 @@ Clone the Komodo DeFi Framework repository:
5768657687

5768757688
```bash
5768857689
cd ~
57689-
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch mm2.1 --single-branch && cd komodo-defi-framework
57690+
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch main --single-branch && cd komodo-defi-framework
5769057691
```
5769157692

5769257693
<Note type="warning">
57693-
For development, please use the `dev` branch `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` instead of a specific release branch.
57694+
For development, please use the `dev` branch ( `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` ) instead of a specific release branch.
5769457695
</Note>
5769557696

5769657697
Compile the source code:

data-for-gpts/komodo-defi-framework-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25398,11 +25398,11 @@ Clone the Komodo DeFi Framework repository:
2539825398

2539925399
```bash
2540025400
cd ~
25401-
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch mm2.1 --single-branch && cd komodo-defi-framework
25401+
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch main --single-branch && cd komodo-defi-framework
2540225402
```
2540325403

2540425404
<Note type="warning">
25405-
For development, please use the `dev` branch `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` instead of a specific release branch.
25405+
For development, please use the `dev` branch ( `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` ) instead of a specific release branch.
2540625406
</Note>
2540725407

2540825408
Compile the source code:
Loading
Loading
Loading
Loading
Loading
Loading

preview-images/previewImgTimeStamps.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"/komodo-defi-framework/changelog": "2024-03-08T15:53:57.000Z",
215215
"/komodo-defi-framework": "2024-04-11T16:31:02.000Z",
216216
"/komodo-defi-framework/setup/configure-mm2-json": "2024-03-11T05:04:37.000Z",
217-
"/komodo-defi-framework/setup": "2024-05-02T15:13:31.000Z",
217+
"/komodo-defi-framework/setup": "2024-06-14T01:07:38.000Z",
218218
"/komodo-defi-framework/tutorials/additional-information": "2024-03-08T15:53:57.000Z",
219219
"/komodo-defi-framework/tutorials/api-docker-telegram": "2024-04-03T09:17:49.000Z",
220220
"/komodo-defi-framework/tutorials/api-metrics": "2024-04-03T09:17:49.000Z",
@@ -307,12 +307,12 @@
307307
"/start-here/learning-launchpad/common-terminology-and-concepts": "2024-03-11T05:16:33.000Z",
308308
"/start-here/learning-launchpad": "2024-04-11T16:31:02.000Z",
309309
"/komodo/active-user-reward": "2024-04-21T19:29:47.000Z",
310-
"/komodo/vote-in-komodo-polls-and-elections/hardware-wallet": "2024-04-21T19:31:43.000Z",
310+
"/komodo/vote-in-komodo-polls-and-elections/hardware-wallet": "2024-06-14T00:54:39.000Z",
311311
"/komodo/vote-in-komodo-polls-and-elections": "2024-04-21T19:26:02.000Z",
312312
"/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-desktop": "2024-04-21T14:12:42.000Z",
313313
"/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-mobile": "2024-04-21T14:12:42.000Z",
314314
"/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-web": "2024-04-21T19:26:02.000Z",
315-
"/komodo/vote-in-komodo-polls-and-elections/verus-desktop-wallet": "2024-04-21T14:12:42.000Z",
315+
"/komodo/vote-in-komodo-polls-and-elections/verus-desktop-wallet": "2024-06-12T20:13:14.000Z",
316316
"/komodo-wallet/desktop/access-log-files": "2024-04-17T21:24:08.000Z",
317317
"/komodo-wallet/desktop/activate-coins": "2024-04-17T21:24:08.000Z",
318318
"/komodo-wallet/desktop/add-custom-tokens": "2024-04-17T21:24:08.000Z",

src/pages/komodo-defi-framework/setup/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ Clone the Komodo DeFi Framework repository:
146146

147147
```bash
148148
cd ~
149-
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch mm2.1 --single-branch && cd komodo-defi-framework
149+
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch main --single-branch && cd komodo-defi-framework
150150
```
151151

152152
<Note type="warning">
153-
For development, please use the `dev` branch `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` instead of a specific release branch.
153+
For development, please use the `dev` branch ( `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` ) instead of a specific release branch.
154154
</Note>
155155

156156
Compile the source code:

src/pages/komodo/vote-in-komodo-polls-and-elections/hardware-wallet/index.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Trezor users can use [Komodo Wallet Web](https://app.komodoplatform.com/). Refer
2121
* [How to Connect Trezor in Komodo Wallet Web](https://forum.komodoplatform.com/t/how-to-connect-trezor-in-atomicdex-web/663)
2222
* [How to vote with Komodo Wallet Web](/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-web/)
2323

24-
Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) (Trezor is also supported) by following the steps below:
24+
Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) by following the steps below:
2525

26-
1. In a new tab, open [https://wallet.kmd.io/](https://wallet.kmd.io/) and enter a password for encrypting any sensitive data.
26+
1. In a new tab, open [https://wallet.kmd.io/](https://wallet.kmd.io/) and enter a password for encrypting sensitive data.
2727

2828
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet1} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
2929

@@ -43,15 +43,15 @@ Ledger users can use [https://wallet.kmd.io/](https://wallet.kmd.io/) (Trezor is
4343

4444
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet5} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
4545

46-
6. Select your device and click connect.
46+
6. Select your device and click Connect.
4747

4848
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet6} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
4949

50-
7. Wait while addresses are scanned, then click **Confirm** to complete activation of the selected coins. (If you don't see your balance, try incognito mode or a different browser. You can also try to reset your passowrd for this app and create a new password).
50+
7. Wait while addresses are scanned, then click **Confirm** to complete the activation of the selected coins. (If you don't see your balance, try incognito mode or a different browser. You can also try to reset your password for this app and create a new password).
5151

5252
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet7} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
5353

54-
8. Click the **Send** button in the right hand menu.
54+
8. Click the **Send** button in the right-hand menu.
5555

5656
<OptimizedImage title="How to Vote with Your Hardware Wallet" src={voteHardwareWallet8} classNaming="w-full" alt="How to Vote with Your Hardware Wallet" />
5757

utils/_fileData.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@
26682668
}
26692669
},
26702670
"/komodo/vote-in-komodo-polls-and-elections/hardware-wallet": {
2671-
"dateModified": "2024-04-21T19:31:43.000Z",
2671+
"dateModified": "2024-06-14T00:54:39.000Z",
26722672
"contributors": [
26732673
{
26742674
"name": "\"gcharang\"",
@@ -2758,7 +2758,7 @@
27582758
}
27592759
},
27602760
"/komodo/vote-in-komodo-polls-and-elections/verus-desktop-wallet": {
2761-
"dateModified": "2024-04-21T14:12:42.000Z",
2761+
"dateModified": "2024-06-12T20:13:14.000Z",
27622762
"contributors": [
27632763
{
27642764
"name": "\"gcharang\"",
@@ -5252,7 +5252,7 @@
52525252
}
52535253
},
52545254
"/komodo-defi-framework/setup": {
5255-
"dateModified": "2024-05-02T15:13:31.000Z",
5255+
"dateModified": "2024-06-14T01:07:38.000Z",
52565256
"contributors": [
52575257
{
52585258
"name": "\"gcharang\"",

utils/_searchIndex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)