Add Stowaway to swap methods

This commit is contained in:
Reckless_Satoshi 2022-12-08 07:05:02 -08:00
parent 718210ccd8
commit f7a0554fb1
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 6 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -80,6 +80,7 @@ export const fiatMethods = [
export const swapMethods = [ export const swapMethods = [
{ name: 'On-Chain BTC', icon: 'onchain' }, { name: 'On-Chain BTC', icon: 'onchain' },
{ name: 'On-Chain w/ Stowaway', icon: 'stowaway' },
{ name: 'RBTC', icon: 'rbtc' }, { name: 'RBTC', icon: 'rbtc' },
{ name: 'LBTC', icon: 'lbtc' }, { name: 'LBTC', icon: 'lbtc' },
{ name: 'WBTC', icon: 'wbtc' }, { name: 'WBTC', icon: 'wbtc' },