auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":39,"index":39}}],"key":"ZvZNADrKT8cQiJl2dSq2RlU/AmM=","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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _runtimeJs = require(_dependencyMap[0], \"./runtime.js\");\n var _default = {\n rpc: {},\n runtime: _runtimeJs.runtime,\n types: {\n NftCollectionId: 'u32',\n NftItemId: 'u32'\n }\n };\n});","lineCount":22,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_runtimeJs"],[13,16,1,0],[13,19,1,0,"require"],[13,26,1,0],[13,27,1,0,"_dependencyMap"],[13,41,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[15,4,3,4,"rpc"],[15,7,3,7],[15,9,3,9],[15,10,3,10],[15,11,3,11],[16,4,4,4,"runtime"],[16,11,4,11],[16,13,4,4,"runtime"],[16,23,4,11],[16,24,4,11,"runtime"],[16,31,4,11],[17,4,5,4,"types"],[17,9,5,9],[17,11,5,11],[18,6,6,8,"NftCollectionId"],[18,21,6,23],[18,23,6,25],[18,28,6,30],[19,6,7,8,"NftItemId"],[19,15,7,17],[19,17,7,19],[20,4,8,4],[21,2,9,0],[21,3,9,1],[22,0,9,2],[22,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"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, \"runtime\", {\n enumerable: true,\n get: function () {\n return runtime;\n }\n });\n const 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":34,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"runtime"],[10,20,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"runtime"],[13,15,1,20],[13,18,1,23],[14,4,2,4],[15,4,3,4,"TokensApi"],[15,13,3,13],[15,15,3,15],[15,16,4,8],[16,6,5,12,"methods"],[16,13,5,19],[16,15,5,21],[17,8,6,16,"query_existential_deposit"],[17,33,6,41],[17,35,6,43],[18,10,7,20,"description"],[18,21,7,31],[18,23,7,33],[18,77,7,87],[19,10,8,20,"params"],[19,16,8,26],[19,18,8,28],[19,19,9,24],[20,12,10,28,"name"],[20,16,10,32],[20,18,10,34],[20,30,10,46],[21,12,11,28],[22,12,12,28],[23,12,13,28,"type"],[23,16,13,32],[23,18,13,34],[24,10,14,24],[24,11,14,25],[24,12,15,21],[25,10,16,20],[26,10,17,20],[27,10,18,20],[28,10,19,20,"type"],[28,14,19,24],[28,16,19,26],[29,8,20,16],[30,6,21,12],[30,7,21,13],[31,6,22,12,"version"],[31,13,22,19],[31,15,22,21],[32,4,23,8],[32,5,23,9],[33,2,25,0],[33,3,25,1],[34,0,25,2],[34,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
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.identity = identity;\n function identity(x) {\n return x;\n }\n});","lineCount":11,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"identity"],[7,18,1,0],[7,21,1,0,"identity"],[7,29,1,0],[8,2,1,7],[8,11,1,16,"identity"],[8,19,1,24,"identity"],[8,20,1,25,"x"],[8,21,1,26],[8,23,1,28],[9,4,2,4],[9,11,2,11,"x"],[9,12,2,12],[10,2,3,0],[11,0,3,1],[11,3]],"functionMap":{"names":["<global>","identity"],"mappings":"AAA,OC;CDE"},"hasCjsExports":false},"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 /**\n * Empty component used for specifying route configuration.\n */\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.Screen = Screen;\n function Screen(_) {\n /* istanbul ignore next */\n return null;\n }\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"value"],[8,9,3,0],[9,2,3,0],[10,2,6,0,"exports"],[10,9,6,0],[10,10,6,0,"Screen"],[10,16,6,0],[10,19,6,0,"Screen"],[10,25,6,0],[11,2,6,7],[11,11,6,16,"Screen"],[11,17,6,22,"Screen"],[11,18,6,23,"_"],[11,19,6,24],[11,21,6,26],[12,4,7,2],[13,4,8,2],[13,11,8,9],[13,15,8,13],[14,2,9,0],[15,0,9,1],[15,3]],"functionMap":{"names":["<global>","Screen"],"mappings":"AAA;OCK;CDG"},"hasCjsExports":false},"type":"js/module"}]}
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 module.exports = string => {\n if (typeof string !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n // Escape characters with special meaning either inside or outside character sets.\n // Use a simple backslash escape when its always valid, and a \\unnnn escape when the simpler form would be disallowed by Unicode patterns stricter grammar.\n return string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d');\n };\n});","lineCount":13,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"module"],[4,8,3,6],[4,9,3,7,"exports"],[4,16,3,14],[4,19,3,17,"string"],[4,25,3,23],[4,29,3,27],[5,4,4,1],[5,8,4,5],[5,15,4,12,"string"],[5,21,4,18],[5,26,4,23],[5,34,4,31],[5,36,4,33],[6,6,5,2],[6,12,5,8],[6,16,5,12,"TypeError"],[6,25,5,21],[6,26,5,22],[6,45,5,41],[6,46,5,42],[7,4,6,1],[9,4,8,1],[10,4,9,1],[11,4,10,1],[11,11,10,8,"string"],[11,17,10,14],[11,18,11,3,"replace"],[11,25,11,10],[11,26,11,11],[11,47,11,32],[11,49,11,34],[11,55,11,40],[11,56,11,41],[11,57,12,3,"replace"],[11,64,12,10],[11,65,12,11],[11,69,12,15],[11,71,12,17],[11,78,12,24],[11,79,12,25],[12,2,13,0],[12,3,13,1],[13,0,13,2],[13,3]],"functionMap":{"names":["<global>","module.exports"],"mappings":"AAA;iBCE;CDU"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long