Skip to content

Commit

Permalink
USDC
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Aug 16, 2023
1 parent e6a3128 commit 8a31538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/experimental_/WelcomeMessage_.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const WelcomeMessage = () => {
<WelcomeBox onClick={() => sendMessage('Load Pudgy Penguins nft collection')}>
Show specific NFT collections [Pudgy Penguins]
</WelcomeBox>
<WelcomeBox onClick={() => sendMessage('What Nfts do I own?')}>
What Nfts do I own?
<WelcomeBox onClick={() => sendMessage('What NFTs do I own?')}>
What NFTs do I own?
</WelcomeBox>
</WelcomeColumn>

Expand All @@ -59,7 +59,7 @@ const WelcomeMessage = () => {
Swap 0.1 ETH for DAI on Uniswap
</WelcomeBox>
<WelcomeBox onClick={() => sendMessage('Borrow 1000 USDC on yield Protocol with ETH collateral')}>
Borrow 1000 USDC on yield Protocol with ETH collateral
Borrow 1000 USDC on yield Protocol with ETH collateral
</WelcomeBox>
<WelcomeBox onClick={() => sendMessage('Register the name [domain-name].eth on ENS')}>
Register the name [domain-name].eth on ENS
Expand All @@ -71,7 +71,7 @@ const WelcomeMessage = () => {
{/* <ExclamationTriangleIcon className="mt-3 h-12 text-gray-300" /> */}
<WelcomeBoxSubtitle>Query the Network</WelcomeBoxSubtitle>
<WelcomeBox onClick={() => sendMessage('What is the price of ETH in terms of USD')}>
What is the price of ETH in terms of USD?
What is the price of ETH in terms of USDC?
</WelcomeBox>
<WelcomeBox onClick={() => sendMessage('What is my DAI balance?')}>
What is my DAI balance?
Expand Down

0 comments on commit 8a31538

Please sign in to comment.