Skip to content

Commit 3c766a8

Browse files
1 parent 04a2f67 commit 3c766a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pages/debug/payouts/create.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,8 @@ export default class CreatePayoutClass extends Vue {
157157
destinationType = ['address_book']
158158
blockchainDestinationTypes = new Set(['address_book'])
159159
identityTypes = ['individual', 'business']
160-
// TODO: we can probably implement an internal endpoint to get the supported currency pairs
161160
supportedCryptoPayoutCurrencyPairs = new Map([
162-
['USD', ['USD', 'BTC', 'ETH', 'MATIC']],
163-
['BTC', ['USD', 'BTC']],
164-
['ETH', ['USD', 'ETH']],
165-
['MATIC', ['USD', 'MATIC']],
166-
['FLOW', ['FLOW']],
167-
['MANA', ['MANA']],
161+
['USD', ['USD']],
168162
['EUR', ['EUR']],
169163
])
170164

0 commit comments

Comments
 (0)