Skip to content

Commit

Permalink
Merge pull request #279 from blockchain-certificates/feat/support-bli…
Browse files Browse the repository at this point in the history
…nk-definition

fix(Constants): export constant at package level
  • Loading branch information
lemoustachiste authored Nov 18, 2022
2 parents a6b8c69 + 5fde1fe commit 5635334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import lookForTx from './lookForTx';
import request from './services/request';
import { BLOCKCHAINS, isTestChain } from './constants/blockchains';

export {
lookForTx,
request
request,
BLOCKCHAINS,
isTestChain
};

0 comments on commit 5635334

Please sign in to comment.