Skip to content

Commit 62a16c0

Browse files
Merge remote-tracking branch 'fetch/main' into chore/u-agent-almanac
* fetch/main: docs: readme tweak (#222) fix: package.json remove duplicate script (#221) chore: set concrete cosmpy version (#219) feat: add contract to execute msg (#210) fix: rename filter query (#214)
2 parents 39b9f1b + 12b824f commit 62a16c0

21 files changed

+814
-769
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
cosmpy = "<=0.6.0"
7+
cosmpy = "==0.6.2"
88
protobuf = "==3.20.*"
99
bip-utils = "*"
1010
gql = {extras = ["all"], version = "*"}

Pipfile.lock

+338-297
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yarn codegen
3434
yarn build
3535

3636
# build submodule
37-
(cd ./subql && yarn install && yarn build)
37+
(cd ./subql && yarn build)
3838
```
3939

4040
### 5. Run locally

0 commit comments

Comments
 (0)