@sonarwatch/portfolio-plugins 0.12.122 → 0.12.123
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/plugins/kamino/constants.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.12.123](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.122...plugins-0.12.123) (2024-08-07)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.12.122](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.121...plugins-0.12.122) (2024-08-07)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -87,7 +87,7 @@ exports.lendingConfigs = new Map([
|
|
87
87
|
exports.marketsKey = `markets`;
|
88
88
|
exports.reservesKey = `reserves`;
|
89
89
|
exports.airdropStaticsS2 = {
|
90
|
-
claimStart:
|
90
|
+
claimStart: 1724340000000,
|
91
91
|
claimEnd: undefined,
|
92
92
|
id: 'kamino-s2',
|
93
93
|
emitterName: 'Kamino',
|