Skip to content

Commit 0d71393

Browse files
committed
fix lint
1 parent b716941 commit 0d71393

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: "0x7FF679bFb89ee0F88645CAb8Ab0844ea485a3434",
17+
84532: {
18+
AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
1919
ERC20AssetImpl: "",
2020
V3PositionManager: "",
2121
V4PositionManager: "",

0 commit comments

Comments
 (0)