Skip to content

Commit 5428c3b

Browse files
committed
svm: update address
1 parent 50919f8 commit 5428c3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

svm/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolution = true
77
skip-lint = false
88

99
[programs.localnet]
10-
executor = "Ax7mtQPbNPQmghd7C3BHrMdwwmkAXBDq7kNGfXNcc7dg"
10+
executor = "execXUrAsMnqMmTHj5m7N1YQgsDz3cwGLYCYyuDRciV"
1111

1212
[registry]
1313
url = "https://api.apr.dev"

svm/programs/executor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anchor_lang::prelude::*;
22

3-
declare_id!("Ax7mtQPbNPQmghd7C3BHrMdwwmkAXBDq7kNGfXNcc7dg");
3+
declare_id!("execXUrAsMnqMmTHj5m7N1YQgsDz3cwGLYCYyuDRciV");
44

55
// TODO: cfg_if
66
static OUR_CHAIN: u16 = 1;

0 commit comments

Comments
 (0)