Skip to content

Commit

Permalink
Merge pull request #66 from multiversx/launchpad-with-guaranteed-tick…
Browse files Browse the repository at this point in the history
…ets-and-vesting

Guaranteed tickets launchpad SC
  • Loading branch information
sasurobert authored Jan 23, 2024
2 parents f3cc56e + 7296d32 commit 3bc3545
Show file tree
Hide file tree
Showing 22 changed files with 4,008 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].0
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5
with:
rust-toolchain: nightly-2023-04-24
rust-toolchain: nightly-2023-05-27
vmtools-version: v1.4.60
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5
with:
image_tag: v5.1.0
image_tag: v5.5.0
attach_to_existing_release: true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!**/wasm*/Cargo.lock

# These are backup files generated by rustfmt
Expand Down
Loading

0 comments on commit 3bc3545

Please sign in to comment.