Skip to content

Commit facc255

Browse files
committed
enh(lib/index.ts): export getFIATBalance,formatEther helper functions
1 parent b1abd49 commit facc255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { default as useMetamask } from "./useMetamask"
2-
2+
export { default as useTokenPrice } from "./useTokenPrice"
33
export {
44
addEtherNetwork,
55
addEtherToken,
@@ -10,4 +10,6 @@ export {
1010
sendEther,
1111
parse,
1212
connectToMetamask,
13+
getFIATBalance,
14+
formatEther,
1315
} from "./utils"

0 commit comments

Comments
 (0)