Skip to content

Commit badbe00

Browse files
committed
Lint fixes
1 parent d3485f8 commit badbe00

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

solana/gateway-ts/scripts/autoExpire.ts

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import {
2-
clusterApiUrl,
3-
Connection,
4-
Keypair,
5-
PublicKey,
6-
Transaction,
7-
} from "@solana/web3.js";
8-
import {expireToken, getGatewayToken, makeTransaction} from "../src";
1+
import { clusterApiUrl, Connection, Keypair, PublicKey } from "@solana/web3.js";
2+
import { expireToken, getGatewayToken, makeTransaction } from "../src";
93
import * as os from "os";
104

115
const gatewayToken = new PublicKey(process.argv[2]);

solana/gateway-ts/test/integration/onGatewayToken.test.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import chai from "chai";
22
import chaiSubset from "chai-subset";
3-
import {
4-
Connection,
5-
Keypair,
6-
LAMPORTS_PER_SOL,
7-
Transaction,
8-
} from "@solana/web3.js";
3+
import { Connection, Keypair, LAMPORTS_PER_SOL } from "@solana/web3.js";
94
import {
105
addGatekeeper,
116
GatewayToken,

0 commit comments

Comments
 (0)