Skip to content

Commit

Permalink
feat: add usdc:eth mapping (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe authored Aug 28, 2024
1 parent 7fbbcc3 commit ec53e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/dap/dap_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class DapState {
'addr': 'BTC_ONCHAIN_PAYOUT',
'lnaddr': 'BTC_LN_PAYOUT',
'sol': 'USDC_ONCHAIN',
'eth': 'USDC_ONCHAIN',
};

String? get protocol => selectedAddress?.css.split(':').firstOrNull;
Expand Down

0 comments on commit ec53e0d

Please sign in to comment.