Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Oct 15, 2024
1 parent 687c1c6 commit 9b8814d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/sol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import type { FireblocksIntegration } from "../src/fireblocks.ts";

const apiSecret = fs.readFileSync(`${__dirname}/fireblocks_secret.key`, 'utf8');

console.log(process.env.KILN_API_URL);

const k = new Kiln({
baseUrl: process.env.KILN_API_URL as string,
apiToken: process.env.KILN_API_KEY as string,
Expand Down

0 comments on commit 9b8814d

Please sign in to comment.