auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2

This commit is contained in:
emergent-agent-e1
2025-11-08 11:08:44 +00:00
parent 0373b73c4f
commit 32d0877be4
340 changed files with 340 additions and 0 deletions
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.isTestChain = isTestChain;\n const REGEX_DEV = /(Development|Local Testnet)$/;\n function isTestChain(chain) {\n if (!chain) {\n return false;\n }\n return !!REGEX_DEV.test(chain.toString());\n }\n});","lineCount":15,"map":[[7,2,2,0,"exports"],[7,9,2,0],[7,10,2,0,"isTestChain"],[7,21,2,0],[7,24,2,0,"isTestChain"],[7,35,2,0],[8,2,1,0],[8,8,1,6,"REGEX_DEV"],[8,17,1,15],[8,20,1,18],[8,50,1,48],[9,2,2,7],[9,11,2,16,"isTestChain"],[9,22,2,27,"isTestChain"],[9,23,2,28,"chain"],[9,28,2,33],[9,30,2,35],[10,4,3,4],[10,8,3,8],[10,9,3,9,"chain"],[10,14,3,14],[10,16,3,16],[11,6,4,8],[11,13,4,15],[11,18,4,20],[12,4,5,4],[13,4,6,4],[13,11,6,11],[13,12,6,12],[13,13,6,13,"REGEX_DEV"],[13,22,6,22],[13,23,6,23,"test"],[13,27,6,27],[13,28,6,28,"chain"],[13,33,6,33],[13,34,6,34,"toString"],[13,42,6,42],[13,43,6,43],[13,44,6,44],[13,45,6,45],[14,2,7,0],[15,0,7,1],[15,3]],"functionMap":{"names":["<global>","isTestChain"],"mappings":"AAA;OCC;CDK"},"hasCjsExports":false},"type":"js/module"}]}