Skip to content

Commit

Permalink
feat: remove marketplaceServerURL
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Oct 30, 2024
1 parent 3798d2e commit c81d980
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion webapp/src/modules/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const gatewaySaga = createGatewaySaga({
widgetBaseUrl: config.get('MOON_PAY_WIDGET_URL')
},
[NetworkGatewayType.TRANSAK]: {
marketplaceServerURL: config.get('MARKETPLACE_SERVER_URL'),
apiBaseUrl: config.get('MARKETPLACE_SERVER_URL'),
key: config.get('TRANSAK_KEY'),
env: config.get('TRANSAK_ENV'),
Expand Down
1 change: 0 additions & 1 deletion webapp/src/modules/transak/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const TransakMulticallContracts: Pick<Record<Network, Partial<Record<ChainId, st
function* handleOpenTransak(action: OpenTransakAction) {
const { asset, order } = action.payload
const transakConfig: TransakConfig = {
marketplaceServerURL: config.get('MARKETPLACE_SERVER_URL'),
apiBaseUrl: config.get('MARKETPLACE_SERVER_URL'),
key: config.get('TRANSAK_KEY'),
env: config.get('TRANSAK_ENV'),
Expand Down

0 comments on commit c81d980

Please sign in to comment.