Skip to content

Commit

Permalink
fix/usdc-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed May 5, 2023
1 parent 10f6413 commit df17eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const TOKEN_CONTRACT_SPEC = 'nft-1.0.0';
// TODO: This should be reduced to 3.5 NEAR once the new factory/stores
// are deployed to mainnet.
export const CONTRACT_DEPOSIT = `6500000${'0'.repeat(18)}`; // 6.5 NEAR
export const LISTING_DEPOSIT = `800${'0'.repeat(18)}`; // 0.8 milliNEAR
export const LISTING_DEPOSIT = `1000${'0'.repeat(18)}`; // 1 milliNEAR

export const GAS_CONSTANTS = {
DEFAULT_GAS: '200000000000000',
Expand Down

0 comments on commit df17eca

Please sign in to comment.