Skip to content

Commit

Permalink
undo setting prices to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
amiecorso committed Mar 14, 2024
1 parent d10e113 commit c665016
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deploy/configure-assets-after-deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ export const deploy: DeployFunction = async (environment) => {

const networkMarketConfig: Record<string, NetworkMarketConfig> = {
polygon: {
priceMultiple: 0,
feePercentage: 0,
priceMultiple: 2000,
feePercentage: 25,
purchaseTokenAddress: PROD_USDC_TOKEN_ADDRESS,
feeWalletAddress: PROD_NORI_FEE_WALLET_ADDRESS,
},
mumbai: {
priceMultiple: 0,
feePercentage: 0,
priceMultiple: 2000,
feePercentage: 25,
purchaseTokenAddress: STAGING_USDC_TOKEN_ADDRESS,
feeWalletAddress: STAGING_NORI_FEE_WALLET_ADDRESS,
},
Expand Down
Loading

0 comments on commit c665016

Please sign in to comment.