Skip to content

Commit

Permalink
wallet-ext: reduce gas budget for example nft (MystenLabs#7885)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrysochoidis authored Jan 30, 2023
1 parent a69fd88 commit a5960db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/redux/slices/sui-objects/NFT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class ExampleNFT {
description || 'An NFT created by Sui Wallet',
imageUrl || DEFAULT_NFT_IMAGE,
],
gasBudget: 10000,
gasBudget: 2000,
});
}
}

0 comments on commit a5960db

Please sign in to comment.