Skip to content

Commit

Permalink
chore: exit if user is not funded
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Jan 16, 2024
1 parent 59193de commit d234c67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,6 @@ local_resource(
"api-trigger",
"stablesats",
"price",

"trigger",
"apollo-router",
"mongodb-migrate",
"price-history",
"price-history-migrate",
"svix",
"svix-pg",
]
)

Expand Down
1 change: 1 addition & 0 deletions dev/helpers/onchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ fund_user_onchain() {

if [[ $success != true ]]; then
echo "Failed to fund user"
exit 1
fi
}

0 comments on commit d234c67

Please sign in to comment.