Skip to content

Commit

Permalink
chore: add fraxtal addresses in script
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed Aug 30, 2024
1 parent ae7c361 commit 2bb549b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/optimism/set_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ def cli(account, chain_id, relayer):
"0x5E4e65926BA27467555EB562121fac00D24E9dD2",
"0x25ace71c97B33Cc4729CF772ae268934F7ab5fA1",
)
elif int(chain_id) == 252: # fraxtal
ovm_chain, ovm_messenger = (
"0x0000000000000000000000000000000000000000",
"0x126bcc31Bc076B3d515f60FBC81FddE0B0d542Ed",
)
elif int(chain_id) == 5000: # mantle
ovm_chain, ovm_messenger = (
"0x291dc3819b863e19b0a9b9809F8025d2EB4aaE93",
Expand Down

0 comments on commit 2bb549b

Please sign in to comment.