add generate deploy script default values to id cameligo example
This commit is contained in:
parent
c82e3ffa6a
commit
d18837a6a6
@ -62,6 +62,22 @@
|
|||||||
name_price=0tez;
|
name_price=0tez;
|
||||||
skip_price=333mutez
|
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
|
type id = int
|
||||||
|
Loading…
Reference in New Issue
Block a user