We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7df690 commit 869d8f2Copy full SHA for 869d8f2
blockchain/contracts/scripts/deploy_lit_node_contracts.js
@@ -537,7 +537,7 @@ async function deployLitNodeContracts(deployNodeConfig) {
537
// Create a default realm
538
tx = await stakingContract.addRealm();
539
await tx.wait();
540
- let realmConfig = stakingContract.getRealmConfig(1);
+ let realmConfig = stakingContract.RealmConfig(1);
541
542
// Ensure the default keyset is set
543
realmConfig.defaultKeySet = DEFAULT_KEY_SET_NAME;
0 commit comments