Skip to content

Commit

Permalink
fix(Package): expose SupportedChains
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Nov 21, 2022
1 parent 5fde1fe commit 4f65650
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 4f65650

Please sign in to comment.