Skip to content

Commit

Permalink
The file .native_asset_id only exists in the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Jan 7, 2021
1 parent 87f7652 commit f208847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waves-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ start_frontend () {

cd waves
yarn install
export NATIVE_ASSET_ID=$(cat .native_asset_id)
export NATIVE_ASSET_ID=$(cat ../.native_asset_id)
export CHAIN=ELEMENTS
export ESPLORA_API_URL=$LIQUID_ESPLORA_URL
export REACT_APP_BLOCKEXPLORER_URL="http://localhost:$LIQUID_ESPLORA_PORT"
Expand Down

0 comments on commit f208847

Please sign in to comment.