@medialane/sdk 0.94.0 → 0.95.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/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/{services-DTkc0lLx.d.ts → services-BllZwNlB.d.ts} +7 -1
- package/dist/{services-D3M9dJZg.d.cts → services-DbJoYGF0.d.cts} +7 -1
- package/dist/starknet/index.cjs +5 -52
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +3 -16
- package/dist/starknet/index.d.ts +3 -16
- package/dist/starknet/index.js +6 -52
- package/dist/starknet/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -785,6 +785,9 @@ var ApiClient = class {
|
|
|
785
785
|
getCoin(contract) {
|
|
786
786
|
return this.get(`/v1/coins/${this.addr(contract)}`);
|
|
787
787
|
}
|
|
788
|
+
getCoinPrices() {
|
|
789
|
+
return this.get("/v1/coins/prices");
|
|
790
|
+
}
|
|
788
791
|
updateCoinProfile(contract, data, siwsToken) {
|
|
789
792
|
return this.request(`/v1/coins/${this.addr(contract)}`, {
|
|
790
793
|
method: "PATCH",
|