@superfluid-finance/sdk-core 0.7.1-dev.6bfc367.0 → 0.7.2-dev.4c86d26.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/CHANGELOG.md +6 -0
- package/dist/index.umd.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
10
10
|
### Changed
|
|
11
11
|
### Fixed
|
|
12
12
|
|
|
13
|
+
## [0.7.1] - 2024-06-19
|
|
14
|
+
|
|
15
|
+
### Updated
|
|
16
|
+
|
|
17
|
+
- Metadata changes for recently added networks
|
|
18
|
+
|
|
13
19
|
## [0.7.0] - 2023-05-01
|
|
14
20
|
|
|
15
21
|
### Added
|
package/dist/index.umd.js
CHANGED
|
@@ -72163,7 +72163,7 @@ module.exports =
|
|
|
72163
72163
|
"uppercaseName": "BASE_SEPOLIA",
|
|
72164
72164
|
"humanReadableName": "Base Sepolia",
|
|
72165
72165
|
"nativeTokenSymbol": "ETH",
|
|
72166
|
-
"nativeTokenWrapper": "",
|
|
72166
|
+
"nativeTokenWrapper": "0x143ea239159155B408e71CDbE836e8CFD6766732",
|
|
72167
72167
|
"contractsV1": {
|
|
72168
72168
|
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
72169
72169
|
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2-dev.4c86d26.0",
|
|
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": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"url": "https://github.com/superfluid-finance/protocol-monorepo/issues"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@superfluid-finance/ethereum-contracts": "^1.9.2-dev.
|
|
61
|
-
"@superfluid-finance/metadata": "^1.2.
|
|
60
|
+
"@superfluid-finance/ethereum-contracts": "^1.9.2-dev.4c86d26.0",
|
|
61
|
+
"@superfluid-finance/metadata": "^1.2.7-dev.4c86d26.0",
|
|
62
62
|
"browserify": "^17.0.0",
|
|
63
63
|
"graphql-request": "^6.1.0",
|
|
64
64
|
"lodash": "^4.17.21",
|