Skip to content

Commit

Permalink
⬆️ Upgrade program id
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Nov 6, 2023
1 parent c820664 commit 765c074
Show file tree
Hide file tree
Showing 11 changed files with 2,746 additions and 2,602 deletions.
10 changes: 5 additions & 5 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ seeds = false
skip-lint = false

[programs.localnet]
soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"
tens = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
soar = "SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk"
tens = "Tensgwm3DY3UJ8nhF7xnD2Wo65VcnLTXjjoyEvs6Zyk"

[programs.devnet]
soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"
tens = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
soar = "SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk"
tens = "Tensgwm3DY3UJ8nhF7xnD2Wo65VcnLTXjjoyEvs6Zyk"

[programs.mainnet]
soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"
soar = "SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk"

[registry]
url = "https://api.apr.dev"
Expand Down
170 changes: 13 additions & 157 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/soar-sdk",
"version": "0.1.19",
"version": "0.1.20",
"description": "Sdk bindings for the SOAR smart contract.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion client/sdk/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PublicKey } from "@solana/web3.js";

export const PROGRAM_ADDRESS = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU";
export const PROGRAM_ADDRESS = "SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk";
export const PROGRAM_ID = new PublicKey(PROGRAM_ADDRESS);

export const TOKEN_METADATA_PROGRAM_ID = new PublicKey(
Expand Down
Loading

0 comments on commit 765c074

Please sign in to comment.