auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.runtime = void 0;\n exports.runtime = {\n // https://github.com/open-web3-stack/open-runtime-module-library/blob/b57f88b39cd547e2fb51727d8bb9bcc64fddf8b5/tokens/rpc/runtime-api/src/lib.rs#L11-L18\n TokensApi: [{\n methods: {\n query_existential_deposit: {\n description: 'Query the existential amount for a specific currency',\n params: [{\n name: 'currencyId',\n // This is CurrencyId, as per the return value, we are unsure\n // if this is specialized and/or global to the chain or not\n type: 'Raw'\n }],\n // This is Balance - since we don't understand enough about the way\n // in which this is used, we default to u128 here (it certainly could\n // be a specialized type that doesn't map to the on-chain Balance)\n type: 'u128'\n }\n },\n version: 1\n }]\n };\n});","lineCount":29,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"runtime"],[8,17,4,15],[8,20,4,18],[9,4,5,4],[10,4,6,4,"TokensApi"],[10,13,6,13],[10,15,6,15],[10,16,7,8],[11,6,8,12,"methods"],[11,13,8,19],[11,15,8,21],[12,8,9,16,"query_existential_deposit"],[12,33,9,41],[12,35,9,43],[13,10,10,20,"description"],[13,21,10,31],[13,23,10,33],[13,77,10,87],[14,10,11,20,"params"],[14,16,11,26],[14,18,11,28],[14,19,12,24],[15,12,13,28,"name"],[15,16,13,32],[15,18,13,34],[15,30,13,46],[16,12,14,28],[17,12,15,28],[18,12,16,28,"type"],[18,16,16,32],[18,18,16,34],[19,10,17,24],[19,11,17,25],[19,12,18,21],[20,10,19,20],[21,10,20,20],[22,10,21,20],[23,10,22,20,"type"],[23,14,22,24],[23,16,22,26],[24,8,23,16],[25,6,24,12],[25,7,24,13],[26,6,25,12,"version"],[26,13,25,19],[26,15,25,21],[27,4,26,8],[27,5,26,9],[28,2,28,0],[28,3,28,1],[29,0,28,2],[29,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var getBoundingClientRect = node => {\n if (node != null) {\n var isElement = node.nodeType === 1; /* Node.ELEMENT_NODE */\n if (isElement && typeof node.getBoundingClientRect === 'function') {\n return node.getBoundingClientRect();\n }\n }\n };\n var _default = getBoundingClientRect;\n});","lineCount":31,"map":[[7,2,18,0,"Object"],[7,8,18,0],[7,9,18,0,"defineProperty"],[7,23,18,0],[7,24,18,0,"exports"],[7,31,18,0],[8,4,18,0,"enumerable"],[8,14,18,0],[9,4,18,0,"get"],[9,7,18,0],[9,18,18,0,"get"],[9,19,18,0],[10,6,18,0],[10,13,18,0,"_default"],[10,21,18,0],[11,4,18,0],[12,2,18,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,0],[22,6,10,4,"getBoundingClientRect"],[22,27,10,25],[22,30,10,28,"node"],[22,34,10,32],[22,38,10,36],[23,4,11,2],[23,8,11,6,"node"],[23,12,11,10],[23,16,11,14],[23,20,11,18],[23,22,11,20],[24,6,12,4],[24,10,12,8,"isElement"],[24,19,12,17],[24,22,12,20,"node"],[24,26,12,24],[24,27,12,25,"nodeType"],[24,35,12,33],[24,40,12,38],[24,41,12,39],[24,42,12,40],[24,43,12,41],[25,6,13,4],[25,10,13,8,"isElement"],[25,19,13,17],[25,23,13,21],[25,30,13,28,"node"],[25,34,13,32],[25,35,13,33,"getBoundingClientRect"],[25,56,13,54],[25,61,13,59],[25,71,13,69],[25,73,13,71],[26,8,14,6],[26,15,14,13,"node"],[26,19,14,17],[26,20,14,18,"getBoundingClientRect"],[26,41,14,39],[26,42,14,40],[26,43,14,41],[27,6,15,4],[28,4,16,2],[29,2,17,0],[29,3,17,1],[30,2,18,0],[30,6,18,0,"_default"],[30,14,18,0],[30,17,18,15,"getBoundingClientRect"],[30,38,18,36],[31,0,18,37],[31,3]],"functionMap":{"names":["<global>","getBoundingClientRect"],"mappings":"AAA;4BCS;CDO"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../../exports/Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":49,"index":49}}],"key":"iEIJMkhlCtHWoBgLjJAJYcWbRuk=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _exportsPlatform = require(_dependencyMap[0], \"../../../exports/Platform\");\n var Platform = _interopDefault(_exportsPlatform);\n var _default = Platform.default;\n});","lineCount":21,"map":[[12,2,2,0,"Object"],[12,8,2,0],[12,9,2,0,"defineProperty"],[12,23,2,0],[12,24,2,0,"exports"],[12,31,2,0],[13,4,2,0,"enumerable"],[13,14,2,0],[14,4,2,0,"get"],[14,7,2,0],[14,18,2,0,"get"],[14,19,2,0],[15,6,2,0],[15,13,2,0,"_default"],[15,21,2,0],[16,4,2,0],[17,2,2,0],[18,2,1,0],[18,6,1,0,"_exportsPlatform"],[18,22,1,0],[18,25,1,0,"require"],[18,32,1,0],[18,33,1,0,"_dependencyMap"],[18,47,1,0],[19,2,1,0],[19,6,1,0,"Platform"],[19,14,1,0],[19,17,1,0,"_interopDefault"],[19,32,1,0],[19,33,1,0,"_exportsPlatform"],[19,49,1,0],[20,2,2,0],[20,6,2,0,"_default"],[20,14,2,0],[20,17,2,15,"Platform"],[20,25,2,23],[20,26,2,23,"default"],[20,33,2,23],[21,0,2,24],[21,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long