Skip to content

Add global contracts#10

Merged
gagdiez merged 14 commits intomainfrom
add-global-contracts
Sep 9, 2025
Merged

Add global contracts#10
gagdiez merged 14 commits intomainfrom
add-global-contracts

Conversation

@garikbesson
Copy link

No description provided.

@gagdiez
Copy link
Collaborator

gagdiez commented Aug 27, 2025

Lets change the code so we use an already deployed global contract, and we can initialize what contract to use by hash or accountId through an enum

enum globalid {
  AccountId(account_id: string)
  CodeHash(hash: string????)
}

contractId: Gloablid

@garikbesson garikbesson linked an issue Sep 2, 2025 that may be closed by this pull request
@gagdiez gagdiez merged commit 76eb07b into main Sep 9, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from NEW❗ to Shipped 🚀 in DevRel Sep 9, 2025
@gagdiez gagdiez deleted the add-global-contracts branch September 9, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to global contracts

3 participants