Skip to content

Commit 32d9060

Browse files
committed
solana: Move TOKEN_PROGRAM const next to other consts
1 parent 4c16c75 commit 32d9060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solana/tests/anchor.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { SolanaNtt } from "../ts/sdk/index.js";
3232
const solanaRootDir = `${__dirname}/../`;
3333

3434
const VERSION: IdlVersion = "3.0.0";
35+
const TOKEN_PROGRAM = spl.TOKEN_2022_PROGRAM_ID;
3536
const GUARDIAN_KEY =
3637
"cfb12303a19cde580bb4dd771639b0d26bc68353645571a8cff516ab2ee113a0";
3738
const CORE_BRIDGE_ADDRESS = contracts.coreBridge("Mainnet", "Solana");
@@ -123,8 +124,6 @@ const nttTransceivers = {
123124
),
124125
};
125126

126-
const TOKEN_PROGRAM = spl.TOKEN_2022_PROGRAM_ID;
127-
128127
describe("example-native-token-transfers", () => {
129128
let ntt: SolanaNtt<"Devnet", "Solana">;
130129
let signer: Signer;

0 commit comments

Comments
 (0)