Skip to content

Commit

Permalink
Merge pull request #229 from lc-labs/fetaure/zapper-rtoken-output-tweaks
Browse files Browse the repository at this point in the history
tweak zapper output to allow for slippage
  • Loading branch information
akshatmittal authored Oct 20, 2023
2 parents 5e16f25 + 03c66bd commit 625c970
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@popperjs/core": "^2.11.5",
"@rainbow-me/rainbowkit": "1.0.11",
"@react-spring/web": "^9.7.1",
"@reserve-protocol/token-zapper": "2.6.10",
"@reserve-protocol/token-zapper": "2.6.11",
"@uiw/react-md-editor": "^3.20.5",
"@uniswap/permit2-sdk": "^1.2.0",
"@viem/anvil": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ msgstr ""
#: src/components/transactions/table/index.tsx:78
#: src/views/auctions/components/useColumns.tsx:39
#: src/views/bridge/components/BridgeAmount.tsx:43
#: src/views/issuance/components/zap/components/ZapInput.tsx:74
#: src/views/issuance/components/zap/components/ZapInput.tsx:73
msgid "Amount"
msgstr ""

Expand Down Expand Up @@ -1113,8 +1113,8 @@ msgstr ""
msgid "Learn"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:93
#: src/views/issuance/components/zap/components/ZapInput.tsx:147
#: src/views/issuance/components/zap/components/ZapInput.tsx:92
#: src/views/issuance/components/zap/components/ZapInput.tsx:146
#: src/views/settings/components/SettingItem.tsx:60
msgid "Loading..."
msgstr ""
Expand Down Expand Up @@ -1197,6 +1197,10 @@ msgstr ""
msgid "Meditate peacefully on the stability of a future asset backed reserve currency while your RToken deploys 🧘‍♂️"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:55
msgid "Min Output"
msgstr ""

#: src/components/rtoken-setup/token/OtherForm.tsx:88
msgid "Minimum trade in USD terms"
msgstr ""
Expand Down Expand Up @@ -1235,7 +1239,7 @@ msgstr ""
msgid "Mint amount"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:76
#: src/views/issuance/components/zap/components/ZapInput.tsx:75
msgid "Mint with {zapSymbol}"
msgstr ""

Expand Down Expand Up @@ -1375,10 +1379,6 @@ msgstr ""
msgid "Other Parameters"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:56
msgid "Output"
msgstr ""

#: src/components/layout/navigation/index.tsx:109
#: src/views/overview/components/TokenOverview.tsx:24
msgid "Overview"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ msgstr ""
#: src/components/transactions/table/index.tsx:78
#: src/views/auctions/components/useColumns.tsx:39
#: src/views/bridge/components/BridgeAmount.tsx:43
#: src/views/issuance/components/zap/components/ZapInput.tsx:74
#: src/views/issuance/components/zap/components/ZapInput.tsx:73
msgid "Amount"
msgstr ""

Expand Down Expand Up @@ -1113,8 +1113,8 @@ msgstr ""
msgid "Learn"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:93
#: src/views/issuance/components/zap/components/ZapInput.tsx:147
#: src/views/issuance/components/zap/components/ZapInput.tsx:92
#: src/views/issuance/components/zap/components/ZapInput.tsx:146
#: src/views/settings/components/SettingItem.tsx:60
msgid "Loading..."
msgstr ""
Expand Down Expand Up @@ -1197,6 +1197,10 @@ msgstr ""
msgid "Meditate peacefully on the stability of a future asset backed reserve currency while your RToken deploys 🧘‍♂️"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:55
msgid "Min Output"
msgstr ""

#: src/components/rtoken-setup/token/OtherForm.tsx:88
msgid "Minimum trade in USD terms"
msgstr ""
Expand Down Expand Up @@ -1235,7 +1239,7 @@ msgstr ""
msgid "Mint amount"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:76
#: src/views/issuance/components/zap/components/ZapInput.tsx:75
msgid "Mint with {zapSymbol}"
msgstr ""

Expand Down Expand Up @@ -1375,10 +1379,6 @@ msgstr ""
msgid "Other Parameters"
msgstr ""

#: src/views/issuance/components/zap/components/ZapInput.tsx:56
msgid "Output"
msgstr ""

#: src/components/layout/navigation/index.tsx:109
#: src/views/overview/components/TokenOverview.tsx:24
msgid "Overview"
Expand Down
2 changes: 1 addition & 1 deletion src/views/issuance/components/zap/components/ZapInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ZapOutput = () => {
return (
<Flex ml={3} mt={2} sx={{ fontSize: 1 }}>
<Text variant="legend" mr={1}>
<Trans>Output</Trans>:
<Trans>Min Output</Trans>:
</Text>
<Text variant="strong">
{useAtomValue(ui.output.textBox) || 'None'} <ZapDust />
Expand Down

0 comments on commit 625c970

Please sign in to comment.