@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.m.js
CHANGED
|
@@ -18318,7 +18318,7 @@ const DEVNET_PROGRAM_IDS = {
|
|
|
18318
18318
|
LIQSOL_TOKEN: new PublicKey(liqsolTokenDevnetJson.address),
|
|
18319
18319
|
VALIDATOR_LEADERBOARD: new PublicKey(validatorLeaderboardDevnetJson.address),
|
|
18320
18320
|
TRANSFER_HOOK: new PublicKey(devnetTransferHookIDL.address),
|
|
18321
|
-
ALT: new PublicKey("
|
|
18321
|
+
ALT: new PublicKey("9WhQt82Ym5LDDaGEB6eV86MUV6BtUxZQbw1R4uuhVPSt")
|
|
18322
18322
|
};
|
|
18323
18323
|
const PROGRAM_IDS_BY_CHAIN = {
|
|
18324
18324
|
[SolChainID.Mainnet]: MAINNET_PROGRAM_IDS,
|