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 1, 2024
1 parent 7f7e341 commit ae34b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -294,7 +294,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

0 comments on commit ae34b91

Please sign in to comment.