Skip to content

Commit

Permalink
chore: make parameters public
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed Sep 18, 2024
1 parent 754afe1 commit d57f9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/bridgers/PolygonzkEVMBridger.vy
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ interface PolygonZkEVMBridge:


CRV20: constant(address) = 0xD533a949740bb3306d119CC777fa900bA034cd52
L1_BRIDGE: immutable(PolygonZkEVMBridge)
L1_BRIDGE: public(immutable(PolygonZkEVMBridge))

DESTINATION_NETWORK: immutable(uint32)
DESTINATION_NETWORK: public(immutable(uint32))


@external
Expand Down

0 comments on commit d57f9bd

Please sign in to comment.