Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Switch @safe-global/sdk-starter-kit dependecy to published version #15

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn

# START: Temporary steps to install sdk-starter-kit
# This is only temporary until the `sdk-starter-kit` is public
# TODO: Remove these steps when the `sdk-starter-kit` is published to npm
- name: Checkout safe-core-sdk
uses: actions/checkout@v4
with:
repository: safe-global/safe-core-sdk
ref: e4126a12d7e9a1d6743afaaa2d1db16ff4c43a29
path: './safe-core-sdk'

- name: Yarn install safe-core-sdk
run: yarn --cwd ./safe-core-sdk install

- name: Build safe-core-sdk
run: yarn --cwd ./safe-core-sdk build
# END: Temporary steps to install sdk-starter-kit

- name: Yarn install
run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@safe-global/sdk-starter-kit": "file:./safe-core-sdk/packages/sdk-starter-kit",
"@safe-global/sdk-starter-kit": "^1.0.1",
"viem": "^2.18.6",
"wagmi": "^2.12.2"
},
Expand Down
Loading