Skip to content

Commit

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

fix(Package): expose SupportedChains
  • Loading branch information
lemoustachiste authored Nov 21, 2022
2 parents 5635334 + 4f65650 commit 8879f16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import lookForTx from './lookForTx';
import request from './services/request';
import { BLOCKCHAINS, isTestChain } from './constants/blockchains';
import { SupportedChains } from './constants/supported-chains';

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

0 comments on commit 8879f16

Please sign in to comment.