@toon-protocol/client-mcp 0.29.5 → 0.29.6
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/{chunk-HA25XT52.js → chunk-CY5GWIH5.js} +2 -2
- package/dist/{chunk-MX2QK3SR.js → chunk-OMEKDTJ4.js} +7 -2
- package/dist/{chunk-MX2QK3SR.js.map → chunk-OMEKDTJ4.js.map} +1 -1
- package/dist/{chunk-UHZRN63P.js → chunk-WYWUAKYM.js} +2 -2
- package/dist/daemon.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-HA25XT52.js.map → chunk-CY5GWIH5.js.map} +0 -0
- /package/dist/{chunk-UHZRN63P.js.map → chunk-WYWUAKYM.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
decodeEventFromToon
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OMEKDTJ4.js";
|
|
5
5
|
|
|
6
6
|
// src/relay-subscription.ts
|
|
7
7
|
import { createRequire } from "module";
|
|
@@ -622,4 +622,4 @@ export {
|
|
|
622
622
|
PublishRejectedError,
|
|
623
623
|
registerRoutes
|
|
624
624
|
};
|
|
625
|
-
//# sourceMappingURL=chunk-
|
|
625
|
+
//# sourceMappingURL=chunk-CY5GWIH5.js.map
|
|
@@ -1818,7 +1818,12 @@ var SOLANA_TIER = {
|
|
|
1818
1818
|
var MINA_DEPLOYED_DEVNET = {
|
|
1819
1819
|
graphqlUrl: "https://api.minascan.io/node/devnet/v1/graphql",
|
|
1820
1820
|
network: "devnet",
|
|
1821
|
-
|
|
1821
|
+
// Reconciled with e2e/testnets.json (#205): the previous address
|
|
1822
|
+
// (B62qjFgX…) is a bare, unfunded zkApp on-chain (balance 0, channel
|
|
1823
|
+
// nonceField 0) — usable for claim issuance only. This is the funded,
|
|
1824
|
+
// on-chain-settling PaymentChannel zkApp (balance ~4 MINA, nonceField 21
|
|
1825
|
+
// — the on-chain settle proven in #217), same VK hash 21482326…
|
|
1826
|
+
zkAppAddress: "B62qrH1As4odHiNyKpTZMHaM6tRs6gi5DJ53efZKQBtbaR5CUctbDs6"
|
|
1822
1827
|
};
|
|
1823
1828
|
var MINA_TIER = {
|
|
1824
1829
|
mainnet: {
|
|
@@ -10815,4 +10820,4 @@ export {
|
|
|
10815
10820
|
@scure/bip32/lib/esm/index.js:
|
|
10816
10821
|
(*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
10817
10822
|
*/
|
|
10818
|
-
//# sourceMappingURL=chunk-
|
|
10823
|
+
//# sourceMappingURL=chunk-OMEKDTJ4.js.map
|