From a671a5bd6315dceee316dbd4b74ee3050d2ee0fc Mon Sep 17 00:00:00 2001 From: peachbits Date: Fri, 1 Nov 2024 16:42:18 -0700 Subject: [PATCH] Rename Thorchain DEX Aggregator to SwapKit --- ios/Podfile.lock | 4 ++-- package.json | 2 +- src/actions/CategoriesActions.ts | 2 +- src/envConfig.ts | 2 +- src/util/corePlugins.ts | 2 +- yarn.lock | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2764a99ee69..441376b329c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -21,7 +21,7 @@ PODS: - React-Core - edge-currency-plugins (3.4.4): - React-Core - - edge-exchange-plugins (2.13.0): + - edge-exchange-plugins (2.14.0): - React-Core - edge-login-ui-rn (3.23.0): - React-Core @@ -1083,7 +1083,7 @@ SPEC CHECKSUMS: edge-core-js: 9264309f29f398da3b714dc5e80702f102f9db2d edge-currency-accountbased: 3ed33409d304a969392c9e205d115521aab49b8a edge-currency-plugins: 95577a282061148263207fad9befe11bb07a57c1 - edge-exchange-plugins: 896eb55d2a03140bae7b45321efa9e9ac3d3bbe6 + edge-exchange-plugins: 2883457575c970671c5e63e547907dd40234a323 edge-login-ui-rn: 58ee453724222a7feac090500587db8cbf2dd083 EXApplication: d8f53a7eee90a870a75656280e8d4b85726ea903 EXConstants: f348da07e21b23d2b085e270d7b74f282df1a7d9 diff --git a/package.json b/package.json index 9589a940e76..147af5597a0 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "edge-currency-accountbased": "^4.27.1", "edge-currency-monero": "^1.3.1", "edge-currency-plugins": "^3.4.4", - "edge-exchange-plugins": "^2.13.0", + "edge-exchange-plugins": "^2.14.0", "edge-info-server": "^3.0.1", "edge-login-ui-rn": "^3.23.0", "ethers": "^5.7.2", diff --git a/src/actions/CategoriesActions.ts b/src/actions/CategoriesActions.ts index 3e0623f2b31..a6a8b4c92be 100644 --- a/src/actions/CategoriesActions.ts +++ b/src/actions/CategoriesActions.ts @@ -542,7 +542,7 @@ export const pluginIdIcons: Record = { simplex: EDGE_CONTENT_SERVER_URI + '/simplex.png', swapuz: EDGE_CONTENT_SERVER_URI + '/swapuz.png', thorchain: EDGE_CONTENT_SERVER_URI + '/thorchain.png', - thorchainda: EDGE_CONTENT_SERVER_URI + '/thorchain.png', + swapkit: EDGE_CONTENT_SERVER_URI + '/swapkit.png', tronResources: EDGE_CONTENT_SERVER_URI + '/TRON/TRON.png', velodrome: EDGE_CONTENT_SERVER_URI + '/velodrome.png', xrpdex: EDGE_CONTENT_SERVER_URI + '/xrpdex.png' diff --git a/src/envConfig.ts b/src/envConfig.ts index 6d8c7ec1ccf..5aee164ff03 100644 --- a/src/envConfig.ts +++ b/src/envConfig.ts @@ -295,7 +295,7 @@ export const asEnvConfig = asObject({ thorname: asOptional(asString, 'ej') }).withRest ), - THORCHAIN_DA_INIT: asCorePluginInit( + SWAPKIT_INIT: asCorePluginInit( asObject({ affiliateFeeBasis: asOptional(asString, '50'), appId: asOptional(asString, 'edge'), diff --git a/src/util/corePlugins.ts b/src/util/corePlugins.ts index febfb021a1f..f7cd1ad918a 100644 --- a/src/util/corePlugins.ts +++ b/src/util/corePlugins.ts @@ -91,7 +91,7 @@ export const swapPlugins = { spookySwap: false, mayaprotocol: ENV.MAYA_PROTOCOL_INIT, thorchain: ENV.THORCHAIN_INIT, - thorchainda: ENV.THORCHAIN_DA_INIT, + swapkit: ENV.SWAPKIT_INIT, tombSwap: ENV.TOMB_SWAP_INIT, velodrome: true, xrpdex: ENV.XRPDEX_INIT, diff --git a/yarn.lock b/yarn.lock index 71b2b52a9ba..444c198b339 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9417,10 +9417,10 @@ edge-currency-plugins@^3.4.4: wifgrs "^2.0.6" ws "^7.4.6" -edge-exchange-plugins@^2.13.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/edge-exchange-plugins/-/edge-exchange-plugins-2.13.0.tgz#57dc633d8cdcd0e09412ef1d62c61550994ea530" - integrity sha512-aAzFjQ/suQHiZDEj+7h1tZbiFLiTOsl6Mv1wjT9o/cc1yLRZ+dUhPYSExVs9RpXRBgjmHb4gcnNwev2Nyn9JlA== +edge-exchange-plugins@^2.14.0: + version "2.14.0" + resolved "https://registry.yarnpkg.com/edge-exchange-plugins/-/edge-exchange-plugins-2.14.0.tgz#a9c1609f7f6f6930f36bdaa1f1941befa4ed840a" + integrity sha512-JXJK21gFoyAqKjLRmYOFU29NG3fQfirCH7Ot7OKN6Oa2/xp4IJI9QLUeyGbMehCR8fqTIY9iI3J1Tg72zlWO2w== dependencies: "@cosmjs/encoding" "^0.32.2" biggystring "^4.1.3"