Skip to content

Commit 5a139d5

Browse files
committed
fix(n8n): Smart contract panicked: Must attach 0.00031 NEAR to cover storage
1 parent 3585cdf commit 5a139d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nft-marketplace/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ const buildListingTransactions = async (
194194
}),
195195
},
196196
GAS_BN,
197-
// Approval itself just needs 1 yocto
198-
BigInt('1')
197+
// Approval itself just needs NEARs
198+
BigInt('310000000000000000000')
199199
),
200200
]
201201

0 commit comments

Comments
 (0)