Skip to content

Commit 3937ebf

Browse files
committed
refactor: update Safe initialization method from init to create for consistency
1 parent bf66243 commit 3937ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe-transaction/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function run() {
3131
});
3232

3333
// Initialize Protocol Kit
34-
const protocolKit = await Safe.init({
34+
const protocolKit = await Safe.create({
3535
provider: rpcUrl,
3636
signer: proposerPrivateKey,
3737
safeAddress: safeAddress,

0 commit comments

Comments
 (0)