Skip to content

Commit 0a8762c

Browse files
committed
feat: predictAddress token function
1 parent e0ab3d5 commit 0a8762c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/hot-showers-throw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Adds predictAddress token extension function

packages/thirdweb/src/exports/tokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export {
88
} from "../tokens/constants.js";
99
export { createToken } from "../tokens/create-token.js";
1010
export { distributeToken } from "../tokens/distribute-token.js";
11+
export { predictAddress } from "../extensions/tokens/__generated__/ERC20Entrypoint/read/predictAddress.js";
1112
export {
1213
getDeployedContractFactory,
1314
getDeployedEntrypointERC20,

0 commit comments

Comments
 (0)