Skip to content

Commit

Permalink
chore(protocol): update addresses for on chain RA script (#16768)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Apr 19, 2024
1 parent 530457b commit 0ee78b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/protocol/script/config_dcap_sgx_verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# export LOG_LEVEL=DEBUG
# export REPORT_GAS=true
# replace with the address of the verifier/attester/pemCertChain.
export SGX_VERIFIER_ADDRESS=0x558E38a3286916934Cb63ced04558A52F7Ce67a9
export ATTESTATION_ADDRESS=0x9a3A019b2820ae3D396120fb9b2782D37be4799c
export PEM_CERTCHAIN_ADDRESS=0x2Ec730f0830803A022262e46375E33023faD65e5
export SGX_VERIFIER_ADDRESS=0x532EFBf6D62720D0B2a2Bb9d11066E8588cAE6D9
export ATTESTATION_ADDRESS=0xC6cD3878Fc56F2b2BaB0769C580fc230A95e1398
export PEM_CERTCHAIN_ADDRESS=0x08d7865e7F534d743Aba5874A9AD04bcB223a92E
# for setMrEnclave which should be called by the owner of the verifier
export MR_ENCLAVE=0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
# for setMrSigner which should be called by the owner of the verifier
Expand All @@ -21,7 +21,7 @@ export V3_QUOTE_BYTES=03000200000000000a000f00939a7233f79c4ca9940a0db3957f060712
# export TASK_ENABLE="1,1,1,1,0" # owner config
export TASK_ENABLE="0,0,0,0,1" # public register
forge script script/SetDcapParams.s.sol:SetDcapParams \
--fork-url https://l1rpc.internal.taiko.xyz \
--fork-url https://any-holesky-rpc-url/ \
--broadcast \
--ffi \
-vvvv \
Expand Down

0 comments on commit 0ee78b9

Please sign in to comment.