add generate deploy script default values to id reasonligo example

This commit is contained in:
Edmond Lee 2020-06-02 12:53:03 -07:00
parent 7fbac4dc1b
commit c82e3ffa6a

View File

@ -60,6 +60,20 @@
skip_price:333mutez skip_price:333mutez
} }
) )
generateDeployScript:
tool: tezos-client
entrypoint: main
storage: |
{
identities:Big_map.literal([
(1,
{owner:("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address), controller:("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx": address), profile:0x0501000000026869}
)
]),
next_id:2,
name_price:10tez,
skip_price:333mutez
}
*_*) */ *_*) */
type id = int type id = int