Adding split script

This commit is contained in:
Chris Troutner
2026-08-09 17:08:02 -07:00
parent 1fdff13edb
commit c11d1f145f
3 changed files with 287 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
"addresses": "node scripts/addresses.mjs",
"deploy": "node scripts/deploy.mjs",
"consolidate": "node scripts/consolidate.mjs",
"split": "node scripts/split.mjs",
"test": "npm run compile && mocha --timeout 30000 'test/**/*.test.js'",
"test:unit": "npm test"
},