Skip to content

Token Factory v2#3

Merged
colinnielsen merged 20 commits into
mainfrom
colinnielsen/token-factory-v2
Mar 25, 2024
Merged

Token Factory v2#3
colinnielsen merged 20 commits into
mainfrom
colinnielsen/token-factory-v2

Conversation

@its-everdred

Copy link
Copy Markdown

No description provided.

Comment thread script/DeployToken.s.sol

function _run(address _factory) public returns (InstantLiquidityToken, uint256) {
TokenFactory factory = TokenFactory(_factory);
(InstantLiquidityToken token, uint256 lpTokenId) = factory.deploy("", "");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the deploy args don't matter here because the metal CLI is going to replace them right?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because we want the fields to be blank when the user opens the configure page

@colinnielsen colinnielsen merged commit 46648f6 into main Mar 25, 2024
@colinnielsen colinnielsen deleted the colinnielsen/token-factory-v2 branch March 25, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants