We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848d2cd commit 1d00feeCopy full SHA for 1d00fee
packages/web/src/stores/nft-staking-store.tsx
@@ -163,7 +163,10 @@ export const useNftStaking = create<{
163
tokens.forEach((tokenId) => {
164
let approval_id: number | null = null;
165
//TODO: temporary fix for neartopia
166
- if (collection.includes("neartopia")) {
+ if (
167
+ collection.includes("neartopia") ||
168
+ collection.includes("secretskelliessociety")
169
+ ) {
170
approval_id = 0;
171
}
172
transactions.push(
0 commit comments