Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sozo] typscript bindings #2600

Open
ponderingdemocritus opened this issue Oct 31, 2024 · 0 comments
Open

[sozo] typscript bindings #2600

ponderingdemocritus opened this issue Oct 31, 2024 · 0 comments

Comments

@ponderingdemocritus
Copy link
Contributor

This is currently being included in the function output.

Type ClassHash is not included.

We need to include the ClassHash

	const upgrade = async (account: Account, newClassHash: ClassHash) => {
		try {
			return await provider.execute(

				account,
				{
					contractName: "actions",
					entryPoint: "upgrade",
					calldata: [newClassHash],
				}
			);
		} catch (error) {
			console.error(error);
		}
	};
	```
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

No branches or pull requests

1 participant