https://gitlab.com/tezos/tezos
Raw File
Tip revision: acb849f28aaee57215a64d0573931977d01c5e39 authored by Jun Furuse on 29 September 2023, 13:40:34 UTC
gas parameter update
Tip revision: acb849f
chain_id_store.tz
parameter unit;
storage (option chain_id);
code { DROP; CHAIN_ID; SOME; NIL operation; PAIR }
back to top