Skip to content

Commit

Permalink
chore(sltp): bump abacus v to pull in new analytics + change sl/tp du…
Browse files Browse the repository at this point in the history
…ration to 90 days (#490)

* bump abacus

* add toast duration
  • Loading branch information
moo-onthelawn authored May 1, 2024
1 parent bfe5f2e commit 9361834
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@cosmjs/proto-signing": "^0.32.1",
"@cosmjs/stargate": "^0.32.1",
"@cosmjs/tendermint-rpc": "^0.32.1",
"@dydxprotocol/v4-abacus": "^1.6.50",
"@dydxprotocol/v4-abacus": "^1.6.54",
"@dydxprotocol/v4-client-js": "^1.1.7",
"@dydxprotocol/v4-localization": "^1.1.76",
"@ethersproject/providers": "^5.7.2",
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/hooks/useNotificationTypes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export const notificationTypes: NotificationTypeConfig[] = [
icon: assetIcon,
title: title,
body: body,
toastDuration: DEFAULT_TOAST_AUTO_CLOSE_MS,
renderCustomBody: ({ isToast, notification }) => (
<TriggerOrderNotification
status={status}
Expand Down

0 comments on commit 9361834

Please sign in to comment.