-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add base asset deploy script (#322)
Closes #321
- Loading branch information
Showing
10 changed files
with
954 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
Oops, something went wrong.