@chainstream-io/sdk 0.2.2 → 0.2.4
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/README.md +78 -0
- package/dist/chainstream.cjs +1 -1
- package/dist/chainstream.cjs.map +1 -1
- package/dist/chainstream.mjs +1 -1
- package/dist/chainstream.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/chainstream.mjs
CHANGED
|
@@ -2078,7 +2078,7 @@ __export(wallet_exports, {
|
|
|
2078
2078
|
});
|
|
2079
2079
|
var getPnl = (chain, walletAddress, params, options) => {
|
|
2080
2080
|
return chainstreamApiClient(
|
|
2081
|
-
{ url: `/v1/wallet/${chain}/${walletAddress}`, method: "GET", params },
|
|
2081
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/pnl`, method: "GET", params },
|
|
2082
2082
|
options
|
|
2083
2083
|
);
|
|
2084
2084
|
};
|