Skip to content

Commit

Permalink
Revert to use token
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jun 26, 2024
1 parent bfbded6 commit 9b75dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/src/token/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ abstract class TokenDeployer<
).callStatic.ERC20()
: config.token;

const erc20 = ERC20__factory.connect(config.token, provider);
const erc20 = ERC20__factory.connect(token, provider);
const [name, symbol, decimals] = await Promise.all([
erc20.name(),
erc20.symbol(),
Expand Down

0 comments on commit 9b75dfd

Please sign in to comment.