Skip to content

Commit 2702e39

Browse files
authored
Merge branch 'yash/ocr-contracts-integration' into 06-16-_tool-4689_dashboard_integrate_erc20asset_contract_in_token_creation_flow
2 parents 991051d + 0d71393 commit 2702e39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/thirdweb/src/assets/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ export const DEFAULT_FEE_BPS = 50n;
88
export const DEFAULT_SALT = "thirdweb";
99

1010
export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
11-
84532: {
12-
AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
11+
8453: {
12+
AssetEntrypointERC20: "0x7FF679bFb89ee0F88645CAb8Ab0844ea485a3434",
1313
ERC20AssetImpl: "",
1414
V3PositionManager: "",
1515
V4PositionManager: "",
1616
},
17-
8453: {
18-
AssetEntrypointERC20: "0xad8978A9E8E39c5Ba81cAcE02358e4D90A7dBDcC",
17+
84532: {
18+
AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
1919
ERC20AssetImpl: "",
2020
V3PositionManager: "",
2121
V4PositionManager: "",

0 commit comments

Comments
 (0)