Skip to content

Commit

Permalink
Adding SolanaWormholeGateway tag dependency for EVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Aug 14, 2023
1 parent a736dad commit d9a4e7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
export default func

func.tags = ["SetSolanaGatewayAddress"]
func.dependencies = ["ArbitrumWormholeGateway"]
func.dependencies = ["ArbitrumWormholeGateway", "SolanaWormholeGateway"]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
export default func

func.tags = ["SetSolanaGatewayAddress"]
func.dependencies = ["BaseWormholeGateway"]
func.dependencies = ["BaseWormholeGateway", "SolanaWormholeGateway"]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
export default func

func.tags = ["SetSolanaGatewayAddress"]
func.dependencies = ["OptimismWormholeGateway"]
func.dependencies = ["OptimismWormholeGateway", "SolanaWormholeGateway"]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
export default func

func.tags = ["SetSolanaGatewayAddress"]
func.dependencies = ["PolygonWormholeGateway"]
func.dependencies = ["PolygonWormholeGateway", "SolanaWormholeGateway"]

0 comments on commit d9a4e7c

Please sign in to comment.