Skip to content

Commit

Permalink
fix: set claimFrom to mask_network
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Jan 21, 2025
1 parent 39ee50e commit 07e6b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-providers/src/Firefly/RedPacket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class FireflyRedPacket {
body: JSON.stringify({
themeId,
shareFrom,
claimFrom: FireflyRedPacketAPI.SourceType.FireflyPC,
claimFrom: FireflyRedPacketAPI.SourceType.MaskNetwork,
claimStrategy: JSON.stringify(strategies),
}),
})
Expand Down

0 comments on commit 07e6b81

Please sign in to comment.