Skip to content

Commit 0faca3f

Browse files
committed
update mainnet program id
1 parent cc44f6d commit 0faca3f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Anchor.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ skip-lint = false
88
mythic_metadata = "myThHf7Ec8WEFiVFeUEiuq1KPPmx3udRF7hehPQBaa3"
99

1010
[programs.devnet]
11-
mythic_metadata = "HASmJt3YnfzqkEnR93acGjT1pbVdoNB21zQdpnQqsXU3"
11+
mythic_metadata = "3jVdbJKJGUMTpGpykpyFyWAG9ry3DRoPqyM48opQa8m6"
12+
13+
[programs.mainnet]
14+
mythic_metadata = "metaThtkusoWYDvHBFXfvc93Z3d8iBeDZ4DVyq8SYVR"
1215

1316
[registry]
1417
url = "https://api.apr.dev"
@@ -17,9 +20,5 @@ url = "https://api.apr.dev"
1720
cluster = "Localnet"
1821
wallet = "~/.config/solana/id.json"
1922

20-
#[provider]
21-
#cluster = "devnet"
22-
#wallet = "../../sol/id.json"
23-
2423
[scripts]
2524
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

programs/mythic_metadata/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![allow(ambiguous_glob_reexports)]
22
use anchor_lang::prelude::*;
33

4-
declare_id!("myThHf7Ec8WEFiVFeUEiuq1KPPmx3udRF7hehPQBaa3");
4+
declare_id!("metaThtkusoWYDvHBFXfvc93Z3d8iBeDZ4DVyq8SYVR");
55

66
pub mod constants;
77
pub mod errors;

0 commit comments

Comments
 (0)