File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
programs/mythic_metadata/src Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ skip-lint = false
88mythic_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 ]
1417url = " https://api.apr.dev"
@@ -17,9 +20,5 @@ url = "https://api.apr.dev"
1720cluster = " Localnet"
1821wallet = " ~/.config/solana/id.json"
1922
20- # [provider]
21- # cluster = "devnet"
22- # wallet = "../../sol/id.json"
23-
2423[scripts ]
2524test = " yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Original file line number Diff line number Diff line change 11#![ allow( ambiguous_glob_reexports) ]
22use anchor_lang:: prelude:: * ;
33
4- declare_id ! ( "myThHf7Ec8WEFiVFeUEiuq1KPPmx3udRF7hehPQBaa3 " ) ;
4+ declare_id ! ( "metaThtkusoWYDvHBFXfvc93Z3d8iBeDZ4DVyq8SYVR " ) ;
55
66pub mod constants;
77pub mod errors;
You can’t perform that action at this time.
0 commit comments