Commit 8978a3d
authored
js-legacy: Use devnet deployment of stake pool program (#177)
* js-legacy: Use devnet deployment of stake pool program
#### Problem
There's a new devnet deployment of the stake pool program, but the JS
library can't use it.
#### Summary of changes
Add the new constant, and properly parametrize all types to take in a
program id as applicable.
* Unbreak by making program id optional1 parent c17fce6 commit 8978a3d
File tree
5 files changed
+147
-56
lines changed- clients/js-legacy
- src
- utils
- test
5 files changed
+147
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments