Skip to content

Commit 6763ad7

Browse files
authored
Update MIGRATION.md
1 parent 00999ab commit 6763ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
3. since 1. use `@cosmwasm/ts-codegen`, you need to [add it as dev dependency](https://github.com/osmosis-labs/beaker/blob/v0.1.0/templates/project/ts/sdk/package.json#L23)
1010
4. make sure `ts/sdk/index.ts` exports contracts as the following
1111
```ts
12-
`export * as contracts from "./contracts";`
12+
export * as contracts from "./contracts";
1313
```

0 commit comments

Comments
 (0)