Skip to content

Commit

Permalink
[8.2.0] Main-net deployment (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent authored Sep 27, 2023
1 parent 660a5e7 commit 368973b
Show file tree
Hide file tree
Showing 103 changed files with 2,316 additions and 2,285 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
# - RUSTSEC-2020-0071 -> No fixes available, ignored by solana-labs: https://github.com/solana-labs/solana/blob/master/ci/do-audit.sh
# - RUSTSEC-2022-0093 -> No fixes available, ignored by solana-labs: https://github.com/solana-labs/solana/blob/master/ci/do-audit.sh
# - RUSTSEC-2023-0001 -> No fixes available, ignored by solana-labs: https://github.com/solana-labs/solana/blob/master/ci/do-audit.sh
# - RUSTSEC-2023-0052 -> Fixed in master solana-lab on 29/08/2023, not deployed yet: https://github.com/solana-labs/solana/issues/32933
# - RUSTSEC-2023-0063 -> Fixed by upgrading to v1.16 solana, ignored by solana-labs before v1.16: https://github.com/solana-labs/solana/pull/33355
run: >
cargo audit -c always
--ignore RUSTSEC-2020-0071
--ignore RUSTSEC-2022-0093
--ignore RUSTSEC-2023-0001
--ignore RUSTSEC-2023-0052
--ignore RUSTSEC-2023-0063
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wallet = "~/.config/solana/id.json"
uxd = "UXD8m9cvwk4RcSxnX2HZ9VudQCEeDH6fRnB4CAP57Dr"

[programs.devnet]
uxd = "EqMrasrCXsbE6mpXaopUH1qip7auwX4AF5UWWpXaLr6u"
uxd = "CW5VzSk7WC4NPyuNt19VFev9FUHhyk5xxHTj2DUWBexu"

[registry]
url = "https://anchor.projectserum.com"
Expand Down
Loading

0 comments on commit 368973b

Please sign in to comment.