Skip to content

Commit 78a7fb2

Browse files
Cherry pick #1845 (#1852)
Removes only from test (#1845) * Removes only from test * Fix tests (#1851) * Revert "Upgrading @hashgraph/sdk to 2.36.0 across all packages. (#1840)" * Fixing debug_TraceTransaction, adding a missing null check --------- --------- Signed-off-by: Konstantina Blazhukova <[email protected]> Signed-off-by: Alfredo Gutierrez <[email protected]> Co-authored-by: konstantinabl <[email protected]>
1 parent f2fd011 commit 78a7fb2

File tree

9 files changed

+160
-1495
lines changed

9 files changed

+160
-1495
lines changed

dapp-example/package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dapp-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.1",
77
"@emotion/styled": "^11.11.0",
8-
"@hashgraph/sdk": "^2.36.0",
8+
"@hashgraph/sdk": "^2.34.1",
99
"@mui/material": "^5.14.10",
1010
"ethers": "^5.6.8",
1111
"react": "^18.1.0",

docs/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=10.17.0"
77
},
88
"dependencies": {
9-
"@hashgraph/sdk": "^2.36.0",
9+
"@hashgraph/sdk": "^2.24.2",
1010
"dotenv": "^14.3.2"
1111
}
1212
}

0 commit comments

Comments
 (0)