@fepvenancio/stela-sdk 0.4.1 → 0.4.3

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
- "version": "0.4.1",
10
+ "version": "0.4.3",
11
11
  "description": "TypeScript SDK for the Stela P2P lending protocol on StarkNet",
12
12
  "type": "module",
13
13
  "main": "./dist/index.cjs",
@@ -769,6 +769,29 @@
769
769
  "outputs": [],
770
770
  "state_mutability": "external"
771
771
  },
772
+ {
773
+ "type": "function",
774
+ "name": "set_fee_vault",
775
+ "inputs": [
776
+ {
777
+ "name": "fee_vault",
778
+ "type": "core::starknet::contract_address::ContractAddress"
779
+ }
780
+ ],
781
+ "outputs": [],
782
+ "state_mutability": "external"
783
+ },
784
+ {
785
+ "type": "function",
786
+ "name": "get_fee_vault",
787
+ "inputs": [],
788
+ "outputs": [
789
+ {
790
+ "type": "core::starknet::contract_address::ContractAddress"
791
+ }
792
+ ],
793
+ "state_mutability": "view"
794
+ },
772
795
  {
773
796
  "type": "function",
774
797
  "name": "pause",
@@ -1843,4 +1866,4 @@
1843
1866
  }
1844
1867
  ]
1845
1868
  }
1846
- ]
1869
+ ]