Skip to content

Commit

Permalink
Merge pull request #1647 from AntelopeIO/bls_primitives_bios_boot_tut
Browse files Browse the repository at this point in the history
add `BLS_PRIMITIVES` to bios boot tutorial script
  • Loading branch information
spoonincode authored Sep 18, 2023
2 parents 5958385 + de8d1cc commit 0fa4f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/bios-boot-tutorial/bios-boot-tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ def stepSetSystemContract():
retry(args.cleos + 'push action eosio activate \'["35c2186cc36f7bb4aeaf4487b36e57039ccf45a9136aa856a5d569ecca55ef2b"]\' -p eosio@active')
# CRYPTO_PRIMITIVES
retry(args.cleos + 'push action eosio activate \'["6bcb40a24e49c26d0a60513b6aeb8551d264e4717f306b81a37a5afb3b47cedc"]\' -p eosio@active')
# BLS_PRIMITIVES
retry(args.cleos + 'push action eosio activate \'["98c4175db53ed27e7911a1b5adf0e7db0fc96c2cae172cf594dfa9a742ca9e88"]\' -p eosio@active')
sleep(1)

# install eosio.system latest version
Expand Down

0 comments on commit 0fa4f7e

Please sign in to comment.