Skip to content

Commit 6d01c47

Browse files
feat: add dapp swap comparison button (#417)
* feat: add dapp swap comparison button * chore: add inputs for fee, recipient and amount * chore: add disclaimer for mainnet only * chore: disable swap button if not on mainnet
1 parent 405adbd commit 6d01c47

3 files changed

Lines changed: 456 additions & 0 deletions

File tree

src/components/transactions/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export * from './erc20';
33
export * from './erc721';
44
export * from './erc1155';
55
export * from './send';
6+
export * from './swapComparison';

0 commit comments

Comments
 (0)