From 4fc68484cb6a767f1e50271157de777c10d5748f Mon Sep 17 00:00:00 2001 From: Danilo Guanabara Date: Tue, 4 Nov 2025 17:28:03 -0300 Subject: [PATCH] :closed_lock_with_key: New address --- Anchor.toml | 2 +- clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs | 2 +- clients/typescript/.solitarc.js | 2 +- clients/typescript/idl/world.json | 2 +- clients/typescript/src/generated/accounts/Entity.ts | 2 +- clients/typescript/src/generated/accounts/Registry.ts | 2 +- clients/typescript/src/generated/accounts/World.ts | 2 +- clients/typescript/src/generated/idl/world.json | 2 +- clients/typescript/src/generated/index.ts | 2 +- clients/typescript/src/generated/instructions/addEntity.ts | 2 +- clients/typescript/src/generated/instructions/apply.ts | 2 +- clients/typescript/src/generated/instructions/apply2.ts | 2 +- clients/typescript/src/generated/instructions/apply3.ts | 2 +- clients/typescript/src/generated/instructions/apply4.ts | 2 +- clients/typescript/src/generated/instructions/apply5.ts | 2 +- .../src/generated/instructions/initializeComponent.ts | 2 +- .../typescript/src/generated/instructions/initializeNewWorld.ts | 2 +- .../typescript/src/generated/instructions/initializeRegistry.ts | 2 +- clients/typescript/src/generated/types/world.ts | 2 +- clients/typescript/test/framework.ts | 2 +- crates/bolt-cli/src/rust_template.rs | 2 +- crates/programs/world/src/lib.rs | 2 +- tests/test-validator.sh | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Anchor.toml b/Anchor.toml index 3902748c..79791899 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -5,7 +5,7 @@ resolution = true skip-lint = false [programs.devnet] -world = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n" +world = "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L" [programs.localnet] component-small = "9yBADAhoTWCkNRB6hbfpwUgPpxyJiF9uEiWVPR6k7A4y" diff --git a/clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs b/clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs index b1f023a1..9458ac51 100644 --- a/clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs +++ b/clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs @@ -382,7 +382,7 @@ public class RemoveSystemAccounts public partial class WorldProgram { - public const string ID = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"; + public const string ID = "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"; public static Solana.Unity.Rpc.Models.TransactionInstruction AddAuthority(AddAuthorityAccounts accounts, ulong world_id, PublicKey programId = null) { programId ??= new(ID); diff --git a/clients/typescript/.solitarc.js b/clients/typescript/.solitarc.js index 1cdd790a..5bc15953 100644 --- a/clients/typescript/.solitarc.js +++ b/clients/typescript/.solitarc.js @@ -7,7 +7,7 @@ const binaryInstallDir = path.join(__dirname, ".crates"); module.exports = { idlGenerator: "anchor", programName: "world", - programId: "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + programId: "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", removeExistingIdl: false, idlDir, sdkDir, diff --git a/clients/typescript/idl/world.json b/clients/typescript/idl/world.json index 5c4aa895..54788396 100644 --- a/clients/typescript/idl/world.json +++ b/clients/typescript/idl/world.json @@ -200,7 +200,7 @@ } ], "metadata": { - "address": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "address": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", "origin": "anchor", "binaryVersion": "0.29.0", "libVersion": "0.29.0" diff --git a/clients/typescript/src/generated/accounts/Entity.ts b/clients/typescript/src/generated/accounts/Entity.ts index fb331c91..57fcda62 100644 --- a/clients/typescript/src/generated/accounts/Entity.ts +++ b/clients/typescript/src/generated/accounts/Entity.ts @@ -76,7 +76,7 @@ export class Entity implements EntityArgs { */ static gpaBuilder( programId: web3.PublicKey = new web3.PublicKey( - "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", ), ) { return beetSolana.GpaBuilder.fromStruct(programId, entityBeet); diff --git a/clients/typescript/src/generated/accounts/Registry.ts b/clients/typescript/src/generated/accounts/Registry.ts index 1be5317c..69663f9e 100644 --- a/clients/typescript/src/generated/accounts/Registry.ts +++ b/clients/typescript/src/generated/accounts/Registry.ts @@ -76,7 +76,7 @@ export class Registry implements RegistryArgs { */ static gpaBuilder( programId: web3.PublicKey = new web3.PublicKey( - "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", ), ) { return beetSolana.GpaBuilder.fromStruct(programId, registryBeet); diff --git a/clients/typescript/src/generated/accounts/World.ts b/clients/typescript/src/generated/accounts/World.ts index 8b3fd574..08ce78c0 100644 --- a/clients/typescript/src/generated/accounts/World.ts +++ b/clients/typescript/src/generated/accounts/World.ts @@ -80,7 +80,7 @@ export class World implements WorldArgs { */ static gpaBuilder( programId: web3.PublicKey = new web3.PublicKey( - "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", ), ) { return beetSolana.GpaBuilder.fromStruct(programId, worldBeet); diff --git a/clients/typescript/src/generated/idl/world.json b/clients/typescript/src/generated/idl/world.json index a12c3555..51f6fb5d 100644 --- a/clients/typescript/src/generated/idl/world.json +++ b/clients/typescript/src/generated/idl/world.json @@ -1,5 +1,5 @@ { - "address": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "address": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", "metadata": { "name": "world", "version": "0.2.6", diff --git a/clients/typescript/src/generated/index.ts b/clients/typescript/src/generated/index.ts index d5c57844..07b8b25a 100644 --- a/clients/typescript/src/generated/index.ts +++ b/clients/typescript/src/generated/index.ts @@ -19,7 +19,7 @@ export * from "./instructions"; * @category constants * @category generated */ -export const PROGRAM_ADDRESS = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"; +export const PROGRAM_ADDRESS = "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"; /** * Program public key diff --git a/clients/typescript/src/generated/instructions/addEntity.ts b/clients/typescript/src/generated/instructions/addEntity.ts index fb7914cd..b7a59b61 100644 --- a/clients/typescript/src/generated/instructions/addEntity.ts +++ b/clients/typescript/src/generated/instructions/addEntity.ts @@ -67,7 +67,7 @@ export const addEntityInstructionDiscriminator = [ export function createAddEntityInstruction( accounts: AddEntityInstructionAccounts, args: AddEntityInstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = addEntityStruct.serialize({ instructionDiscriminator: addEntityInstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/apply.ts b/clients/typescript/src/generated/instructions/apply.ts index 0de45d6b..f6419fed 100644 --- a/clients/typescript/src/generated/instructions/apply.ts +++ b/clients/typescript/src/generated/instructions/apply.ts @@ -71,7 +71,7 @@ export const applyInstructionDiscriminator = [ export function createApplyInstruction( accounts: ApplyInstructionAccounts, args: ApplyInstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = applyStruct.serialize({ instructionDiscriminator: applyInstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/apply2.ts b/clients/typescript/src/generated/instructions/apply2.ts index 1983156d..0f5061c8 100644 --- a/clients/typescript/src/generated/instructions/apply2.ts +++ b/clients/typescript/src/generated/instructions/apply2.ts @@ -74,7 +74,7 @@ export const apply2InstructionDiscriminator = [ export function createApply2Instruction( accounts: Apply2InstructionAccounts, args: Apply2InstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = apply2Struct.serialize({ instructionDiscriminator: apply2InstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/apply3.ts b/clients/typescript/src/generated/instructions/apply3.ts index d80f54c5..9a2c94a3 100644 --- a/clients/typescript/src/generated/instructions/apply3.ts +++ b/clients/typescript/src/generated/instructions/apply3.ts @@ -78,7 +78,7 @@ export const apply3InstructionDiscriminator = [ export function createApply3Instruction( accounts: Apply3InstructionAccounts, args: Apply3InstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = apply3Struct.serialize({ instructionDiscriminator: apply3InstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/apply4.ts b/clients/typescript/src/generated/instructions/apply4.ts index 5f8c65c5..83b7c5df 100644 --- a/clients/typescript/src/generated/instructions/apply4.ts +++ b/clients/typescript/src/generated/instructions/apply4.ts @@ -82,7 +82,7 @@ export const apply4InstructionDiscriminator = [ export function createApply4Instruction( accounts: Apply4InstructionAccounts, args: Apply4InstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = apply4Struct.serialize({ instructionDiscriminator: apply4InstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/apply5.ts b/clients/typescript/src/generated/instructions/apply5.ts index f8e1695d..8682bacd 100644 --- a/clients/typescript/src/generated/instructions/apply5.ts +++ b/clients/typescript/src/generated/instructions/apply5.ts @@ -86,7 +86,7 @@ export const apply5InstructionDiscriminator = [ export function createApply5Instruction( accounts: Apply5InstructionAccounts, args: Apply5InstructionArgs, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = apply5Struct.serialize({ instructionDiscriminator: apply5InstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/initializeComponent.ts b/clients/typescript/src/generated/instructions/initializeComponent.ts index 5f379e9e..d389db3f 100644 --- a/clients/typescript/src/generated/instructions/initializeComponent.ts +++ b/clients/typescript/src/generated/instructions/initializeComponent.ts @@ -57,7 +57,7 @@ export const initializeComponentInstructionDiscriminator = [ */ export function createInitializeComponentInstruction( accounts: InitializeComponentInstructionAccounts, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = initializeComponentStruct.serialize({ instructionDiscriminator: initializeComponentInstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/initializeNewWorld.ts b/clients/typescript/src/generated/instructions/initializeNewWorld.ts index 046f7cf3..2000eb58 100644 --- a/clients/typescript/src/generated/instructions/initializeNewWorld.ts +++ b/clients/typescript/src/generated/instructions/initializeNewWorld.ts @@ -51,7 +51,7 @@ export const initializeNewWorldInstructionDiscriminator = [ */ export function createInitializeNewWorldInstruction( accounts: InitializeNewWorldInstructionAccounts, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = initializeNewWorldStruct.serialize({ instructionDiscriminator: initializeNewWorldInstructionDiscriminator, diff --git a/clients/typescript/src/generated/instructions/initializeRegistry.ts b/clients/typescript/src/generated/instructions/initializeRegistry.ts index 031e3425..a52f0d28 100644 --- a/clients/typescript/src/generated/instructions/initializeRegistry.ts +++ b/clients/typescript/src/generated/instructions/initializeRegistry.ts @@ -49,7 +49,7 @@ export const initializeRegistryInstructionDiscriminator = [ */ export function createInitializeRegistryInstruction( accounts: InitializeRegistryInstructionAccounts, - programId = new web3.PublicKey("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"), + programId = new web3.PublicKey("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"), ) { const [data] = initializeRegistryStruct.serialize({ instructionDiscriminator: initializeRegistryInstructionDiscriminator, diff --git a/clients/typescript/src/generated/types/world.ts b/clients/typescript/src/generated/types/world.ts index b7e5e3e8..1ec18aba 100644 --- a/clients/typescript/src/generated/types/world.ts +++ b/clients/typescript/src/generated/types/world.ts @@ -5,7 +5,7 @@ * IDL can be found at `target/idl/world.json`. */ export type World = { - address: "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"; + address: "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"; metadata: { name: "world"; version: "0.2.6"; diff --git a/clients/typescript/test/framework.ts b/clients/typescript/test/framework.ts index 031830e8..23e956a3 100644 --- a/clients/typescript/test/framework.ts +++ b/clients/typescript/test/framework.ts @@ -111,7 +111,7 @@ export class Framework { for (let index in log) { let line = log[index]; if (line.includes(" consumed ")) { - if (!line.includes("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n")) { + if (!line.includes("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L")) { cpi.push(this.consume(line)); } else { worldReport = this.consume(line); diff --git a/crates/bolt-cli/src/rust_template.rs b/crates/bolt-cli/src/rust_template.rs index 92229419..2cc78dcf 100644 --- a/crates/bolt-cli/src/rust_template.rs +++ b/crates/bolt-cli/src/rust_template.rs @@ -87,7 +87,7 @@ pub fn registry_account() -> &'static str { "L65u9ri2/NoCAAAAAAAAAA==", "base64" ], - "owner": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n", + "owner": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L", "executable": false, "rentEpoch": 18446744073709551615, "space": 16 diff --git a/crates/programs/world/src/lib.rs b/crates/programs/world/src/lib.rs index 4f8f9ec2..45397d0d 100644 --- a/crates/programs/world/src/lib.rs +++ b/crates/programs/world/src/lib.rs @@ -19,7 +19,7 @@ pub const DESTROY: [u8; 8] = discriminator_for("global:destroy"); pub const UPDATE: [u8; 8] = discriminator_for("global:update"); pub const UPDATE_WITH_SESSION: [u8; 8] = discriminator_for("global:update_with_session"); -declare_id!("WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"); +declare_id!("wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"); #[cfg(not(feature = "no-entrypoint"))] security_txt! { diff --git a/tests/test-validator.sh b/tests/test-validator.sh index 031ea5b3..1a1ccbfd 100755 --- a/tests/test-validator.sh +++ b/tests/test-validator.sh @@ -7,7 +7,7 @@ echo "Starting validator" solana-test-validator --reset \ --bpf-program DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh tests/fixtures/delegation.so \ --bpf-program KeyspM2ssCJbqUhQ4k7sveSiY4WjnYsrXkC8oDbwde5 tests/fixtures/session_keys.so \ - --bpf-program WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n target/deploy/world.so \ + --bpf-program wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L target/deploy/world.so \ --bpf-program CmP2djJgABZ4cRokm4ndxuq6LerqpNHLBsaUv2XKEJua target/deploy/bolt_component.so \ --bpf-program 7X4EFsDJ5aYTcEjKzJ94rD8FRKgQeXC89fkpeTS4KaqP target/deploy/bolt_system.so \ --bpf-program Fn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ target/deploy/position.so \