Skip to content

Commit

Permalink
fix: update default program runtime (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki authored Nov 5, 2024
1 parent cfa7fa9 commit 9d1af5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/message/src/program/impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class ProgramMessageClient {
subscriptions,
memory = 128,
vcpus = 1,
runtime = 'bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4',
runtime = '63f07193e6ee9d207b7d1fcf8286f9aee34e6f12f101d2ec77c1229f92964696',
volumes = [],
variables = {},
payment = {
Expand Down Expand Up @@ -152,7 +152,7 @@ export class ProgramMessageClient {
subscriptions,
memory = 128,
vcpus = 1,
runtime = 'bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4',
runtime = '63f07193e6ee9d207b7d1fcf8286f9aee34e6f12f101d2ec77c1229f92964696',
volumes = [],
variables = {},
payment = {
Expand Down

0 comments on commit 9d1af5b

Please sign in to comment.