Skip to content

Commit 991051d

Browse files
authored
Merge branch 'yash/ocr-contracts-integration' into 06-16-_tool-4689_dashboard_integrate_erc20asset_contract_in_token_creation_flow
2 parents 8702a49 + 873e46d commit 991051d

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)