Commit 120fe65
authored
cli: Use new devnet stake-pool program id (#172)
* cli: Use devnet stake-pool program id
#### Problem
The devnet deployment of the stake pool program has been out of date for
a long time because the upgrade key has been lost.
#### Summary of changes
Since the key is lost, we need to use a different program id for devnet.
Add that key and use it properly in the CLI. This PR also includes a
change to specify the a program id to use.
* Add devnet as an acceptable word
* Parametrize get_stake_pools to take program id1 parent e5d9c24 commit 120fe65
File tree
4 files changed
+96
-56
lines changed- clients/cli/src
- program/src
- scripts
4 files changed
+96
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments