Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Dec 11, 2024
1 parent cd2f469 commit 24aad6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ export const ChainUpdateBuilderWrapper = ({ chain }: ChainUpdateBuilderWrapperPr
{isDataReady ? (
<ol className={styles.instructions}>
<li>
In the "Deploy & Run Transactions" tab, select your token pool at:
In the "Deploy & Run Transactions" tab, select your token pool (<strong>BurnMintTokenPool</strong> or{" "}
<strong>LockReleaseTokenPool</strong>) at:
<div className={styles.contractInfo}>
<strong>Contract:</strong> TokenPool
<ReactCopyText text={poolAddress || ""} code />
Expand Down

0 comments on commit 24aad6a

Please sign in to comment.