Skip to content

Commit 2d420f5

Browse files
committed
fixed links
1 parent 4bd2a7e commit 2d420f5

File tree

3 files changed

+53
-49
lines changed

3 files changed

+53
-49
lines changed

src/pages/atomicdex/tutorials/listing-a-coin-on-atomicdex/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Different platforms & protocols vary slightly in what data is required. Review t
2626
| fname | string | The full name of the coin/token. |
2727
| mm2 | integer | Indicates trading compatibility with AtomicDEX API. `1` is compatible, `0` is not compatible. Non-compatible coins may still be listed as `wallet only` in AtomicDEX apps. |
2828
| required\_confirmations | integer | Defaults to `1`. The number of confirmations AtomicDEX will wait for during the swap. WARNING, this setting affects the security of the atomic swap. 51% attacks (double spending) are a threat and have been succesfully conducted in the past. You can find a collection of coins and the theoretical cost of a 51% attack [here](https://www.crypto51.app/). Please be aware that some of the coins supported by AtomicDEX may be vulnerable to such attacks, so consider using higher confirmation values for them, especially when dealing with large amounts. |
29-
| requires\_notarization | boolean | Defaults to `false`. For coins protected by [dPoW](https://komodoplatform.com/en/blog/51-attack-how-komodo-can-help-prevent-one/) can be set to `true` wait for a notarization when sending transactions during a swap. If `true`, `"required_confirmations"` must be set to `2` or higher. |
29+
| requires\_notarization | boolean | Defaults to `false`. For coins protected by [dPoW](https://komodoplatform.com/en/blog/51-attack-how-komodo-can-help-prevent-one/) can be set to `true` wait for a notarization when sending transactions during a swap. If `true`, `"required_confirmations"` must be set to `2` or higher. |
3030
| decimals | integer | Defines the number of digits after the decimal point that should be used to display the orderbook amounts, balance, and the value of inputs to be used in the case of order creation or a `withdraw` transaction. The default value used for a UTXO type coin (Bitcoin Protocol) is `8` and the default value used for a ERC20 Token is `18`. It is **very important** for this value to be set correctly. For example, if this value was set as `9` for BTC, a command to withdraw `1 BTC` tries to withdraw `10^9` satoshis of Bitcoin, i.e., `10 BTC` |
3131
| protocol | string | Contains the coin protocol `"type"` (UTXO, ETH, etc.) and specific protocol configuration - `"protocol_data"` object that can have arbitrary format. |
3232
| orderbook\_ticker | string | If set, coins with the same value will share the same orderbook. For example, if `BTC-Segwit` and `BTC-BEP20` are set with `"orderbook_ticker":"BTC"` the same orderbook is returned for KMD/BTC, KMD/BTC-BEP20 and KMD/BTC-Segwit pairs. |

src/pages/qa/recover-atomicdex-mobile-swap-desktop/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ curl --url "http://127.0.0.1:7783" --data "{\"method\":\"stop\",\"userpass\":\"$
3131
stdbuf -oL nohup ./mm2
3232
```
3333

34-
* Enable the coins involved in the swap using the [electrum](/atomicdex/api/#electrum) command
34+
* Enable the coins involved in the swap using the [electrum](/atomicdex/api/legacy/coin_activation/#electrum-method) command
3535

3636
```bash
3737
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"electrum\",\"coin\":\"RICK\",\"servers\":[{\"url\":\"electrum1.cipig.net:10017\"},{\"url\":\"electrum2.cipig.net:10017\"},{\"url\":\"electrum3.cipig.net:10017\"}]}"

utils/_fileData.json

+51-47
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
},
758758
"/antara/tutorials/advanced-series-1": {
759-
"dateModified": "2023-09-29T14:54:33.000Z",
759+
"dateModified": "2024-02-15T07:35:14.000Z",
760760
"contributors": [
761761
{
762762
"name": "\"gaeacodes\"",
@@ -4391,7 +4391,7 @@
43914391
}
43924392
},
43934393
"/atomicdex": {
4394-
"dateModified": "2023-12-15T09:21:10.000Z",
4394+
"dateModified": "2024-02-15T07:35:14.000Z",
43954395
"contributors": [
43964396
{
43974397
"name": "\"gaeacodes\"",
@@ -4908,7 +4908,7 @@
49084908
}
49094909
},
49104910
"/atomicdex/tutorials/how-to-become-a-liquidity-provider": {
4911-
"dateModified": "2023-10-03T07:36:45.000Z",
4911+
"dateModified": "2024-02-15T07:35:14.000Z",
49124912
"contributors": [
49134913
{
49144914
"name": "\"gaeacodes\"",
@@ -4994,7 +4994,7 @@
49944994
}
49954995
},
49964996
"/atomicdex/tutorials": {
4997-
"dateModified": "2023-10-03T07:36:45.000Z",
4997+
"dateModified": "2024-02-15T07:35:14.000Z",
49984998
"contributors": [
49994999
{
50005000
"name": "\"gaeacodes\"",
@@ -5027,8 +5027,12 @@
50275027
}
50285028
},
50295029
"/atomicdex/tutorials/listing-a-coin-on-atomicdex": {
5030-
"dateModified": "2023-10-05T07:16:36.000Z",
5030+
"dateModified": "2024-02-15T07:35:14.000Z",
50315031
"contributors": [
5032+
{
5033+
"name": "\"gaeacodes\"",
5034+
"email": "[email protected]"
5035+
},
50325036
{
50335037
"name": "\"smk762\"",
50345038
"email": "[email protected]"
@@ -5040,15 +5044,11 @@
50405044
{
50415045
"name": "\"gcharang\"",
50425046
"email": "[email protected]"
5043-
},
5044-
{
5045-
"name": "\"gaeacodes\"",
5046-
"email": "[email protected]"
50475047
}
50485048
],
50495049
"lastContributor": {
5050-
"name": "\"smk762\"",
5051-
"email": "[email protected]"
5050+
"name": "\"gaeacodes\"",
5051+
"email": "[email protected]"
50525052
}
50535053
},
50545054
"/atomicdex/tutorials/query-the-mm2-database": {
@@ -5081,7 +5081,7 @@
50815081
}
50825082
},
50835083
"/atomicdex/tutorials/setup-atomicdex-aws": {
5084-
"dateModified": "2023-10-03T07:36:45.000Z",
5084+
"dateModified": "2024-02-15T07:35:14.000Z",
50855085
"contributors": [
50865086
{
50875087
"name": "\"gaeacodes\"",
@@ -5503,7 +5503,7 @@
55035503
}
55045504
},
55055505
"/historical/cc-jl": {
5506-
"dateModified": "2023-10-03T07:36:45.000Z",
5506+
"dateModified": "2024-02-15T07:35:14.000Z",
55075507
"contributors": [
55085508
{
55095509
"name": "\"gaeacodes\"",
@@ -5765,8 +5765,12 @@
57655765
}
57665766
},
57675767
"/historical/whitepaper": {
5768-
"dateModified": "2023-06-14T19:22:24.000Z",
5768+
"dateModified": "2024-02-15T07:35:14.000Z",
57695769
"contributors": [
5770+
{
5771+
"name": "\"gaeacodes\"",
5772+
"email": "[email protected]"
5773+
},
57705774
{
57715775
"name": "\"gcharang\"",
57725776
"email": "[email protected]"
@@ -5777,8 +5781,8 @@
57775781
}
57785782
],
57795783
"lastContributor": {
5780-
"name": "\"gcharang\"",
5781-
"email": "[email protected].com"
5784+
"name": "\"gaeacodes\"",
5785+
"email": "gaeacodes@gmail.com"
57825786
}
57835787
},
57845788
"/historical/whitepaper/references": {
@@ -6297,7 +6301,7 @@
62976301
}
62986302
},
62996303
"/qa/atomicdex-quickstart": {
6300-
"dateModified": "2023-12-18T17:07:32.000Z",
6304+
"dateModified": "2024-02-15T07:35:14.000Z",
63016305
"contributors": [
63026306
{
63036307
"name": "\"gaeacodes\"",
@@ -6373,7 +6377,7 @@
63736377
}
63746378
},
63756379
"/qa/recover-atomicdex-mobile-swap-desktop": {
6376-
"dateModified": "2023-12-18T17:07:32.000Z",
6380+
"dateModified": "2024-02-15T07:35:14.000Z",
63776381
"contributors": [
63786382
{
63796383
"name": "\"gaeacodes\"",
@@ -6436,7 +6440,7 @@
64366440
}
64376441
},
64386442
"/resources/third-party": {
6439-
"dateModified": "2023-12-19T15:18:47.000Z",
6443+
"dateModified": "2024-02-15T07:35:14.000Z",
64406444
"contributors": [
64416445
{
64426446
"name": "\"gaeacodes\"",
@@ -6589,16 +6593,16 @@
65896593
}
65906594
},
65916595
"/smart-chains/api/crosschain": {
6592-
"dateModified": "2023-12-13T08:48:10.000Z",
6596+
"dateModified": "2024-02-15T07:35:14.000Z",
65936597
"contributors": [
6594-
{
6595-
"name": "\"gcharang\"",
6596-
"email": "[email protected]"
6597-
},
65986598
{
65996599
"name": "\"gaeacodes\"",
66006600
"email": "[email protected]"
66016601
},
6602+
{
6603+
"name": "\"gcharang\"",
6604+
"email": "[email protected]"
6605+
},
66026606
{
66036607
"name": "\"smk762\"",
66046608
"email": "[email protected]"
@@ -6617,8 +6621,8 @@
66176621
}
66186622
],
66196623
"lastContributor": {
6620-
"name": "\"gcharang\"",
6621-
"email": "[email protected].com"
6624+
"name": "\"gaeacodes\"",
6625+
"email": "gaeacodes@gmail.com"
66226626
}
66236627
},
66246628
"/smart-chains/api/disclosure": {
@@ -6895,8 +6899,12 @@
68956899
}
68966900
},
68976901
"/smart-chains/api/wallet": {
6898-
"dateModified": "2023-11-10T06:46:07.000Z",
6902+
"dateModified": "2024-02-15T07:35:14.000Z",
68996903
"contributors": [
6904+
{
6905+
"name": "\"gaeacodes\"",
6906+
"email": "[email protected]"
6907+
},
69006908
{
69016909
"name": "\"gcharang\"",
69026910
"email": "[email protected]"
@@ -6909,10 +6917,6 @@
69096917
"name": "\"gcharang\"",
69106918
"email": "[email protected]"
69116919
},
6912-
{
6913-
"name": "\"gaeacodes\"",
6914-
"email": "[email protected]"
6915-
},
69166920
{
69176921
"name": "\"gcharang\"",
69186922
"email": "[email protected]"
@@ -6935,8 +6939,8 @@
69356939
}
69366940
],
69376941
"lastContributor": {
6938-
"name": "\"gcharang\"",
6939-
"email": "[email protected].com"
6942+
"name": "\"gaeacodes\"",
6943+
"email": "gaeacodes@gmail.com"
69406944
}
69416945
},
69426946
"/smart-chains/changelog": {
@@ -7547,8 +7551,12 @@
75477551
}
75487552
},
75497553
"/start-here/about-komodo-platform/orientation": {
7550-
"dateModified": "2023-09-27T20:43:30.000Z",
7554+
"dateModified": "2024-02-15T07:35:14.000Z",
75517555
"contributors": [
7556+
{
7557+
"name": "\"gaeacodes\"",
7558+
"email": "[email protected]"
7559+
},
75527560
{
75537561
"name": "\"smk762\"",
75547562
"email": "[email protected]"
@@ -7557,10 +7565,6 @@
75577565
"name": "\"gcharang\"",
75587566
"email": "[email protected]"
75597567
},
7560-
{
7561-
"name": "\"gaeacodes\"",
7562-
"email": "[email protected]"
7563-
},
75647568
{
75657569
"name": "\"gcharang\"",
75667570
"email": "[email protected]"
@@ -7583,8 +7587,8 @@
75837587
}
75847588
],
75857589
"lastContributor": {
7586-
"name": "\"smk762\"",
7587-
"email": "[email protected]"
7590+
"name": "\"gaeacodes\"",
7591+
"email": "[email protected]"
75887592
}
75897593
},
75907594
"/start-here/about-komodo-platform/product-introductions": {
@@ -7753,24 +7757,24 @@
77537757
}
77547758
},
77557759
"/start-here/core-technology-discussions": {
7756-
"dateModified": "2023-09-01T12:11:07.000Z",
7760+
"dateModified": "2024-02-15T07:35:14.000Z",
77577761
"contributors": [
7758-
{
7759-
"name": "\"gcharang\"",
7760-
"email": "[email protected]"
7761-
},
77627762
{
77637763
"name": "\"gaeacodes\"",
77647764
"email": "[email protected]"
77657765
},
7766+
{
7767+
"name": "\"gcharang\"",
7768+
"email": "[email protected]"
7769+
},
77667770
{
77677771
"name": "\"siddhartha-crypto\"",
77687772
"email": "[email protected]"
77697773
}
77707774
],
77717775
"lastContributor": {
7772-
"name": "\"gcharang\"",
7773-
"email": "[email protected].com"
7776+
"name": "\"gaeacodes\"",
7777+
"email": "gaeacodes@gmail.com"
77747778
}
77757779
},
77767780
"/start-here/core-technology-discussions/initial-dex-offering": {

0 commit comments

Comments
 (0)