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.
1 parent b716941 commit 0d71393Copy full SHA for 0d71393
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: "0x7FF679bFb89ee0F88645CAb8Ab0844ea485a3434",
+ 84532: {
+ AssetEntrypointERC20: "0x79C1236cFe59f1f088A15Da08b0D8667387d9703",
19
20
21
0 commit comments