Skip to content

Commit 90d37cb

Browse files
committed
adds utils subfolder for v2 methods
1 parent 0de787e commit 90d37cb

File tree

6 files changed

+181
-146
lines changed

6 files changed

+181
-146
lines changed

filepathSlugs.json

+30-17
Original file line numberDiff line numberDiff line change
@@ -2856,14 +2856,6 @@
28562856
"stop-eth-fee-estimator",
28572857
"response"
28582858
],
2859-
"src/pages/komodo-defi-framework/api/v20/get_current_mtp/index.mdx": [
2860-
"get-current-mtp",
2861-
"arguments",
2862-
"response",
2863-
"examples",
2864-
"command",
2865-
"response-success"
2866-
],
28672859
"src/pages/komodo-defi-framework/api/v20/get_enabled_coins/index.mdx": [
28682860
"get-enabled-coins",
28692861
"parameters",
@@ -3034,15 +3026,6 @@
30343026
"command",
30353027
"response-2"
30363028
],
3037-
"src/pages/komodo-defi-framework/api/v20/peer_connection_healthcheck/index.mdx": [
3038-
"peer-connection-healthcheck",
3039-
"arguments",
3040-
"response",
3041-
"examples",
3042-
"command",
3043-
"response-peer-found",
3044-
"response-peer-not-found"
3045-
],
30463029
"src/pages/komodo-defi-framework/api/v20/recreate_swap_data/index.mdx": [
30473030
"recreate-swap-data",
30483031
"arguments",
@@ -3154,6 +3137,36 @@
31543137
"response-success",
31553138
"response-error-stats-collection-not-running"
31563139
],
3140+
"src/pages/komodo-defi-framework/api/v20/utils/get_current_mtp/index.mdx": [
3141+
"get-current-mtp",
3142+
"arguments",
3143+
"response",
3144+
"examples",
3145+
"command",
3146+
"response-success"
3147+
],
3148+
"src/pages/komodo-defi-framework/api/v20/utils/get_token_info/index.mdx": [
3149+
"get-token-info",
3150+
"arguments",
3151+
"response",
3152+
"examples",
3153+
"withdraw-btc-kmd-and-other-btc-based-forks",
3154+
"response-success",
3155+
"error-responses",
3156+
"invalid-request-protocol-parent-coin-not-active"
3157+
],
3158+
"src/pages/komodo-defi-framework/api/v20/utils/index.mdx": [
3159+
"v2-utility-methods"
3160+
],
3161+
"src/pages/komodo-defi-framework/api/v20/utils/peer_connection_healthcheck/index.mdx": [
3162+
"peer-connection-healthcheck",
3163+
"arguments",
3164+
"response",
3165+
"examples",
3166+
"command",
3167+
"response-peer-found",
3168+
"response-peer-not-found"
3169+
],
31573170
"src/pages/komodo-defi-framework/api/v20/withdraw/index.mdx": [
31583171
"withdraw",
31593172
"arguments",

src/data/sidebar.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -554,13 +554,21 @@
554554
{
555555
"title": "Utility",
556556
"links": [
557+
{
558+
"title": "Overview",
559+
"href": "/komodo-defi-framework/api/v20/utils/"
560+
},
557561
{
558562
"title": "peer_connection_healthcheck",
559-
"href": "/komodo-defi-framework/api/v20/peer_connection_healthcheck/"
563+
"href": "/komodo-defi-framework/api/v20/utils/peer_connection_healthcheck/"
560564
},
561565
{
562566
"title": "get_current_mtp",
563-
"href": "/komodo-defi-framework/api/v20/get_current_mtp/"
567+
"href": "/komodo-defi-framework/api/v20/utils/get_current_mtp/"
568+
},
569+
{
570+
"title": "get_token_info",
571+
"href": "/komodo-defi-framework/api/v20/utils/get_token_info/"
564572
}
565573
]
566574
}

0 commit comments

Comments
 (0)