use mm oracle

This commit is contained in:
Nour Alharithi
2025-07-29 11:30:11 -07:00
parent ff4a79c5b4
commit bb476e97f7
3 changed files with 26 additions and 20 deletions

View File

@@ -1,6 +1,10 @@
git submodule init
git submodule update --recursive
rm -rf node_modules
rm -rf drift-common/protocol/sdk/node_modules
rm -rf drift-common/common-ts/node_modules
echo "building sdk..."
cd drift-common/protocol/sdk
yarn clean && yarn && yarn build && yarn link