Add a stack for running uniswap frontend on urbit #670

Merged
nikugogoi merged 25 commits from ng-uniswap-frontend into main 2023-12-04 13:09:20 +00:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit 59bf8e384f - Show all commits

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi
@ -120,7 +119,7 @@ while true; do
fi
done
glob_hash=$($glob_file | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
glob_hash=$(echo "$glob_file" | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
# Update the docket file
cat << EOF > "${uniswap_desk_dir}/desk.docket-0"

View File

@ -1,14 +1,10 @@
version: "0.1"
name: uniswap-urbit-app
repos:
# Uniswap interface
# TODO: Use release
- github.com/cerc-io/uniswap-interface@pm-urbit-hosting
- github.com/cerc-io/uniswap-interface@laconic # TODO: Use release
containers:
- cerc/uniswap-interface
- cerc/urbit-globs-host
# TODO: Add container for urbit
pods:
- uniswap-interface
- urbit
# TODO: Add pod for urbit