@superfluid-finance/sdk-core 0.6.1-dev.d4f39a2.0 → 0.6.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,11 @@ All notable changes to the SDK-core will be documented in this file.
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [0.6.1] - 2022-12-20
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- Subgraph endpoints all use hosted service endpoints by default
|
|
10
|
+
|
|
6
11
|
## [0.6.0] - 2022-12-19
|
|
7
12
|
|
|
8
13
|
### Added
|
|
@@ -261,8 +266,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
261
266
|
- New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
|
|
262
267
|
- New `BatchCall` class for creating and executing batch calls with supported `Operation's`
|
|
263
268
|
|
|
264
|
-
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.
|
|
265
|
-
[0.
|
|
269
|
+
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...HEAD
|
|
270
|
+
[0.6.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.0...sdk-core%40v0.6.1
|
|
271
|
+
[0.6.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.9...sdk-core%40v0.6.0
|
|
266
272
|
[0.5.9]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.8...sdk-core%40v0.5.9
|
|
267
273
|
[0.5.8]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.7...sdk-core%40v0.5.8
|
|
268
274
|
[0.5.7]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.6...sdk-core%40v0.5.7
|
package/dist/index.umd.js
CHANGED
|
@@ -22308,7 +22308,7 @@ module.exports =
|
|
|
22308
22308
|
"explorer": "https://goerli.arbiscan.io",
|
|
22309
22309
|
"subgraphV1": {
|
|
22310
22310
|
"name": "protocol-v1-arbitrum-goerli",
|
|
22311
|
-
"hostedEndpoint": "https://
|
|
22311
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-goerli"
|
|
22312
22312
|
}
|
|
22313
22313
|
},
|
|
22314
22314
|
{
|
|
@@ -22362,7 +22362,7 @@ module.exports =
|
|
|
22362
22362
|
"explorer": "https://gnosisscan.io",
|
|
22363
22363
|
"subgraphV1": {
|
|
22364
22364
|
"name": "protocol-v1-xdai",
|
|
22365
|
-
"hostedEndpoint": "https://
|
|
22365
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai"
|
|
22366
22366
|
}
|
|
22367
22367
|
},
|
|
22368
22368
|
{
|
|
@@ -22518,18 +22518,19 @@ module.exports =
|
|
|
22518
22518
|
"host": "0x4E583d9390082B65Bef884b629DFA426114CED6d",
|
|
22519
22519
|
"governance": "0xe2E14e2C4518cB06c32Cd0818B4C01f53E1Ba653",
|
|
22520
22520
|
"cfaV1": "0x2844c1BBdA121E9E43105630b9C8310e5c72744b",
|
|
22521
|
-
"cfaV1Forwarder": "",
|
|
22521
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
22522
22522
|
"idaV1": "0xbCF9cfA8Da20B591790dF27DE65C1254Bf91563d",
|
|
22523
22523
|
"superTokenFactory": "0x0422689cc4087b6B7280e0a7e7F655200ec86Ae1",
|
|
22524
22524
|
"superfluidLoader": "0x9775EEBdfF8AE845e7Ad3d1D04B85e6c6d284aCB",
|
|
22525
|
-
"toga": ""
|
|
22525
|
+
"toga": "0x8B5a2CF69a56d7F8Fa027edcA23594cdDF544dDc",
|
|
22526
|
+
"batchLiquidator": "0x24849C01F16DE01061D2eEA1678082d44D9a7F80"
|
|
22526
22527
|
},
|
|
22527
22528
|
"startBlockV1": 15870000,
|
|
22528
22529
|
"logsQueryRange": 10000,
|
|
22529
22530
|
"explorer": "https://etherscan.io",
|
|
22530
22531
|
"subgraphV1": {
|
|
22531
22532
|
"name": "protocol-v1-eth-mainnet",
|
|
22532
|
-
"hostedEndpoint": "https://
|
|
22533
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet"
|
|
22533
22534
|
}
|
|
22534
22535
|
}
|
|
22535
22536
|
]
|
|
@@ -112772,7 +112773,7 @@ exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) =>
|
|
|
112772
112773
|
|
|
112773
112774
|
},{"./defaultSubgraphReleaseTag.json":391,"@superfluid-finance/metadata":126}],391:[function(require,module,exports){
|
|
112774
112775
|
module.exports={
|
|
112775
|
-
"value": "
|
|
112776
|
+
"value": "v1"
|
|
112776
112777
|
}
|
|
112777
112778
|
},{}],392:[function(require,module,exports){
|
|
112778
112779
|
"use strict";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-core",
|
|
3
|
-
"version": "0.6.1
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "SDK Core for building with Superfluid Protocol",
|
|
5
5
|
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
|
|
6
6
|
"repository": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
|
59
|
-
"@superfluid-finance/ethereum-contracts": "
|
|
59
|
+
"@superfluid-finance/ethereum-contracts": "1.5.0",
|
|
60
60
|
"@superfluid-finance/metadata": "git+https://github.com/superfluid-finance/metadata.git",
|
|
61
61
|
"browserify": "^17.0.0",
|
|
62
62
|
"graphql-request": "^4.3.0",
|