Update hardcoded trusted hashes
This commit is contained in:
parent
f640e4f502
commit
917b139d3d
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ loader.env.MYAPP_DATA = { passthrough = true }
|
||||||
loader.argv = ["quartz-enclave",
|
loader.argv = ["quartz-enclave",
|
||||||
"--chain-id", "testing",
|
"--chain-id", "testing",
|
||||||
"--trusted-height", "1",
|
"--trusted-height", "1",
|
||||||
"--trusted-hash", "A1D115BA3A5E9FCC12ED68A9D8669159E9085F6F96EC26619F5C7CEB4EE02869"]
|
"--trusted-hash", "2EF0E6F9BDDF5DEAA6FCD6492C3DB26D7C62BFFC01B538A958D04376E0B67185"]
|
||||||
|
|
||||||
fs.mounts = [
|
fs.mounts = [
|
||||||
{ uri = "file:{{ gramine.runtimedir() }}", path = "/lib" },
|
{ uri = "file:{{ gramine.runtimedir() }}", path = "/lib" },
|
||||||
|
|
|
@ -6,12 +6,12 @@ block height and trusted height/hash.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run -- --chain-id osmosis-1 \
|
cargo run -- --chain-id testing \
|
||||||
--primary "http://127.0.0.1:26657" \
|
--primary "http://127.0.0.1:26657" \
|
||||||
--witnesses "http://127.0.0.1:26657" \
|
--witnesses "http://127.0.0.1:26657" \
|
||||||
--trusted-height 1 \
|
--trusted-height 1 \
|
||||||
--trusted-hash "798E237C6FDF39EDA8BA7AB8E8F5DC71F24BC7138BE31882338022F8F88086EE" \
|
--trusted-hash "2EF0E6F9BDDF5DEAA6FCD6492C3DB26D7C62BFFC01B538A958D04376E0B67185" \
|
||||||
--contract-address "wasm14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s0phg4d" \
|
--contract-address "wasm14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s0phg4d" \
|
||||||
--storage-key "requests" \
|
--storage-key "quartz_session" \
|
||||||
--trace-file light-client-proof.json
|
--trace-file light-client-proof.json
|
||||||
```
|
```
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue