@percolatorct/sdk 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/solana/stake.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3768,8 +3768,7 @@ function getCurrentNetwork() {
|
|
|
3768
3768
|
// src/solana/stake.ts
|
|
3769
3769
|
var STAKE_PROGRAM_IDS = {
|
|
3770
3770
|
devnet: "6aJb1F9CDCVWCNYFwj8aQsVb696YnW6J1FznteHq4Q6k",
|
|
3771
|
-
mainnet: ""
|
|
3772
|
-
// TODO: populate once DevOps deploys percolator-stake to mainnet
|
|
3771
|
+
mainnet: "DC5fovFQD5SZYsetwvEqd4Wi4PFY1Yfnc669VMe6oa7F"
|
|
3773
3772
|
};
|
|
3774
3773
|
function getStakeProgramId(network) {
|
|
3775
3774
|
const override = safeEnv("STAKE_PROGRAM_ID");
|