Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolution = true
skip-lint = false

[programs.devnet]
world = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"
world = "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L"

[programs.localnet]
component-small = "9yBADAhoTWCkNRB6hbfpwUgPpxyJiF9uEiWVPR6k7A4y"
Expand Down
2 changes: 1 addition & 1 deletion clients/csharp/Solana.Unity.Bolt/WorldProgram/Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/.solitarc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const binaryInstallDir = path.join(__dirname, ".crates");
module.exports = {
idlGenerator: "anchor",
programName: "world",
programId: "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n",
programId: "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L",
removeExistingIdl: false,
idlDir,
sdkDir,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/idl/world.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}
],
"metadata": {
"address": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n",
"address": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L",
"origin": "anchor",
"binaryVersion": "0.29.0",
"libVersion": "0.29.0"
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/accounts/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/accounts/Registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/accounts/World.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/idl/world.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n",
"address": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L",
"metadata": {
"name": "world",
"version": "0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export * from "./instructions";
* @category constants
* @category generated
*/
export const PROGRAM_ADDRESS = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n";
export const PROGRAM_ADDRESS = "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L";

/**
* Program public key
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/addEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/apply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/apply2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/apply3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/apply4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/instructions/apply5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/generated/types/world.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/test/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion crates/bolt-cli/src/rust_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn registry_account() -> &'static str {
"L65u9ri2/NoCAAAAAAAAAA==",
"base64"
],
"owner": "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n",
"owner": "wor1DcaDr8AeBdaf5bqeBQUY9My2sgZwtanRcaALE9L",
"executable": false,
"rentEpoch": 18446744073709551615,
"space": 16
Expand Down
2 changes: 1 addition & 1 deletion crates/programs/world/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading