mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Add Stowaway to swap methods
This commit is contained in:
parent
718210ccd8
commit
f7a0554fb1
File diff suppressed because one or more lines are too long
BIN
frontend/src/components/PaymentMethods/Icons/stowaway.png
Normal file
BIN
frontend/src/components/PaymentMethods/Icons/stowaway.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
@ -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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user