@superfluid-finance/sdk-core 0.5.6 → 0.5.7-dev.2a937a8.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.
Files changed (149) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/index.umd.js +20740 -19287
  3. package/dist/main/ConstantFlowAgreementV1.d.ts +1 -1
  4. package/dist/main/ConstantFlowAgreementV1.js +1 -1
  5. package/dist/main/Framework.d.ts +1 -2
  6. package/dist/main/Framework.d.ts.map +1 -1
  7. package/dist/main/Framework.js.map +1 -1
  8. package/dist/main/Governance.js +2 -2
  9. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -3
  10. package/dist/main/InstantDistributionAgreementV1.js +3 -3
  11. package/dist/main/Operation.d.ts +3 -3
  12. package/dist/main/Operation.js +3 -3
  13. package/dist/main/SFError.js +1 -1
  14. package/dist/main/SFError.js.map +1 -1
  15. package/dist/main/abi/IConstantFlowAgreementV1.json +70 -0
  16. package/dist/main/abi/IInstantDistributionAgreementV1.json +10 -0
  17. package/dist/main/abi/ISETH.json +25 -0
  18. package/dist/main/abi/SuperToken.json +91 -0
  19. package/dist/main/abi/Superfluid.json +162 -30
  20. package/dist/main/abi/SuperfluidGovernanceII.json +161 -17
  21. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  22. package/dist/main/interfaces.d.ts +1 -0
  23. package/dist/main/interfaces.d.ts.map +1 -1
  24. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +1 -0
  25. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  26. package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
  27. package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
  28. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  29. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  30. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  31. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  32. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  33. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  34. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  35. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  36. package/dist/main/subgraph/queries/getIndexes.generated.d.ts +1 -0
  37. package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  38. package/dist/main/subgraph/queries/getIndexes.generated.js +1 -1
  39. package/dist/main/subgraph/queries/getIndexes.generated.js.map +1 -1
  40. package/dist/main/subgraph/queries/getStreams.generated.d.ts +1 -0
  41. package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  42. package/dist/main/subgraph/queries/getStreams.generated.js +1 -1
  43. package/dist/main/subgraph/queries/getStreams.generated.js.map +1 -1
  44. package/dist/main/subgraph/queries/getTokens.generated.d.ts +1 -0
  45. package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  46. package/dist/main/subgraph/queries/getTokens.generated.js +1 -1
  47. package/dist/main/subgraph/queries/getTokens.generated.js.map +1 -1
  48. package/dist/main/typechain/Superfluid.d.ts +37 -49
  49. package/dist/main/typechain/Superfluid.d.ts.map +1 -1
  50. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +104 -21
  51. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  52. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
  53. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  54. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
  55. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  56. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
  57. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  58. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
  59. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
  60. package/dist/main/typechain/factories/ISETH__factory.d.ts +7 -0
  61. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
  62. package/dist/main/typechain/factories/ISETH__factory.js +25 -0
  63. package/dist/main/typechain/factories/ISETH__factory.js.map +1 -1
  64. package/dist/main/typechain/factories/SuperToken__factory.d.ts +12 -1
  65. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  66. package/dist/main/typechain/factories/SuperToken__factory.js +91 -0
  67. package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
  68. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
  69. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  70. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
  71. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  72. package/dist/main/typechain/factories/Superfluid__factory.d.ts +12 -1
  73. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  74. package/dist/main/typechain/factories/Superfluid__factory.js +162 -30
  75. package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
  76. package/dist/module/ConstantFlowAgreementV1.d.ts +1 -1
  77. package/dist/module/ConstantFlowAgreementV1.js +1 -1
  78. package/dist/module/Framework.d.ts +1 -2
  79. package/dist/module/Framework.d.ts.map +1 -1
  80. package/dist/module/Framework.js.map +1 -1
  81. package/dist/module/Governance.js +2 -2
  82. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -3
  83. package/dist/module/InstantDistributionAgreementV1.js +3 -3
  84. package/dist/module/Operation.d.ts +3 -3
  85. package/dist/module/Operation.js +3 -3
  86. package/dist/module/SFError.js +1 -1
  87. package/dist/module/SFError.js.map +1 -1
  88. package/dist/module/abi/IConstantFlowAgreementV1.json +70 -0
  89. package/dist/module/abi/IInstantDistributionAgreementV1.json +10 -0
  90. package/dist/module/abi/ISETH.json +25 -0
  91. package/dist/module/abi/SuperToken.json +91 -0
  92. package/dist/module/abi/Superfluid.json +162 -30
  93. package/dist/module/abi/SuperfluidGovernanceII.json +161 -17
  94. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  95. package/dist/module/interfaces.d.ts +1 -0
  96. package/dist/module/interfaces.d.ts.map +1 -1
  97. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +1 -0
  98. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  99. package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
  100. package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
  101. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  102. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  103. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  104. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  105. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  106. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  107. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  108. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  109. package/dist/module/subgraph/queries/getIndexes.generated.d.ts +1 -0
  110. package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  111. package/dist/module/subgraph/queries/getIndexes.generated.js +1 -1
  112. package/dist/module/subgraph/queries/getIndexes.generated.js.map +1 -1
  113. package/dist/module/subgraph/queries/getStreams.generated.d.ts +1 -0
  114. package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  115. package/dist/module/subgraph/queries/getStreams.generated.js +1 -1
  116. package/dist/module/subgraph/queries/getStreams.generated.js.map +1 -1
  117. package/dist/module/subgraph/queries/getTokens.generated.d.ts +1 -0
  118. package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  119. package/dist/module/subgraph/queries/getTokens.generated.js +1 -1
  120. package/dist/module/subgraph/queries/getTokens.generated.js.map +1 -1
  121. package/dist/module/typechain/Superfluid.d.ts +37 -49
  122. package/dist/module/typechain/Superfluid.d.ts.map +1 -1
  123. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +104 -21
  124. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  125. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
  126. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  127. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
  128. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  129. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
  130. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  131. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
  132. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
  133. package/dist/module/typechain/factories/ISETH__factory.d.ts +7 -0
  134. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
  135. package/dist/module/typechain/factories/ISETH__factory.js +25 -0
  136. package/dist/module/typechain/factories/ISETH__factory.js.map +1 -1
  137. package/dist/module/typechain/factories/SuperToken__factory.d.ts +12 -1
  138. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  139. package/dist/module/typechain/factories/SuperToken__factory.js +91 -0
  140. package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
  141. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
  142. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  143. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
  144. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  145. package/dist/module/typechain/factories/Superfluid__factory.d.ts +12 -1
  146. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  147. package/dist/module/typechain/factories/Superfluid__factory.js +162 -30
  148. package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
  149. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
15
  ## [0.5.5] - 2022-08-31
16
16
  ### Added
17
17
  - Support for: `optimism-goerli` and `arbitrum-goerli` added
18
+
18
19
  ### Breaking
19
20
  - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
20
21
  - Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
@@ -22,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
22
23
  ### Fixes
23
24
  - Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
24
25
  - Change `SFError.name` from "Error" to "SFError"
26
+
25
27
  # [0.5.4] - 2022-08-19
26
28
 
27
29
  ### Fixes