We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40637b1 + 1783139 commit 572a0faCopy full SHA for 572a0fa
src/utils/scanner.ts
@@ -387,7 +387,7 @@ export const decodeQRData = async (
387
// Treasure hunt
388
if (__DEV__ || selectedNetwork === EAvailableNetworks.bitcoin) {
389
// Airdrop
390
- if (data.includes('cutt.ly/VwQFzhJJ')) {
+ if (data.includes('cutt.ly/VwQFzhJJ') || data.includes('bitkit.to/drone')) {
391
const chestId = '2gZxrqhc';
392
return ok([{ qrDataType: EQRDataType.treasureHunt, chestId }]);
393
}
0 commit comments