Skip to content

Commit

Permalink
fix: Example uses WBTC instead of BTCB now
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Dec 22, 2020
1 parent 06111dc commit 68c5af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/swap.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { buildContext, createSwap, estimateSwapAmountReceiving } from '@swingby-protocol/sdk';

const addressReceiving = 'tbnb16ke3clwqmduvzv6awlprjw3ecw7g52qw7c6hdm';
const addressReceiving = '0x3F4341a0599f63F444B6f1e0c7C5cAf81b5843Cc';
const amountDesired = '1';
const currencyDeposit = 'BTC';
const currencyReceiving = 'BTCB';
const currencyReceiving = 'WBTC';

(async () => {
const context = await buildContext({ mode: 'test' });
Expand Down

0 comments on commit 68c5af2

Please sign in to comment.