ilyar
ilyar

Reputation: 1401

What format config.tvc or how to get it?

tvm_linker test --help | grep config
        --config <CONFIG> Imports config parameters from a config contract TVC

What format or how to get it?

I tried like this:

tvmos -c em.json config --is_json true \
 --url mainnet.evercloud.dev \
 --access_key <access_key> \
 --project_id <project_id>
tvmos -c em.json dump config config.tvc

but when using config.tvc I get an error: exit code 68There is no config parameter 20 or 21

Expecting: exit code 0

Upvotes: 1

Views: 32

Answers (1)

ilyar
ilyar

Reputation: 1401

tvmos -c em.json account \
-1:5555555555555555555555555555555555555555555555555555555555555555 \
--dumptvc config.tvc

Upvotes: 1

Related Questions