Skip to content

Commit e222e3d

Browse files
authored
Merge branch 'yash/ocr-contracts-integration' into 06-16-_tool-4689_dashboard_integrate_erc20asset_contract_in_token_creation_flow
2 parents e946458 + e1f1530 commit e222e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/thirdweb/src/assets/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export const DEFAULT_SALT = "0x";
88

99
export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1010
8453: {
11-
AssetEntrypointERC20: "0x412c90c39CbBD6A2fFDbe9bF9Aa6Ad87717f487a",
11+
AssetEntrypointERC20: "0x366933D1D583E19845CCEAc9fB104eF96710D575",
1212
},
1313
84532: {
14-
AssetEntrypointERC20: "0xF4d4dE479533Ee95B2b1EC10B682D4BC363E6A97",
14+
AssetEntrypointERC20: "0x4936a2aCa1840245845fC1536B827A02ea81dD0f",
1515
},
1616
};
1717

0 commit comments

Comments
 (0)