@0xmonaco/react 0.8.10 → 0.8.11
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 +1 -2
- package/dist/coverage.d.ts +1 -0
- package/dist/coverage.js +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ function App() {
|
|
|
47
47
|
return (
|
|
48
48
|
<WagmiProvider config={wagmiConfig}>
|
|
49
49
|
<MonacoProvider
|
|
50
|
-
network="
|
|
50
|
+
network="staging"
|
|
51
51
|
seiRpcUrl="https://evm-rpc-testnet.sei-apis.com"
|
|
52
52
|
>
|
|
53
53
|
<YourApp />
|
|
@@ -372,4 +372,3 @@ For support, please:
|
|
|
372
372
|
- Join our [Discord community](https://discord.gg/monaco)
|
|
373
373
|
- Visit our [documentation site](https://docs.monaco.xyz)
|
|
374
374
|
- Check our [API documentation](https://docs.0xmonaco.com)
|
|
375
|
-
|
package/dist/coverage.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export declare const INTENTIONALLY_EXCLUDED: {
|
|
|
54
54
|
get_available_collateral: string;
|
|
55
55
|
get_margin_account_movements: string;
|
|
56
56
|
get_margin_account_summary: string;
|
|
57
|
+
get_market_stats: string;
|
|
57
58
|
get_portfolio_chart: string;
|
|
58
59
|
get_portfolio_stats: string;
|
|
59
60
|
get_screener: string;
|
package/dist/coverage.js
CHANGED
|
@@ -54,6 +54,7 @@ export const INTENTIONALLY_EXCLUDED = {
|
|
|
54
54
|
get_available_collateral: "Margin-account management/collateral/simulation endpoint; no React hook yet.",
|
|
55
55
|
get_margin_account_movements: "Margin-account management/collateral/simulation endpoint; no React hook yet.",
|
|
56
56
|
get_margin_account_summary: "Margin-account management/collateral/simulation endpoint; no React hook yet.",
|
|
57
|
+
get_market_stats: "Exchange-wide cumulative stats endpoint; available via the core client but no dedicated React hook yet.",
|
|
57
58
|
get_portfolio_chart: "Portfolio analytics endpoint; no React hook yet.",
|
|
58
59
|
get_portfolio_stats: "Portfolio analytics endpoint; no React hook yet.",
|
|
59
60
|
get_screener: "Market lookup available via the core client / list+symbol hooks; no dedicated React hook.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xmonaco/react",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"lint": "biome lint ."
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@0xmonaco/core": "0.8.
|
|
24
|
-
"@0xmonaco/types": "0.8.
|
|
23
|
+
"@0xmonaco/core": "0.8.11",
|
|
24
|
+
"@0xmonaco/types": "0.8.11"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/react": "^19.1.12",
|