Skip to content

Commit

Permalink
add usdc:eth mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Aug 28, 2024
1 parent 7fbbcc3 commit 332e01d
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 332e01d

Please sign in to comment.