Skip to content
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
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
with:
submodules: recursive

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24

- name: Install npm dependencies
run: |
npm ci

- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand All @@ -52,4 +61,4 @@ jobs:
- name: Test
run: |
forge test -vvv
id: test
id: test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiler files
cache/
out/
node_modules/

# Ignores development broadcast logs
!/broadcast
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ffi = true

### Third-party integrations

The following blockchains are integrated via third party APIs and not the official safe.global tx service:
The following blockchains are integrated via third-party APIs and not the official `safe.global` tx service:

| Blockchain | Provider |
| --- | --- |
Expand Down
Loading
Loading