Skip to content

Commit

Permalink
refactor: use ledger address
Browse files Browse the repository at this point in the history
  • Loading branch information
scottphc committed Jan 24, 2025
1 parent d4f04ad commit 86140ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployTokenFactory.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract Deploy is Script {
*/

address private _STORY_DERIVATIVE_WORKFLOWS_ADDRESS = 0xa8815CEB96857FFb8f5F8ce920b1Ae6D70254C7B;
address private _SPOTLIGHT_TOKEN_FACTORY_OWNER = 0x582d6944a8EA7e4ACD385D18DC95CF5915510289;
address private _SPOTLIGHT_TOKEN_FACTORY_OWNER = 0x0FbAd0dd681679112F8D1635d2C07C93dBd294B1;

address private constant PIPERX_V2_ROUTER = 0x8812d810EA7CC4e1c3FB45cef19D6a7ECBf2D85D;
address private constant PIPERX_V2_FACTORY = 0x700722D24f9256Be288f56449E8AB1D27C4a70ca;
Expand Down

0 comments on commit 86140ff

Please sign in to comment.