Commit d70db91
authored
fix(solana): fix broken smoke test (#1547)
The smoke test was expecting the mcm.so file due to the config in `blockchain_a.solana_programs` , since we dont provide any program to deploy in the smoke test, we should not define that config.
I have also updated the default port for solana to be 8999 as that is the default port for solana test validator and it is what users would expect.1 parent cdc37af commit d70db91
File tree
2 files changed
+1
-5
lines changed- framework
- components/blockchain
- examples/myproject
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
0 commit comments