Skip to content

Commit 7ed611f

Browse files
committed
nit
1 parent eb66a68 commit 7ed611f

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/content/cre/guides/workflow/using-http-client/verifying-reports-offchain-go.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Use an empty HTTP trigger for sim. Set `SkipSignatureVerification: true` in stag
104104
}
105105
```
106106

107+
`main.go`:
108+
107109
```go
108110
//go:build wasip1
109111

src/content/cre/guides/workflow/using-http-client/verifying-reports-offchain-ts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ Use an **empty HTTP trigger config** for sim (add `authorizedKeys` before deploy
111111
}
112112
```
113113

114+
`main.ts`:
115+
114116
```typescript
115117
import {
116118
decodeJson,

src/content/cre/llms-full-go.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16056,6 +16056,8 @@ Use an empty HTTP trigger for sim. Set `SkipSignatureVerification: true` in stag
1605616056
}
1605716057
```
1605816058

16059+
`main.go`:
16060+
1605916061
```go
1606016062
//go:build wasip1
1606116063

src/content/cre/llms-full-ts.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15798,6 +15798,8 @@ Use an **empty HTTP trigger config** for sim (add `authorizedKeys` before deploy
1579815798
}
1579915799
```
1580015800

15801+
`main.ts`:
15802+
1580115803
```typescript
1580215804
import {
1580315805
decodeJson,

0 commit comments

Comments
 (0)