Skip to content

Commit fbe5954

Browse files
committed
fix arb wasm address
1 parent 4e513bc commit fbe5954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/stylus/write/activateStylusContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ThirdwebClient } from "../../../client/client.js";
33
import { getContract } from "../../../contract/contract.js";
44
import { activateProgram } from "../__generated__/IArbWasm/write/activateProgram.js";
55

6-
const ARB_WASM_ADDRESS = "0000000000000000000000000000000000000071";
6+
const ARB_WASM_ADDRESS = "0x0000000000000000000000000000000000000071";
77

88
export type ActivateStylusContractOptions = {
99
chain: Chain;

0 commit comments

Comments
 (0)