Skip to content

Commit 80a98db

Browse files
committed
refactor(experimental): add simulateTransaction RPC call
1 parent 3b49e8a commit 80a98db

File tree

4 files changed

+993
-1
lines changed

4 files changed

+993
-1
lines changed

packages/rpc-core/src/response-patcher-allowed-numeric-values.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export function getAllowedNumericKeypaths(): AllowedNumericKeypaths {
149149
['current', KEYPATH_WILDCARD, 'commission'],
150150
['delinquent', KEYPATH_WILDCARD, 'commission'],
151151
],
152+
simulateTransaction: jsonParsedAccountsConfigs.map(c => ['value', 'accounts', KEYPATH_WILDCARD, ...c]),
152153
};
153154
}
154155
return memoizedKeypaths;

0 commit comments

Comments
 (0)