Skip to content

Commit 2d5f173

Browse files
committed
fix(firo): align OP_RETURN tooltip chain order
1 parent 706779c commit 2d5f173

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/utilities/address_utils.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,18 @@ class AddressUtils {
308308
}
309309

310310
try {
311+
// Must match @rosen-bridge/rosen-extractor SUPPORTED_CHAINS order.
311312
const chains = [
312313
'ergo',
313314
'cardano',
314315
'bitcoin',
315316
'ethereum',
316317
'binance',
318+
'base',
317319
'doge',
318320
'bitcoin-runes',
319321
'firo',
322+
'handshake',
320323
];
321324

322325
final toChainCode = int.parse(hex.substring(0, 2), radix: 16);

0 commit comments

Comments
 (0)