Skip to content

Commit

Permalink
Merge branch 'ted/upgrade-viem-wagmi-v2' of https://github.com/reserv…
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Feb 21, 2024
2 parents 690fe65 + bd9597c commit 7ee5b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/modal/bid/BidModalRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,13 @@ export const BidModalRenderer: FC<Props> = ({
{
address: wrappedContractAddress as Address,
abi: erc20Abi,
chainId: rendererChain?.id,
functionName: 'decimals',
},
{
address: wrappedContractAddress as Address,
abi: erc20Abi,
chainId: rendererChain?.id,
functionName: 'symbol',
},
],
Expand Down

0 comments on commit 7ee5b95

Please sign in to comment.