File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contracts/solver-registry/tests/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11export NEAR_ENV=testnet
22export SOLVER_REGISTRY_CONTRACT=solver-registry-dev.testnet
33export SOLVER_GOV_ACCOUNT=solver-gov.testnet
4- export WORKER_CODEHASH=
4+ export WORKER_CODEHASH=b08c929607a344db24191b59c388abdca2bc9721d8eab7fb740b19de03a7d690
55
66# approve worker codehash
77near call $SOLVER_REGISTRY_CONTRACT approve_codehash ' {"codehash":"' $WORKER_CODEHASH ' "}' --accountId $SOLVER_GOV_ACCOUNT
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
44 cvm_runner :
5- image : robortyan/intents-tee-amm-solver:latest@sha256:074e718d585f2f0a81efddf7a0fa82a674450474a6a2392706e839ba3c2fa4e2
5+ image : robortyan/intents-tee-amm-solver:latest@sha256:b08c929607a344db24191b59c388abdca2bc9721d8eab7fb740b19de03a7d690
66 platform : linux/amd64
77 ports :
88 - " 3000:3000"
You can’t perform that action at this time.
0 commit comments