diff --git a/src/test/examples/cameligo/id.mligo b/src/test/examples/cameligo/id.mligo index 9f9fabac9..e329e0c74 100644 --- a/src/test/examples/cameligo/id.mligo +++ b/src/test/examples/cameligo/id.mligo @@ -62,6 +62,22 @@ name_price=0tez; skip_price=333mutez } + generateDeployScript: + tool: tezos-client + entrypoint: main + storage: | + { + identities=Big_map.literal[ + (1, + {owner=("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address); + controller=("tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN" : address); + profile=0x0501000000026869} + ); + ]; + next_id=2; + name_price=10tez; + skip_price=333mutez + } *_*) type id = int