You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clean up the contracts directory if we created it for the latest version
82
+
if [ "$version"="latest" ];then
83
+
rm -rf "out/contracts"
84
+
echo"Cleaned up contracts directory"
85
+
fi
51
86
52
87
if [ "$version"!="latest" ];then
53
88
echo"Verify the contracts by using the std-input artifacts of the contracts in https://github.com/pyth-network/pyth-crosschain/releases/tag/pyth-evm-contract-$version"
0 commit comments