Skip to content

Commit

Permalink
Rename Thorchain DEX Aggregator to SwapKit
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Nov 11, 2024
1 parent 4f69faa commit a671a5b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/CategoriesActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export const pluginIdIcons: Record<string, string> = {
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'
Expand Down
2 changes: 1 addition & 1 deletion src/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion src/util/corePlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a671a5b

Please sign in to comment.