We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706779c commit 2d5f173Copy full SHA for 2d5f173
1 file changed
lib/utilities/address_utils.dart
@@ -308,15 +308,18 @@ class AddressUtils {
308
}
309
310
try {
311
+ // Must match @rosen-bridge/rosen-extractor SUPPORTED_CHAINS order.
312
const chains = [
313
'ergo',
314
'cardano',
315
'bitcoin',
316
'ethereum',
317
'binance',
318
+ 'base',
319
'doge',
320
'bitcoin-runes',
321
'firo',
322
+ 'handshake',
323
];
324
325
final toChainCode = int.parse(hex.substring(0, 2), radix: 16);
0 commit comments