@brainai/satp-client 2.0.4 → 2.0.5
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/package.json +1 -1
- package/src/v3-pda.js +1 -1
package/package.json
CHANGED
package/src/v3-pda.js
CHANGED
|
@@ -15,7 +15,7 @@ const V3_DEVNET_PROGRAM_IDS = {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
// Mainnet registry source: Anchor.toml [programs.mainnet], checked by
|
|
18
|
-
// scripts/verify-v3-program-sources.mjs and
|
|
18
|
+
// scripts/verify-v3-program-sources.mjs and docs/v3-program-source-verification.md.
|
|
19
19
|
// docs/mainnet-authority-decision-packet-6c8a5545.md remains the owner-gating
|
|
20
20
|
// packet for deploy/key/publish actions. Keep V3 separate from legacy V2
|
|
21
21
|
// MAINNET_PROGRAM_IDS in constants.js; do not fall back to V2 program IDs.
|