Skip to content

Commit 869d8f2

Browse files
committed
switch function name.... which makes me wonder if my test executed!
1 parent d7df690 commit 869d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/contracts/scripts/deploy_lit_node_contracts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ async function deployLitNodeContracts(deployNodeConfig) {
537537
// Create a default realm
538538
tx = await stakingContract.addRealm();
539539
await tx.wait();
540-
let realmConfig = stakingContract.getRealmConfig(1);
540+
let realmConfig = stakingContract.RealmConfig(1);
541541

542542
// Ensure the default keyset is set
543543
realmConfig.defaultKeySet = DEFAULT_KEY_SET_NAME;

0 commit comments

Comments
 (0)