Skip to content

Commit

Permalink
⬆️ Update program Id
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Nov 6, 2023
1 parent ef48bf8 commit b53fa20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Solana.Unity.Soar is the Unity SDK for integrating with the [Soar](https://githu

Refer to the [documentation](https://docs.magicblock.gg/Open-source%20programs/SOAR) for more information on how to use the SDK.

Most of the code of Solana.Unity.Soar was auto-generated using the Solana.Unity [Anchor tool](https://github.com/magicblock-labs/Solana.Unity.Anchor) from the Soar [IDL](https://solscan.io/account/SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU#anchorProgramIDL).
Most of the code of Solana.Unity.Soar was auto-generated using the Solana.Unity [Anchor tool](https://github.com/magicblock-labs/Solana.Unity.Anchor) from the Soar [IDL](https://solscan.io/account/SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk#anchorProgramIDL).

## Features

Expand Down
2 changes: 1 addition & 1 deletion Solana.Unity.Soar/Soar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ public static PublicKey PlayerScoresPda(PublicKey playerAccount, PublicKey leade
public static class SoarProgram
{
// Define a constant for the program id
public static readonly PublicKey ProgramIdKey = new("SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU");
public static readonly PublicKey ProgramIdKey = new("SoarNNzwQHMwcfdkdLc6kvbkoMSxcHy89gTHrjhJYkk");

public static Solana.Unity.Rpc.Models.TransactionInstruction InitializeGame(InitializeGameAccounts accounts, GameAttributes gameMeta, PublicKey[] gameAuth, PublicKey programId)
{
Expand Down

0 comments on commit b53fa20

Please sign in to comment.