Skip to content

Commit

Permalink
Fixed issue on makefile and tzbtc vault storage
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Oct 24, 2023
1 parent 4a4c782 commit 08834cc
Show file tree
Hide file tree
Showing 4 changed files with 1,149 additions and 3 deletions.
4 changes: 2 additions & 2 deletions batcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ build-EURL:
build-fa12-tzBTC:
$(call compile_contract,$(FA12_DIRECTORY)/main.mligo, $(MICHELSON_DIRECTORY)/tzBTC_fa12_token.tz)
$(call compile_storage,$(FA12_STORAGE_DIRECTORY)/tzBTC_storage.mligo, $(MICHELSON_DIRECTORY)/tzBTC_fa12_token_storage.tz)
build-all-ghostnet: build-tm-ghostnet build-btctz-vault-ghostnet build-eurl-vault-ghostnet build-usdt-vault-ghostnet build-btctz-vault-ghostnet build-usdtz-vault-ghostnet build-mm-ghostnet build-batcher-ghostnet
build-all-mainnet: build-tm-mainnet build-btctz-vault-mainnet build-eurl-vault-mainnet build-usdt-vault-mainnet build-btctz-vault-mainnet build-usdtz-vault-mainnet build-mm-mainnet build-batcher-mainnet
build-all-ghostnet: build-tm-ghostnet build-tzbtc-vault-ghostnet build-eurl-vault-ghostnet build-usdt-vault-ghostnet build-btctz-vault-ghostnet build-usdtz-vault-ghostnet build-mm-ghostnet build-batcher-ghostnet
build-all-mainnet: build-tm-mainnet build-tzbtc-vault-mainnet build-eurl-vault-mainnet build-usdt-vault-mainnet build-btctz-vault-mainnet build-usdtz-vault-mainnet build-mm-mainnet build-batcher-mainnet
test-mm:
$(call test_ligo,$(TEST_DIRECTORY)/test-market-maker.mligo)
test-tm:
Expand Down
Loading

0 comments on commit 08834cc

Please sign in to comment.