@superfluid-finance/sdk-core 0.8.1-dev.2898aaa.0 → 0.8.1-dev.345d564.0
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/dist/index.umd.js +1 -0
- package/package.json +3 -3
package/dist/index.umd.js
CHANGED
|
@@ -72770,6 +72770,7 @@ module.exports =
|
|
|
72770
72770
|
"batchLiquidator": "0x6b008BAc0e5846cB5d9Ca02ca0e801fCbF88B6f9",
|
|
72771
72771
|
"flowScheduler": "0xC72CEd15204d02183c83fEbb918b183E400811Ee",
|
|
72772
72772
|
"vestingScheduler": "0xDF92D0E6Bcb9385FDe99aD21Ff5e47Fb47E3c6b2",
|
|
72773
|
+
"vestingSchedulerV2": "0x7b77A34b8B76B66E97a5Ae01aD052205d5cbe257",
|
|
72773
72774
|
"autowrap": {
|
|
72774
72775
|
"manager": "0x5D0acD0864Ad07ba4E1E0474AE69Da87482e14A9",
|
|
72775
72776
|
"wrapStrategy": "0xB29005319B0caB24cF6D4d24e8420E54BB29Cb0d"
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-core",
|
|
3
3
|
"description": "SDK Core for building with Superfluid Protocol",
|
|
4
|
-
"version": "0.8.1-dev.
|
|
4
|
+
"version": "0.8.1-dev.345d564.0",
|
|
5
5
|
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@superfluid-finance/ethereum-contracts": "^1.11.1-dev.
|
|
8
|
-
"@superfluid-finance/metadata": "^1.5.
|
|
7
|
+
"@superfluid-finance/ethereum-contracts": "^1.11.1-dev.345d564.0",
|
|
8
|
+
"@superfluid-finance/metadata": "^1.5.2-dev.345d564.0",
|
|
9
9
|
"browserify": "17.0.0",
|
|
10
10
|
"graphql-request": "6.1.0",
|
|
11
11
|
"lodash": "4.17.21",
|