We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TOKEN_PROGRAM
1 parent 4c16c75 commit 32d9060Copy full SHA for 32d9060
solana/tests/anchor.test.ts
@@ -32,6 +32,7 @@ import { SolanaNtt } from "../ts/sdk/index.js";
32
const solanaRootDir = `${__dirname}/../`;
33
34
const VERSION: IdlVersion = "3.0.0";
35
+const TOKEN_PROGRAM = spl.TOKEN_2022_PROGRAM_ID;
36
const GUARDIAN_KEY =
37
"cfb12303a19cde580bb4dd771639b0d26bc68353645571a8cff516ab2ee113a0";
38
const CORE_BRIDGE_ADDRESS = contracts.coreBridge("Mainnet", "Solana");
@@ -123,8 +124,6 @@ const nttTransceivers = {
123
124
),
125
};
126
-const TOKEN_PROGRAM = spl.TOKEN_2022_PROGRAM_ID;
127
-
128
describe("example-native-token-transfers", () => {
129
let ntt: SolanaNtt<"Devnet", "Solana">;
130
let signer: Signer;
0 commit comments