Skip to content

Commit

Permalink
feat: make initialize script compatible with other program ids: (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Jan 17, 2025
1 parent 7ef0af8 commit 84f7f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tilt-scripts/svm/initialize_programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ async def main():
relayer_signer=pk_relayer_signer,
fee_receiver_relayer=pk_relayer_signer,
),
program_id=express_relay_pid,
)
tx.add(ix_init_express_relay)
signers.append(kp_payer)
Expand All @@ -141,6 +142,7 @@ async def main():
admin=pk_admin,
express_relay_metadata=pk_express_relay_metadata,
),
program_id=express_relay_pid,
)
tx.add(ix_set_swap_platform_fee)

Expand Down

0 comments on commit 84f7f6d

Please sign in to comment.