Skip to content

Commit

Permalink
Merge pull request #455 from reservoirprotocol/upgrade-rk-1.23.0
Browse files Browse the repository at this point in the history
Upgrade RK to 1.23.0
  • Loading branch information
pedromcunha committed Jan 2, 2024
2 parents 9569cf3 + 981a86c commit 786f60c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/token/AttributeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default ({ attribute, collectionTokenCount, collectionId }: Props) => {
{attribute.value}
</Text>
<FormatCryptoCurrency
amount={attribute.floorAskPrice}
amount={attribute.floorAskPrice?.amount?.decimal}
logoHeight={14}
textStyle="subtitle1"
maximumFractionDigits={2}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "1.0.6",
"@rainbow-me/rainbowkit": "1.3.1",
"@reservoir0x/reservoir-kit-ui": "1.22.0",
"@reservoir0x/reservoir-kit-ui": "1.23.0",
"@sentry/nextjs": "^7.85.0",
"@types/uuid": "^9.0.1",
"dayjs": "^1.11.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1528,10 +1528,10 @@
dependencies:
"@react-hookz/deep-equal" "^1.0.3"

"@reservoir0x/reservoir-kit-ui@1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-1.22.0.tgz#46b357f47f7def6145a252e19fef59415d160168"
integrity sha512-+wIQG5kSlkGNPw4VPFrk3v3M6v185n6tCpfKuVS7V1qSBxG0gnIcBrIaEKmHx/AYFOhG5YCfeDNmrorjQn4sfw==
"@reservoir0x/reservoir-kit-ui@1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-1.23.0.tgz#c935fd636dc9dabccbbd593af3c258b1f23945eb"
integrity sha512-nX0Nw7xfQhbNrEvafu0+3GjF1IQDZfwXdz/dDPG1CiuiCY5eod3XwkEjMSV7kVVLsrWuRPuWzPb6PK65tll6dQ==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/free-solid-svg-icons" "^6.1.1"
Expand Down

1 comment on commit 786f60c

@vercel
Copy link

@vercel vercel bot commented on 786f60c Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.