@superfluid-finance/sdk-core 0.5.5 → 0.5.6-dev.9e41aae.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 (99) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/index.umd.js +165 -52
  3. package/dist/main/ConstantFlowAgreementV1.d.ts +1 -1
  4. package/dist/main/ConstantFlowAgreementV1.js +1 -1
  5. package/dist/main/Governance.js +2 -2
  6. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -3
  7. package/dist/main/InstantDistributionAgreementV1.js +3 -3
  8. package/dist/main/Operation.d.ts +3 -3
  9. package/dist/main/Operation.js +3 -3
  10. package/dist/main/SFError.js +1 -1
  11. package/dist/main/SFError.js.map +1 -1
  12. package/dist/main/abi/Superfluid.json +13 -18
  13. package/dist/main/abi/SuperfluidGovernanceII.json +135 -17
  14. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  15. package/dist/main/interfaces.d.ts +1 -0
  16. package/dist/main/interfaces.d.ts.map +1 -1
  17. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +1 -0
  18. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  19. package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
  20. package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
  21. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  22. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  23. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  24. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  25. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  26. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  27. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  28. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  29. package/dist/main/subgraph/queries/getIndexes.generated.d.ts +1 -0
  30. package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  31. package/dist/main/subgraph/queries/getIndexes.generated.js +1 -1
  32. package/dist/main/subgraph/queries/getIndexes.generated.js.map +1 -1
  33. package/dist/main/subgraph/queries/getStreams.generated.d.ts +1 -0
  34. package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  35. package/dist/main/subgraph/queries/getStreams.generated.js +1 -1
  36. package/dist/main/subgraph/queries/getStreams.generated.js.map +1 -1
  37. package/dist/main/subgraph/queries/getTokens.generated.d.ts +1 -0
  38. package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  39. package/dist/main/subgraph/queries/getTokens.generated.js +1 -1
  40. package/dist/main/subgraph/queries/getTokens.generated.js.map +1 -1
  41. package/dist/main/typechain/Superfluid.d.ts +45 -49
  42. package/dist/main/typechain/Superfluid.d.ts.map +1 -1
  43. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +104 -21
  44. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  45. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  46. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +135 -17
  47. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  48. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  49. package/dist/main/typechain/factories/Superfluid__factory.js +13 -18
  50. package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
  51. package/dist/module/ConstantFlowAgreementV1.d.ts +1 -1
  52. package/dist/module/ConstantFlowAgreementV1.js +1 -1
  53. package/dist/module/Governance.js +2 -2
  54. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -3
  55. package/dist/module/InstantDistributionAgreementV1.js +3 -3
  56. package/dist/module/Operation.d.ts +3 -3
  57. package/dist/module/Operation.js +3 -3
  58. package/dist/module/SFError.js +1 -1
  59. package/dist/module/SFError.js.map +1 -1
  60. package/dist/module/abi/Superfluid.json +13 -18
  61. package/dist/module/abi/SuperfluidGovernanceII.json +135 -17
  62. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  63. package/dist/module/interfaces.d.ts +1 -0
  64. package/dist/module/interfaces.d.ts.map +1 -1
  65. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +1 -0
  66. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  67. package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
  68. package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
  69. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  70. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  71. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  72. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  73. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  74. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  75. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  76. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  77. package/dist/module/subgraph/queries/getIndexes.generated.d.ts +1 -0
  78. package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  79. package/dist/module/subgraph/queries/getIndexes.generated.js +1 -1
  80. package/dist/module/subgraph/queries/getIndexes.generated.js.map +1 -1
  81. package/dist/module/subgraph/queries/getStreams.generated.d.ts +1 -0
  82. package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  83. package/dist/module/subgraph/queries/getStreams.generated.js +1 -1
  84. package/dist/module/subgraph/queries/getStreams.generated.js.map +1 -1
  85. package/dist/module/subgraph/queries/getTokens.generated.d.ts +1 -0
  86. package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  87. package/dist/module/subgraph/queries/getTokens.generated.js +1 -1
  88. package/dist/module/subgraph/queries/getTokens.generated.js.map +1 -1
  89. package/dist/module/typechain/Superfluid.d.ts +45 -49
  90. package/dist/module/typechain/Superfluid.d.ts.map +1 -1
  91. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +104 -21
  92. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  93. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  94. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +135 -17
  95. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  96. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  97. package/dist/module/typechain/factories/Superfluid__factory.js +13 -18
  98. package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
  99. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
  ## [0.5.5] - 2022-08-31
9
9
  ### Added
10
10
  - Support for: `optimism-goerli` and `arbitrum-goerli` added
11
+
11
12
  ### Breaking
12
13
  - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
13
14
  - Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
@@ -15,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
16
  ### Fixes
16
17
  - Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
17
18
  - Change `SFError.name` from "Error" to "SFError"
19
+
18
20
  # [0.5.4] - 2022-08-19
19
21
 
20
22
  ### Fixes