Skip to content

Commit

Permalink
Update test-utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso authored Apr 28, 2023
1 parent 6cb06ee commit ec5ae9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test-utils.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { AcceptBtcoPayment } from './types'

export const mockAPIHost = 'accept-btco-demo.bitcoinbtco.org'
export const mockAPIHost = 'https://wallet.bitcoinnano.org'

export const mockAcceptBtcoPayment: AcceptBtcoPayment = {
token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9',
account: 'nano_3c9pkkgdy5n8qkkrzj96ncjnpcbuj6ux3177wawn1wu5ynoejquumbffdxny',
amount: '0.000001',
amountInCurrency: '0.000001',
currency: 'NANO',
currency: 'BTCO',
balance: '0',
subPayments: {},
remainingSeconds: 14399,
Expand Down

0 comments on commit ec5ae9d

Please sign in to comment.