@wireio/stake 1.9.69 → 1.10.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.browser.js +1 -1
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.js +1 -1
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1 -1
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/networks/solana/constants.ts +1 -1
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("
|
|
18362
|
+
ALT: new web3_js.PublicKey("9WhQt82Ym5LDDaGEB6eV86MUV6BtUxZQbw1R4uuhVPSt")
|
|
18363
18363
|
};
|
|
18364
18364
|
const PROGRAM_IDS_BY_CHAIN = {
|
|
18365
18365
|
[core.SolChainID.Mainnet]: MAINNET_PROGRAM_IDS,
|