Skip to content

Commit ccee397

Browse files
fix: load domain program (#572)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Expanded local dump generation to include an additional program, so its binary is captured during scripted dumps. * Produces more complete local dump sets for analysis and parity with other programs. * No changes to public APIs or user-facing behavior; affects only local tooling workflows. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d6a9c69 commit ccee397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/packages/npm-package/scripts/fetch-local-dumps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ programs=(
3535
DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh
3636
noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV
3737
Vrf1RNUjXmQGjmQrQLvJHs9SNkvDJEsRVFPkfSQUwGz
38+
DmnRGfyyftzacFb1XadYhWF6vWqXwtQk5tbr6XgR3BA1
3839
)
3940

4041
for prog in "${programs[@]}"; do

0 commit comments

Comments
 (0)