tilt: eth relayer pin tsx (#3565)

This commit is contained in:
Evan Gray 2023-11-30 12:44:28 -05:00 committed by GitHub
parent f658fd930a
commit 08455a7770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
echo "deploying generic relayer contracts" \
npx tsx ./ts-scripts/relayer/create2Factory/deployCreate2Factory.ts \
&& npx tsx ./ts-scripts/relayer/deliveryProvider/deployDeliveryProvider.ts \
&& npx tsx ./ts-scripts/relayer/wormholeRelayer/deployWormholeRelayer.ts \
&& npx tsx ./ts-scripts/relayer/mockIntegration/deployMockIntegration.ts \
&& npx tsx ./ts-scripts/relayer/wormholeRelayer/registerChainsWormholeRelayerSelfSign.ts \
&& npx tsx ./ts-scripts/relayer/deliveryProvider/configureDeliveryProvider.ts \
npx tsx@4.5.1 ./ts-scripts/relayer/create2Factory/deployCreate2Factory.ts \
&& npx tsx@4.5.1 ./ts-scripts/relayer/deliveryProvider/deployDeliveryProvider.ts \
&& npx tsx@4.5.1 ./ts-scripts/relayer/wormholeRelayer/deployWormholeRelayer.ts \
&& npx tsx@4.5.1 ./ts-scripts/relayer/mockIntegration/deployMockIntegration.ts \
&& npx tsx@4.5.1 ./ts-scripts/relayer/wormholeRelayer/registerChainsWormholeRelayerSelfSign.ts \
&& npx tsx@4.5.1 ./ts-scripts/relayer/deliveryProvider/configureDeliveryProvider.ts \