Skip to content

Commit 0c844c6

Browse files
chore: fix wrong field name in returned data (#2710)
Signed-off-by: joemicky <[email protected]> Co-authored-by: Ryan Lee <[email protected]>
1 parent 875a585 commit 0c844c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/light-client-extension-helpers/src/content-script/content-script-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const adaptLegacyToExtensionMessageToRpcMessage = (
213213
) => {
214214
return {
215215
id: `legacy:${msg.type}:${msg.id}`,
216-
orign: msg.origin,
216+
origin: msg.origin,
217217
method: msg.type,
218218
params:
219219
msg.type === "getChains"

0 commit comments

Comments
 (0)