We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039bdf4 commit 75dadaeCopy full SHA for 75dadae
.github/workflows/pyth-sdk-cw.yml
@@ -1,4 +1,4 @@
1
-name: Terra SDK
+name: CW SDK
2
3
on:
4
push:
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
defaults:
30
run:
31
- working-directory: ./pyth-sdk-terra
+ working-directory: ./pyth-sdk-cw
32
steps:
33
- name: Checkout sources
34
uses: actions/checkout@v2
.github/workflows/pyth-sdk-example-cw-contract.yml
-name: Pyth SDK Example Terra Contract
+name: Pyth SDK Example CW Contract
0 commit comments