@zoralabs/protocol-deployments 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +47 -46
- package/.turbo/turbo-lint.log +7 -0
- package/CHANGELOG.md +6 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/wagmi.d.ts +12 -12
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/generated/wagmi.ts +10 -10
- package/LICENSE +0 -21
package/dist/index.js
CHANGED
|
@@ -70,8 +70,8 @@ var buySupplyWithSwapRouterHookABI = [
|
|
|
70
70
|
}
|
|
71
71
|
];
|
|
72
72
|
var buySupplyWithSwapRouterHookAddress = {
|
|
73
|
-
8453: "
|
|
74
|
-
84532: "
|
|
73
|
+
8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed",
|
|
74
|
+
84532: "0x1463f270201b846a8B243243D4B982CB0720fA86"
|
|
75
75
|
};
|
|
76
76
|
var buySupplyWithSwapRouterHookConfig = {
|
|
77
77
|
address: buySupplyWithSwapRouterHookAddress,
|
|
@@ -1250,7 +1250,7 @@ var coinABI = [
|
|
|
1250
1250
|
{
|
|
1251
1251
|
type: "function",
|
|
1252
1252
|
inputs: [],
|
|
1253
|
-
name: "
|
|
1253
|
+
name: "doppler",
|
|
1254
1254
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1255
1255
|
stateMutability: "view"
|
|
1256
1256
|
},
|
|
@@ -2717,7 +2717,7 @@ var coinV4ABI = [
|
|
|
2717
2717
|
{
|
|
2718
2718
|
type: "function",
|
|
2719
2719
|
inputs: [],
|
|
2720
|
-
name: "
|
|
2720
|
+
name: "doppler",
|
|
2721
2721
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2722
2722
|
stateMutability: "view"
|
|
2723
2723
|
},
|