Skip to content

Commit 873e46d

Browse files
committed
base mainnet entrypoint
1 parent f44e15c commit 873e46d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/thirdweb/src/assets/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1414
V3PositionManager: "",
1515
V4PositionManager: "",
1616
},
17+
8453: {
18+
AssetEntrypointERC20: "0xad8978A9E8E39c5Ba81cAcE02358e4D90A7dBDcC",
19+
ERC20AssetImpl: "",
20+
V3PositionManager: "",
21+
V4PositionManager: "",
22+
},
1723
};
1824

1925
export enum ImplementationType {

0 commit comments

Comments
 (0)