Skip to content

Commit

Permalink
adjust tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Sep 4, 2024
1 parent ac2b26c commit 3761abe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/governance/ListToken/ListToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => {
? 0.000027396999939810485
: proposedPreset.collateralFeePerDay,
),
'',
proposedPreset.preset_name,
)
.accounts({
fallbackOracle: PublicKey.default,
Expand Down
2 changes: 1 addition & 1 deletion components/modals/DashboardSuggestedValuesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const DashboardSuggestedValues = ({
: fieldsToChange.disableAssetLiquidation,
getNullOrVal(fieldsToChange.collateralFeePerDay),
null,
'',
preset.preset_name,
)
.accounts({
group: group!.publicKey,
Expand Down
2 changes: 1 addition & 1 deletion components/modals/SecurityCouncilModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SecurityCouncilModal = ({
null,
null,
null,
'',
null,
)
.accounts({
group: group!.publicKey,
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10826,14 +10826,14 @@ node-addon-api@^7.0.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.0.tgz#71f609369379c08e251c558527a107107b5e0fdb"
integrity sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==

[email protected], "node-fetch@npm:@blockworks-foundation/[email protected]":
[email protected], node-fetch@^2.6.12, node-fetch@^2.7.0, "node-fetch@npm:@blockworks-foundation/[email protected]":
version "2.6.11"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/node-fetch/-/node-fetch-2.6.11.tgz#fb536ef0e6a960e7b7993f3c1d3b3bba9bdfbc56"
integrity sha512-HeDTxpIypSR4qCoqgUXGr8YL4OG1z7BbV4VhQ9iQs+pt2wV3MtqO+sQk2vXK3WDKu5C6BsbGmWE22BmIrcuOOw==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.7.0:
node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
Expand Down

0 comments on commit 3761abe

Please sign in to comment.