We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991051d + 0d71393 commit 2702e39Copy full SHA for 2702e39
packages/thirdweb/src/assets/constants.ts
@@ -8,14 +8,14 @@ export const DEFAULT_FEE_BPS = 50n;
8
export const DEFAULT_SALT = "thirdweb";
9
10
export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
11
- 84532: {
12
- AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
+ 8453: {
+ AssetEntrypointERC20: "0x7FF679bFb89ee0F88645CAb8Ab0844ea485a3434",
13
ERC20AssetImpl: "",
14
V3PositionManager: "",
15
V4PositionManager: "",
16
},
17
- 8453: {
18
- AssetEntrypointERC20: "0xad8978A9E8E39c5Ba81cAcE02358e4D90A7dBDcC",
+ 84532: {
+ AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
19
20
21
0 commit comments