Skip to content

Commit b63dcf7

Browse files
committed
Fix env name in MessageBus deployment script
1 parent 32d3f42 commit b63dcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/message/000_message_bus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const deployFunc: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
1616
process.env.MESSAGE_BUS_SIGS_VERIFIER,
1717
process.env.MESSAGE_BUS_LIQUIDITY_BRIDGE,
1818
process.env.MESSAGE_BUS_PEG_BRIDGE,
19-
process.env.MESSAGE_BUS_PEG_VAUL,
19+
process.env.MESSAGE_BUS_PEG_VAULT,
2020
process.env.MESSAGE_BUS_PEG_BRIDGE_V2,
2121
process.env.MESSAGE_BUS_PEG_VAULT_V2
2222
],

0 commit comments

Comments
 (0)