Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix/check-arbitrary-data
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincaliskan committed Oct 3, 2023
2 parents 9668013 + c8183e7 commit eac7bb5
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 46 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"homepage": "https://perawallet.github.io/pera-demo-dapp/",
"private": true,
"dependencies": {
"@hipo/react-ui-toolkit": "^1.0.0-beta",
"@perawallet/connect": "^1.3.2",
"@hipo/react-ui-toolkit": "1.0.0-beta",
"@perawallet/connect": "^1.3.3",
"@perawallet/onramp": "^1.1.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
Expand All @@ -31,6 +31,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"prettier": "^2.5.1",
"react-error-overlay": "^6.0.9",
"sass": "1.56.1",
"stylelint": "^13.12.0",
"stylelint-no-unsupported-browser-features": "^4.1.4",
Expand All @@ -52,18 +53,11 @@
"eslintIgnore": [
"signTxnUtils.tsx"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"keywords": [],
"description": ""
}
1 change: 1 addition & 0 deletions src/core/home/sign-txn/SignTxn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function SignTxn({
}
} catch (error) {
handleSetLog(`${error}`);
console.log(error);
} finally {
setIsRequestPending(false);
refecthAccountDetail();
Expand Down
Loading

0 comments on commit eac7bb5

Please sign in to comment.