Skip to content

Commit

Permalink
Added a build step to build all contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Oct 24, 2023
1 parent bdedb9c commit 4a4c782
Show file tree
Hide file tree
Showing 15 changed files with 11,405 additions and 2 deletions.
6 changes: 4 additions & 2 deletions batcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ clean-ghostnet:
clean:
$(call clean_mainnet_files)
$(call clean_ghostnet_files)
build-mainnet:
build-batcher-mainnet:
$(call compile_contract,batcher.mligo, $(MICHELSON_DIRECTORY)/batcher-mainnet.tz)
$(call compile_storage,$(STORAGE_DIRECTORY)/batcher_storage_mainnet.mligo, $(MICHELSON_DIRECTORY)/batcher-storage-mainnet.tz)
build-ghostnet:
build-batcher-ghostnet:
$(call compile_contract,batcher.mligo, $(MICHELSON_DIRECTORY)/batcher-ghostnet.tz)
$(call compile_storage,$(STORAGE_DIRECTORY)/batcher_storage_ghostnet.mligo, $(MICHELSON_DIRECTORY)/batcher-storage-ghostnet.tz)
build-mm-mainnet:
Expand Down Expand Up @@ -109,6 +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
test-mm:
$(call test_ligo,$(TEST_DIRECTORY)/test-market-maker.mligo)
test-tm:
Expand Down
4,391 changes: 4,391 additions & 0 deletions batcher/michelson/batcher-ghostnet.tz

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions batcher/michelson/batcher-storage-ghostnet.tz
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(Pair (Pair (Pair (Pair "tz1ca4batAsNxMYab3mUK5H4QRjY8drV4ViL" {} {}) 600 10000)
(Pair "tz1burnburnburnburnburnburnburjAYjjX" 0)
10
"KT1XKvKiTTj8N6WKv3MhnZhFjZopFGQGBTdT")
(Pair {} {})
"KT1SG9z3pU1cNh8dSranm5C5HXWphWi2pLwx"
{})

Loading

0 comments on commit 4a4c782

Please sign in to comment.