Skip to content

Commit

Permalink
fix displayed token symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Jul 19, 2023
1 parent 97816ba commit 1fb117f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkbob-ui",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"dependencies": {
"@dicebear/avatars": "^4.10.2",
Expand Down
3 changes: 2 additions & 1 deletion src/pages/Transfer/MultiTransfer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const prefixes = {
'USDC-goerli': 'zkbob_goerli_usdc',
'BOB-op-goerli': 'zkbob_goerli_optimism',
'WETH-goerli': 'zkbob_goerli_eth',
'WETH-optimism': 'zkbob_optimism_eth',
};

export default forwardRef((props, ref) => {
Expand Down Expand Up @@ -135,7 +136,7 @@ export default forwardRef((props, ref) => {

return (
<>
<Text>Add zkAddress, the amount of BOB to transfer. 1 address per row.</Text>
<Text>Add zkAddress, the amount of {currentPool.tokenSymbol} to transfer. 1 address per row.</Text>
<TextEditor
value={data}
onChange={setData}
Expand Down

0 comments on commit 1fb117f

Please sign in to comment.