Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/contracts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const EXPLORER_URL = IS_TESTNET
/** StoryFactory — storyline + plot management */
export const STORY_FACTORY = (process.env.NEXT_PUBLIC_CONTRACT_ADDRESS ??
(IS_TESTNET
? "0x6B8d38af1773dd162Ebc6f4A8eb923F3c669605d"
? "0xfa5489b6710Ba2f8406b37fA8f8c3018e51FA229"
: "0x0000000000000000000000000000000000000000")) as `0x${string}`;

/** ZapPlotLinkMCV2 — one-click buy (ETH/USDC/HUNT -> storyline token) */
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SUPPORTED_CHAIN_IDS = new Set([BASE_SEPOLIA_CHAIN_ID, BASE_MAINNET_

/** StoryFactory — storyline + plot management. */
export const STORY_FACTORY_ADDRESS =
"0x6B8d38af1773dd162Ebc6f4A8eb923F3c669605d" as const;
"0xfa5489b6710Ba2f8406b37fA8f8c3018e51FA229" as const;

/** MCV2_Bond — bonding curve trading, token creation, royalty distribution. */
export const MCV2_BOND_ADDRESS =
Expand Down
Loading