Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit ec53e0d

Browse files
authored
feat: add usdc:eth mapping (#278)
1 parent 7fbbcc3 commit ec53e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/features/dap/dap_state.dart

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class DapState {
1414
'addr': 'BTC_ONCHAIN_PAYOUT',
1515
'lnaddr': 'BTC_LN_PAYOUT',
1616
'sol': 'USDC_ONCHAIN',
17+
'eth': 'USDC_ONCHAIN',
1718
};
1819

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

0 commit comments

Comments
 (0)