@atomiqlabs/chain-starknet 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StarknetKeypairWallet = void 0;
|
|
4
4
|
const starknet_1 = require("starknet");
|
|
5
5
|
const Utils_1 = require("../../utils/Utils");
|
|
6
|
-
const OZaccountClassHash = '
|
|
6
|
+
const OZaccountClassHash = '0x061dac032f228abef9c6626f995015233097ae253a7f72d68552db02f2971b8f';
|
|
7
7
|
//Openzeppelin Account wallet
|
|
8
8
|
class StarknetKeypairWallet extends starknet_1.Account {
|
|
9
9
|
constructor(provider, privateKey) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {Account, CallData, DeployAccountContractPayload, ec, hash, Provider} from "starknet";
|
|
2
2
|
import {toHex} from "../../utils/Utils";
|
|
3
3
|
|
|
4
|
-
const OZaccountClassHash = '
|
|
4
|
+
const OZaccountClassHash = '0x061dac032f228abef9c6626f995015233097ae253a7f72d68552db02f2971b8f';
|
|
5
5
|
|
|
6
6
|
//Openzeppelin Account wallet
|
|
7
7
|
export class StarknetKeypairWallet extends Account {
|