add generate deploy script default values to id pascaligo example
This commit is contained in:
parent
08ee216f1b
commit
7fbac4dc1b
@ -60,6 +60,21 @@
|
||||
skip_price=333mutez;
|
||||
]
|
||||
)
|
||||
generateDeployScript:
|
||||
tool: tezos-client
|
||||
entrypoint: main
|
||||
storage: |
|
||||
record [
|
||||
identities=big_map[
|
||||
1->record
|
||||
[owner=("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address);
|
||||
controller=("tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN" : address);
|
||||
profile=0x0501000000026869]
|
||||
];
|
||||
next_id=2;
|
||||
name_price=0tez;
|
||||
skip_price=50mutez;
|
||||
]
|
||||
*_*)
|
||||
|
||||
type id is int
|
||||
|
Loading…
Reference in New Issue
Block a user