@wireio/stake 1.9.69 → 1.11.69

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/lib/stake.js CHANGED
@@ -18359,7 +18359,7 @@ const DEVNET_PROGRAM_IDS = {
18359
18359
  LIQSOL_TOKEN: new web3_js.PublicKey(liqsolTokenDevnetJson.address),
18360
18360
  VALIDATOR_LEADERBOARD: new web3_js.PublicKey(validatorLeaderboardDevnetJson.address),
18361
18361
  TRANSFER_HOOK: new web3_js.PublicKey(devnetTransferHookIDL.address),
18362
- ALT: new web3_js.PublicKey("EG5pouZneDQxfw5coaWkkv5qeoJkRsgyMiq4r6bw7K2F")
18362
+ ALT: new web3_js.PublicKey("9WhQt82Ym5LDDaGEB6eV86MUV6BtUxZQbw1R4uuhVPSt")
18363
18363
  };
18364
18364
  const PROGRAM_IDS_BY_CHAIN = {
18365
18365
  [core.SolChainID.Mainnet]: MAINNET_PROGRAM_IDS,