Skip to content

Commit 572a0fa

Browse files
authored
Merge pull request #1350 from synonymdev/url-check
test(scan): fix scan url
2 parents 40637b1 + 1783139 commit 572a0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export const decodeQRData = async (
387387
// Treasure hunt
388388
if (__DEV__ || selectedNetwork === EAvailableNetworks.bitcoin) {
389389
// Airdrop
390-
if (data.includes('cutt.ly/VwQFzhJJ')) {
390+
if (data.includes('cutt.ly/VwQFzhJJ') || data.includes('bitkit.to/drone')) {
391391
const chestId = '2gZxrqhc';
392392
return ok([{ qrDataType: EQRDataType.treasureHunt, chestId }]);
393393
}

0 commit comments

Comments
 (0)