Skip to content

Commit

Permalink
feat: add base asset deploy script (#322)
Browse files Browse the repository at this point in the history
Closes #321
  • Loading branch information
DefiCake authored Oct 14, 2024
1 parent 5ddd191 commit ff61b01
Show file tree
Hide file tree
Showing 10 changed files with 954 additions and 157 deletions.
6 changes: 6 additions & 0 deletions .changeset/chatty-panthers-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@fuel-bridge/message-predicates': patch
'@fuel-bridge/solidity-contracts': patch
---

Added base asset deploy script and documentation
5 changes: 3 additions & 2 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'Rust & Forc Setup'

inputs:
rust-version:
default: 1.80.1
default: 1.81.0
forc-components:
default: '[email protected].1, [email protected]'
default: '[email protected].4, [email protected]'

runs:
using: 'composite'
Expand All @@ -14,6 +14,7 @@ runs:
with:
toolchain: ${{ inputs.rust-version }}
components: clippy, rustfmt
targets: wasm32-unknown-unknown

- name: Init cache
uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit ff61b01

Please sign in to comment.