Skip to content

Commit

Permalink
change NFT default ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Mar 19, 2024
1 parent b3b9fcb commit f11f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineNuxtConfig({
marketplacePostNftItemUrl: "https://explorer.mode.network/token/0x5e54CebB2612744cB56547bC7CC41466ad7ac557/instance/", // url (append nft id to it)
marketplaceNftCollectionBaseUrl: "https://explorer.mode.network/token/", // url (append nft address to it)
newsletterLink: "https://paragraph.xyz/@iggy?modal=subscribe",
nftDefaultRatio: 1, // default ratio for the NFT price bonding curve
nftDefaultRatio: 0.1337, // default ratio for the NFT price bonding curve
nftLaunchpadBondingAddress: "0x305912c0d03C22e6eB7D37E06A47ab899e48B9Af", // NFT launchpad with bonding curve contract address
nftLaunchpadLatestItems: 8, // number of latest NFTs to show in the NFT launchpad
orbisTest: false, // if true, test context will be used instead of the production one
Expand Down

0 comments on commit f11f365

Please sign in to comment.