Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/5f/ee11d1bef12f1abfb072d7b03a51e4883fb84edd3a5df0c6807abf3d6aa5fcbb8664fd
T
2025-11-08 10:07:13 +00:00

1 line
156 KiB
Plaintext

{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":11,"column":22,"index":185}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":186},"end":{"line":12,"column":46,"index":232}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"expo-linear-gradient","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":233},"end":{"line":13,"column":54,"index":287}}],"key":"U49Qf+lzUGUozi/zW+nL0UJUvcg=","exportNames":["*"],"imports":1}},{"name":"../../constants/colors","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":288},"end":{"line":14,"column":44,"index":332}}],"key":"fGrGUPNMLmLukL54XEqv2tSlgH0=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/Exchange/ExchangeScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return ExchangeScreen;\n }\n });\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[1], \"react\");\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[3], \"@expo/vector-icons\");\n var _expoLinearGradient = require(_dependencyMap[4], \"expo-linear-gradient\");\n var _constantsColors = require(_dependencyMap[5], \"../../constants/colors\");\n var Colors = _interopDefault(_constantsColors);\n var _reactJsxDevRuntime = require(_dependencyMap[6], \"react/jsx-dev-runtime\");\n function ExchangeScreen(_ref) {\n var _this = this;\n _s();\n var navigation = _ref.navigation;\n var _useState = (0, _react.useState)('HEZ'),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n fromToken = _useState2[0],\n setFromToken = _useState2[1];\n var _useState3 = (0, _react.useState)('PEZ'),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n toToken = _useState4[0],\n setToToken = _useState4[1];\n var _useState5 = (0, _react.useState)(''),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n fromAmount = _useState6[0],\n setFromAmount = _useState6[1];\n var _useState7 = (0, _react.useState)(''),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n toAmount = _useState8[0],\n setToAmount = _useState8[1];\n var _useState9 = (0, _react.useState)('0.5'),\n _useState0 = (0, _slicedToArray.default)(_useState9, 2),\n slippage = _useState0[0],\n setSlippage = _useState0[1];\n var _useState1 = (0, _react.useState)({\n hez: 45750.5,\n pez: 1234567\n }),\n _useState10 = (0, _slicedToArray.default)(_useState1, 1),\n balances = _useState10[0];\n var _useState11 = (0, _react.useState)({\n hezToPez: 27.5,\n pezToHez: 0.0364,\n lastUpdated: new Date().toLocaleTimeString()\n }),\n _useState12 = (0, _slicedToArray.default)(_useState11, 1),\n exchangeRate = _useState12[0];\n var _useState13 = (0, _react.useState)([{\n id: '1',\n fromToken: 'HEZ',\n toToken: 'PEZ',\n fromAmount: 100,\n toAmount: 2750,\n rate: 27.5,\n date: '2024-01-23 14:30',\n txHash: '0x1a2b3c...'\n }, {\n id: '2',\n fromToken: 'PEZ',\n toToken: 'HEZ',\n fromAmount: 5000,\n toAmount: 182,\n rate: 0.0364,\n date: '2024-01-22 10:15',\n txHash: '0x4d5e6f...'\n }]),\n _useState14 = (0, _slicedToArray.default)(_useState13, 1),\n swapHistory = _useState14[0];\n (0, _react.useEffect)(function () {\n calculateToAmount();\n }, [fromAmount, fromToken, toToken]);\n var calculateToAmount = function calculateToAmount() {\n if (!fromAmount || parseFloat(fromAmount) <= 0) {\n setToAmount('');\n return;\n }\n var amount = parseFloat(fromAmount);\n var result = 0;\n if (fromToken === 'HEZ' && toToken === 'PEZ') {\n result = amount * exchangeRate.hezToPez;\n } else if (fromToken === 'PEZ' && toToken === 'HEZ') {\n result = amount * exchangeRate.pezToHez;\n }\n\n // Apply slippage\n var slippagePercent = parseFloat(slippage) / 100;\n result = result * (1 - slippagePercent);\n setToAmount(result.toFixed(4));\n };\n var swapTokens = function swapTokens() {\n var newFromToken = toToken;\n var newToToken = fromToken;\n setFromToken(newFromToken);\n setToToken(newToToken);\n setFromAmount(toAmount);\n };\n var executeSwap = function executeSwap() {\n if (!fromAmount || parseFloat(fromAmount) <= 0) {\n _reactNative.Alert.alert('Invalid Amount', 'Please enter a valid amount to swap');\n return;\n }\n var amount = parseFloat(fromAmount);\n var currentBalance = fromToken === 'HEZ' ? balances.hez : balances.pez;\n if (amount > currentBalance) {\n _reactNative.Alert.alert('Insufficient Balance', `You don't have enough ${fromToken}`);\n return;\n }\n _reactNative.Alert.alert('Confirm Swap', `Swap ${fromAmount} ${fromToken} for ${toAmount} ${toToken}?\\n\\nRate: 1 ${fromToken} = ${fromToken === 'HEZ' ? exchangeRate.hezToPez : exchangeRate.pezToHez} ${toToken}\\nSlippage: ${slippage}%`, [{\n text: 'Cancel',\n style: 'cancel'\n }, {\n text: 'Confirm',\n onPress: function onPress() {\n _reactNative.Alert.alert('Success!', `Swap executed successfully!\\n\\nTransaction hash: 0x${Math.random().toString(16).substr(2, 8)}...`);\n setFromAmount('');\n setToAmount('');\n }\n }]);\n };\n var setMaxAmount = function setMaxAmount() {\n var maxBalance = fromToken === 'HEZ' ? balances.hez : balances.pez;\n setFromAmount(maxBalance.toString());\n };\n var getCurrentRate = function getCurrentRate() {\n return fromToken === 'HEZ' ? exchangeRate.hezToPez : exchangeRate.pezToHez;\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoLinearGradient.LinearGradient, {\n colors: [Colors.default.primary, Colors.default.kurdishGold],\n style: styles.header,\n start: {\n x: 0,\n y: 0\n },\n end: {\n x: 1,\n y: 1\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.headerContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Exchange\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 167,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerSubtitle,\n children: \"Swap HEZ \\u2194 PEZ Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 166,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.historyButton,\n onPress: function onPress() {\n return _reactNative.Alert.alert('History', 'Full swap history coming soon');\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"time-outline\",\n size: 24,\n color: \"white\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 165,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 159,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateTitle,\n children: \"Current Exchange Rate\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.updateBadge,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"sync\",\n size: 12,\n color: Colors.default.success\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.updateText,\n children: \"Live\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 186,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateLabel,\n children: \"1 HEZ =\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 191,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateValue,\n children: [exchangeRate.hezToPez, \" PEZ\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 192,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 190,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateDivider\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 194,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.rateItem,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateLabel,\n children: \"1 PEZ =\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 196,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateValue,\n children: [exchangeRate.pezToHez, \" HEZ\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 189,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.rateUpdate,\n children: [\"Last updated: \", exchangeRate.lastUpdated]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 200,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 180,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Swap Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 208,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.swapCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.swapHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.swapLabel,\n children: \"From\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceText,\n children: [\"Balance: \", fromToken === 'HEZ' ? balances.hez.toLocaleString() : balances.pez.toLocaleString(), \" \", fromToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 214,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 212,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.inputContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.amountInput,\n placeholder: \"0.00\",\n keyboardType: \"decimal-pad\",\n value: fromAmount,\n onChangeText: setFromAmount\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 219,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenSelector,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenBadge,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenText,\n children: fromToken\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 228,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 227,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: setMaxAmount,\n style: styles.maxButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.maxButtonText,\n children: \"MAX\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 230,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 226,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 218,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.swapButtonContainer,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.swapIconButton,\n onPress: swapTokens,\n activeOpacity: 0.7,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"swap-vertical\",\n size: 24,\n color: Colors.default.primary\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 244,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 239,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 238,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.swapCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.swapHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.swapLabel,\n children: \"To\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 251,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.balanceText,\n children: [\"Balance: \", toToken === 'HEZ' ? balances.hez.toLocaleString() : balances.pez.toLocaleString(), \" \", toToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 250,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.inputContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: [styles.amountInput, styles.amountInputDisabled],\n placeholder: \"0.00\",\n value: toAmount,\n editable: false\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 257,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenSelector,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tokenBadge,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.tokenText,\n children: toToken\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 265,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 264,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 263,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 256,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 249,\n columnNumber: 11\n }, this), fromAmount && toAmount && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.detailsCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.detailRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.detailLabel,\n children: \"Rate\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 275,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.detailValue,\n children: [\"1 \", fromToken, \" = \", getCurrentRate(), \" \", toToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 276,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 274,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.detailRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.detailLabel,\n children: \"Slippage Tolerance\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 281,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.slippageSelector,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.slippageOption, slippage === '0.5' && styles.slippageOptionActive],\n onPress: function onPress() {\n return setSlippage('0.5');\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.slippageText, slippage === '0.5' && styles.slippageTextActive],\n children: \"0.5%\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 290,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 283,\n columnNumber: 19\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.slippageOption, slippage === '1.0' && styles.slippageOptionActive],\n onPress: function onPress() {\n return setSlippage('1.0');\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.slippageText, slippage === '1.0' && styles.slippageTextActive],\n children: \"1.0%\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 306,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 299,\n columnNumber: 19\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.slippageOption, slippage === '2.0' && styles.slippageOptionActive],\n onPress: function onPress() {\n return setSlippage('2.0');\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.slippageText, slippage === '2.0' && styles.slippageTextActive],\n children: \"2.0%\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 322,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 315,\n columnNumber: 19\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 282,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 280,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.detailRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.detailLabel,\n children: \"Network Fee\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 334,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.detailValue,\n children: \"~0.01 HEZ\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 335,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 333,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 273,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.executeButton,\n onPress: executeSwap,\n activeOpacity: 0.8,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoLinearGradient.LinearGradient, {\n colors: [Colors.default.primary, Colors.default.success],\n style: styles.executeButtonGradient,\n start: {\n x: 0,\n y: 0\n },\n end: {\n x: 1,\n y: 0\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"swap-horizontal\",\n size: 20,\n color: \"white\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 352,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.executeButtonText,\n children: \"Swap Tokens\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 353,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 346,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 341,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 207,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.section,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.sectionHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Recent Swaps\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 361,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.viewAllText,\n children: \"View All\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 363,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 362,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 360,\n columnNumber: 11\n }, this), swapHistory.map(function (swap) {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyIcon,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"swap-horizontal\",\n size: 24,\n color: Colors.default.primary\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 371,\n columnNumber: 19\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 370,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyInfo,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyTitle,\n children: [swap.fromToken, \" \\u2192 \", swap.toToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 378,\n columnNumber: 19\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyDate,\n children: swap.date\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 381,\n columnNumber: 19\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyHash,\n children: [\"Tx: \", swap.txHash]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 382,\n columnNumber: 19\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 377,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyAmount,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyFromAmount,\n children: [\"-\", swap.fromAmount, \" \", swap.fromToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 385,\n columnNumber: 19\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyToAmount,\n children: [\"+\", swap.toAmount, \" \", swap.toToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 388,\n columnNumber: 19\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 384,\n columnNumber: 17\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 369,\n columnNumber: 15\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.historyFooter,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.historyRate,\n children: [\"Rate: 1 \", swap.fromToken, \" = \", swap.rate, \" \", swap.toToken]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 394,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"open-outline\",\n size: 16,\n color: Colors.default.primary\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 398,\n columnNumber: 19\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 397,\n columnNumber: 17\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 393,\n columnNumber: 15\n }, _this)]\n }, swap.id, true, {\n fileName: _jsxFileName,\n lineNumber: 368,\n columnNumber: 13\n }, _this);\n })]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 359,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoSection,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"information-circle\",\n size: 24,\n color: Colors.default.primary\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 412,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoTitle,\n children: \"About Token Swap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 414,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"Exchange rates are determined by the on-chain liquidity pool. HEZ is the security layer token, while PEZ is the governance token. Swap fees support network validators and liquidity providers.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 415,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 413,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 411,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 410,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n height: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 422,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 156,\n columnNumber: 5\n }, this);\n }\n _s(ExchangeScreen, \"nGxp5+ybW5+7bXb/l3PFXtR8kzk=\");\n _c = ExchangeScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: Colors.default.background\n },\n header: {\n paddingHorizontal: 20,\n paddingTop: 20,\n paddingBottom: 24,\n borderBottomLeftRadius: 24,\n borderBottomRightRadius: 24\n },\n headerContent: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n headerTitle: {\n fontSize: 32,\n fontWeight: '700',\n color: 'white',\n marginBottom: 4\n },\n headerSubtitle: {\n fontSize: 16,\n color: 'rgba(255, 255, 255, 0.9)'\n },\n historyButton: {\n width: 48,\n height: 48,\n borderRadius: 24,\n backgroundColor: 'rgba(255, 255, 255, 0.2)',\n alignItems: 'center',\n justifyContent: 'center'\n },\n rateContainer: {\n paddingHorizontal: 20,\n marginTop: -30,\n marginBottom: 20\n },\n rateCard: {\n backgroundColor: 'white',\n borderRadius: 16,\n padding: 20,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 2\n },\n shadowOpacity: 0.05,\n shadowRadius: 8,\n elevation: 2\n },\n rateHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 16\n },\n rateTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: Colors.default.textDark\n },\n updateBadge: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n backgroundColor: Colors.default.success + '20',\n paddingHorizontal: 8,\n paddingVertical: 4,\n borderRadius: 8\n },\n updateText: {\n fontSize: 12,\n fontWeight: '600',\n color: Colors.default.success\n },\n rateContent: {\n flexDirection: 'row',\n alignItems: 'center',\n marginBottom: 12\n },\n rateItem: {\n flex: 1,\n alignItems: 'center'\n },\n rateLabel: {\n fontSize: 14,\n color: Colors.default.textGray,\n marginBottom: 4\n },\n rateValue: {\n fontSize: 18,\n fontWeight: '700',\n color: Colors.default.primary\n },\n rateDivider: {\n width: 1,\n height: 40,\n backgroundColor: Colors.default.background\n },\n rateUpdate: {\n fontSize: 12,\n color: Colors.default.textGray,\n textAlign: 'center'\n },\n section: {\n paddingHorizontal: 20,\n marginBottom: 24\n },\n sectionHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12\n },\n sectionTitle: {\n fontSize: 20,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginBottom: 12\n },\n viewAllText: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.primary\n },\n swapCard: {\n backgroundColor: 'white',\n borderRadius: 14,\n padding: 16,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.04,\n shadowRadius: 6,\n elevation: 1\n },\n swapHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: 12\n },\n swapLabel: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.textGray\n },\n balanceText: {\n fontSize: 12,\n color: Colors.default.textGray\n },\n inputContainer: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 12\n },\n amountInput: {\n flex: 1,\n fontSize: 24,\n fontWeight: '600',\n color: Colors.default.textDark\n },\n amountInputDisabled: {\n color: Colors.default.textGray\n },\n tokenSelector: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8\n },\n tokenBadge: {\n backgroundColor: Colors.default.primary + '20',\n paddingHorizontal: 16,\n paddingVertical: 8,\n borderRadius: 10\n },\n tokenText: {\n fontSize: 16,\n fontWeight: '700',\n color: Colors.default.primary\n },\n maxButton: {\n backgroundColor: Colors.default.background,\n paddingHorizontal: 12,\n paddingVertical: 6,\n borderRadius: 8\n },\n maxButtonText: {\n fontSize: 12,\n fontWeight: '700',\n color: Colors.default.primary\n },\n swapButtonContainer: {\n alignItems: 'center',\n marginVertical: -12,\n zIndex: 10\n },\n swapIconButton: {\n width: 48,\n height: 48,\n borderRadius: 24,\n backgroundColor: 'white',\n alignItems: 'center',\n justifyContent: 'center',\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 2\n },\n shadowOpacity: 0.1,\n shadowRadius: 8,\n elevation: 3\n },\n detailsCard: {\n backgroundColor: Colors.default.background,\n borderRadius: 12,\n padding: 16,\n marginTop: 16,\n gap: 12\n },\n detailRow: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n detailLabel: {\n fontSize: 14,\n color: Colors.default.textGray\n },\n detailValue: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.textDark\n },\n slippageSelector: {\n flexDirection: 'row',\n gap: 8\n },\n slippageOption: {\n paddingHorizontal: 12,\n paddingVertical: 6,\n borderRadius: 8,\n backgroundColor: 'white'\n },\n slippageOptionActive: {\n backgroundColor: Colors.default.primary\n },\n slippageText: {\n fontSize: 12,\n fontWeight: '600',\n color: Colors.default.textGray\n },\n slippageTextActive: {\n color: 'white'\n },\n executeButton: {\n borderRadius: 12,\n overflow: 'hidden',\n marginTop: 20\n },\n executeButtonGradient: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n paddingVertical: 16,\n gap: 8\n },\n executeButtonText: {\n fontSize: 16,\n fontWeight: '700',\n color: 'white'\n },\n historyCard: {\n backgroundColor: 'white',\n borderRadius: 14,\n padding: 16,\n marginBottom: 12,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.04,\n shadowRadius: 6,\n elevation: 1\n },\n historyHeader: {\n flexDirection: 'row',\n alignItems: 'center',\n marginBottom: 12\n },\n historyIcon: {\n width: 44,\n height: 44,\n borderRadius: 22,\n backgroundColor: Colors.default.primary + '20',\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n historyInfo: {\n flex: 1\n },\n historyTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: Colors.default.textDark,\n marginBottom: 2\n },\n historyDate: {\n fontSize: 12,\n color: Colors.default.textGray,\n marginBottom: 2\n },\n historyHash: {\n fontSize: 11,\n color: Colors.default.textGray,\n fontFamily: 'monospace'\n },\n historyAmount: {\n alignItems: 'flex-end'\n },\n historyFromAmount: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.error,\n marginBottom: 2\n },\n historyToAmount: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.success\n },\n historyFooter: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n paddingTop: 12,\n borderTopWidth: 1,\n borderTopColor: Colors.default.background\n },\n historyRate: {\n fontSize: 12,\n color: Colors.default.textGray\n },\n infoSection: {\n paddingHorizontal: 20,\n marginBottom: 24\n },\n infoCard: {\n flexDirection: 'row',\n backgroundColor: Colors.default.primary + '10',\n borderRadius: 14,\n padding: 16,\n gap: 12\n },\n infoContent: {\n flex: 1\n },\n infoTitle: {\n fontSize: 14,\n fontWeight: '600',\n color: Colors.default.textDark,\n marginBottom: 4\n },\n infoText: {\n fontSize: 13,\n color: Colors.default.textDark,\n lineHeight: 20\n }\n });\n var _c;\n $RefreshReg$(_c, \"ExchangeScreen\");\n});","lineCount":1252,"map":[[14,2,33,15,"Object"],[14,8,33,15],[14,9,33,15,"defineProperty"],[14,23,33,15],[14,24,33,15,"exports"],[14,31,33,15],[15,4,33,15,"enumerable"],[15,14,33,15],[16,4,33,15,"get"],[16,7,33,15],[16,18,33,15,"get"],[16,19,33,15],[17,6,33,15],[17,13,33,15,"ExchangeScreen"],[17,27,33,15],[18,4,33,15],[19,2,33,15],[20,2,426,1],[20,6,426,1,"_babelRuntimeHelpersSlicedToArray"],[20,39,426,1],[20,42,426,1,"require"],[20,49,426,1],[20,50,426,1,"_dependencyMap"],[20,64,426,1],[21,2,426,1],[21,6,426,1,"_slicedToArray"],[21,20,426,1],[21,23,426,1,"_interopDefault"],[21,38,426,1],[21,39,426,1,"_babelRuntimeHelpersSlicedToArray"],[21,72,426,1],[22,2,1,0],[22,6,1,0,"_react"],[22,12,1,0],[22,15,1,0,"require"],[22,22,1,0],[22,23,1,0,"_dependencyMap"],[22,37,1,0],[23,2,2,0],[23,6,2,0,"_reactNative"],[23,18,2,0],[23,21,2,0,"require"],[23,28,2,0],[23,29,2,0,"_dependencyMap"],[23,43,2,0],[24,2,12,0],[24,6,12,0,"_expoVectorIcons"],[24,22,12,0],[24,25,12,0,"require"],[24,32,12,0],[24,33,12,0,"_dependencyMap"],[24,47,12,0],[25,2,13,0],[25,6,13,0,"_expoLinearGradient"],[25,25,13,0],[25,28,13,0,"require"],[25,35,13,0],[25,36,13,0,"_dependencyMap"],[25,50,13,0],[26,2,14,0],[26,6,14,0,"_constantsColors"],[26,22,14,0],[26,25,14,0,"require"],[26,32,14,0],[26,33,14,0,"_dependencyMap"],[26,47,14,0],[27,2,14,0],[27,6,14,0,"Colors"],[27,12,14,0],[27,15,14,0,"_interopDefault"],[27,30,14,0],[27,31,14,0,"_constantsColors"],[27,47,14,0],[28,2,14,44],[28,6,14,44,"_reactJsxDevRuntime"],[28,25,14,44],[28,28,14,44,"require"],[28,35,14,44],[28,36,14,44,"_dependencyMap"],[28,50,14,44],[29,2,33,15],[29,11,33,24,"ExchangeScreen"],[29,25,33,38,"ExchangeScreen"],[29,26,33,38,"_ref"],[29,30,33,38],[29,32,33,60],[30,4,33,60],[30,8,33,60,"_this"],[30,13,33,60],[31,4,33,60,"_s"],[31,6,33,60],[32,4,33,60],[32,8,33,41,"navigation"],[32,18,33,51],[32,21,33,51,"_ref"],[32,25,33,51],[32,26,33,41,"navigation"],[32,36,33,51],[33,4,34,2],[33,8,34,2,"_useState"],[33,17,34,2],[33,20,34,36],[33,24,34,36,"useState"],[33,30,34,44],[33,31,34,44,"useState"],[33,39,34,44],[33,41,34,60],[33,46,34,65],[33,47,34,66],[34,6,34,66,"_useState2"],[34,16,34,66],[34,23,34,66,"_slicedToArray"],[34,37,34,66],[34,38,34,66,"default"],[34,45,34,66],[34,47,34,66,"_useState"],[34,56,34,66],[35,6,34,9,"fromToken"],[35,15,34,18],[35,18,34,18,"_useState2"],[35,28,34,18],[36,6,34,20,"setFromToken"],[36,18,34,32],[36,21,34,32,"_useState2"],[36,31,34,32],[37,4,35,2],[37,8,35,2,"_useState3"],[37,18,35,2],[37,21,35,32],[37,25,35,32,"useState"],[37,31,35,40],[37,32,35,40,"useState"],[37,40,35,40],[37,42,35,56],[37,47,35,61],[37,48,35,62],[38,6,35,62,"_useState4"],[38,16,35,62],[38,23,35,62,"_slicedToArray"],[38,37,35,62],[38,38,35,62,"default"],[38,45,35,62],[38,47,35,62,"_useState3"],[38,57,35,62],[39,6,35,9,"toToken"],[39,13,35,16],[39,16,35,16,"_useState4"],[39,26,35,16],[40,6,35,18,"setToToken"],[40,16,35,28],[40,19,35,28,"_useState4"],[40,29,35,28],[41,4,36,2],[41,8,36,2,"_useState5"],[41,18,36,2],[41,21,36,38],[41,25,36,38,"useState"],[41,31,36,46],[41,32,36,46,"useState"],[41,40,36,46],[41,42,36,47],[41,44,36,49],[41,45,36,50],[42,6,36,50,"_useState6"],[42,16,36,50],[42,23,36,50,"_slicedToArray"],[42,37,36,50],[42,38,36,50,"default"],[42,45,36,50],[42,47,36,50,"_useState5"],[42,57,36,50],[43,6,36,9,"fromAmount"],[43,16,36,19],[43,19,36,19,"_useState6"],[43,29,36,19],[44,6,36,21,"setFromAmount"],[44,19,36,34],[44,22,36,34,"_useState6"],[44,32,36,34],[45,4,37,2],[45,8,37,2,"_useState7"],[45,18,37,2],[45,21,37,34],[45,25,37,34,"useState"],[45,31,37,42],[45,32,37,42,"useState"],[45,40,37,42],[45,42,37,43],[45,44,37,45],[45,45,37,46],[46,6,37,46,"_useState8"],[46,16,37,46],[46,23,37,46,"_slicedToArray"],[46,37,37,46],[46,38,37,46,"default"],[46,45,37,46],[46,47,37,46,"_useState7"],[46,57,37,46],[47,6,37,9,"toAmount"],[47,14,37,17],[47,17,37,17,"_useState8"],[47,27,37,17],[48,6,37,19,"setToAmount"],[48,17,37,30],[48,20,37,30,"_useState8"],[48,30,37,30],[49,4,38,2],[49,8,38,2,"_useState9"],[49,18,38,2],[49,21,38,34],[49,25,38,34,"useState"],[49,31,38,42],[49,32,38,42,"useState"],[49,40,38,42],[49,42,38,43],[49,47,38,48],[49,48,38,49],[50,6,38,49,"_useState0"],[50,16,38,49],[50,23,38,49,"_slicedToArray"],[50,37,38,49],[50,38,38,49,"default"],[50,45,38,49],[50,47,38,49,"_useState9"],[50,57,38,49],[51,6,38,9,"slippage"],[51,14,38,17],[51,17,38,17,"_useState0"],[51,27,38,17],[52,6,38,19,"setSlippage"],[52,17,38,30],[52,20,38,30,"_useState0"],[52,30,38,30],[53,4,40,2],[53,8,40,2,"_useState1"],[53,18,40,2],[53,21,40,21],[53,25,40,21,"useState"],[53,31,40,29],[53,32,40,29,"useState"],[53,40,40,29],[53,42,40,30],[54,8,41,4,"hez"],[54,11,41,7],[54,13,41,9],[54,20,41,16],[55,8,42,4,"pez"],[55,11,42,7],[55,13,42,9],[56,6,43,2],[56,7,43,3],[56,8,43,4],[57,6,43,4,"_useState10"],[57,17,43,4],[57,24,43,4,"_slicedToArray"],[57,38,43,4],[57,39,43,4,"default"],[57,46,43,4],[57,48,43,4,"_useState1"],[57,58,43,4],[58,6,40,9,"balances"],[58,14,40,17],[58,17,40,17,"_useState10"],[58,28,40,17],[59,4,45,2],[59,8,45,2,"_useState11"],[59,19,45,2],[59,22,45,25],[59,26,45,25,"useState"],[59,32,45,33],[59,33,45,33,"useState"],[59,41,45,33],[59,43,45,48],[60,8,46,4,"hezToPez"],[60,16,46,12],[60,18,46,14],[60,22,46,18],[61,8,47,4,"pezToHez"],[61,16,47,12],[61,18,47,14],[61,24,47,20],[62,8,48,4,"lastUpdated"],[62,19,48,15],[62,21,48,17],[62,25,48,21,"Date"],[62,29,48,25],[62,30,48,26],[62,31,48,27],[62,32,48,28,"toLocaleTimeString"],[62,50,48,46],[62,51,48,47],[63,6,49,2],[63,7,49,3],[63,8,49,4],[64,6,49,4,"_useState12"],[64,17,49,4],[64,24,49,4,"_slicedToArray"],[64,38,49,4],[64,39,49,4,"default"],[64,46,49,4],[64,48,49,4,"_useState11"],[64,59,49,4],[65,6,45,9,"exchangeRate"],[65,18,45,21],[65,21,45,21,"_useState12"],[65,32,45,21],[66,4,51,2],[66,8,51,2,"_useState13"],[66,19,51,2],[66,22,51,24],[66,26,51,24,"useState"],[66,32,51,32],[66,33,51,32,"useState"],[66,41,51,32],[66,43,51,48],[66,44,52,4],[67,8,53,6,"id"],[67,10,53,8],[67,12,53,10],[67,15,53,13],[68,8,54,6,"fromToken"],[68,17,54,15],[68,19,54,17],[68,24,54,22],[69,8,55,6,"toToken"],[69,15,55,13],[69,17,55,15],[69,22,55,20],[70,8,56,6,"fromAmount"],[70,18,56,16],[70,20,56,18],[70,23,56,21],[71,8,57,6,"toAmount"],[71,16,57,14],[71,18,57,16],[71,22,57,20],[72,8,58,6,"rate"],[72,12,58,10],[72,14,58,12],[72,18,58,16],[73,8,59,6,"date"],[73,12,59,10],[73,14,59,12],[73,32,59,30],[74,8,60,6,"txHash"],[74,14,60,12],[74,16,60,14],[75,6,61,4],[75,7,61,5],[75,9,62,4],[76,8,63,6,"id"],[76,10,63,8],[76,12,63,10],[76,15,63,13],[77,8,64,6,"fromToken"],[77,17,64,15],[77,19,64,17],[77,24,64,22],[78,8,65,6,"toToken"],[78,15,65,13],[78,17,65,15],[78,22,65,20],[79,8,66,6,"fromAmount"],[79,18,66,16],[79,20,66,18],[79,24,66,22],[80,8,67,6,"toAmount"],[80,16,67,14],[80,18,67,16],[80,21,67,19],[81,8,68,6,"rate"],[81,12,68,10],[81,14,68,12],[81,20,68,18],[82,8,69,6,"date"],[82,12,69,10],[82,14,69,12],[82,32,69,30],[83,8,70,6,"txHash"],[83,14,70,12],[83,16,70,14],[84,6,71,4],[84,7,71,5],[84,8,72,3],[84,9,72,4],[85,6,72,4,"_useState14"],[85,17,72,4],[85,24,72,4,"_slicedToArray"],[85,38,72,4],[85,39,72,4,"default"],[85,46,72,4],[85,48,72,4,"_useState13"],[85,59,72,4],[86,6,51,9,"swapHistory"],[86,17,51,20],[86,20,51,20,"_useState14"],[86,31,51,20],[87,4,74,2],[87,8,74,2,"useEffect"],[87,14,74,11],[87,15,74,11,"useEffect"],[87,24,74,11],[87,26,74,12],[87,38,74,18],[88,6,75,4,"calculateToAmount"],[88,23,75,21],[88,24,75,22],[88,25,75,23],[89,4,76,2],[89,5,76,3],[89,7,76,5],[89,8,76,6,"fromAmount"],[89,18,76,16],[89,20,76,18,"fromToken"],[89,29,76,27],[89,31,76,29,"toToken"],[89,38,76,36],[89,39,76,37],[89,40,76,38],[90,4,78,2],[90,8,78,8,"calculateToAmount"],[90,25,78,25],[90,28,78,28],[90,37,78,8,"calculateToAmount"],[90,54,78,25,"calculateToAmount"],[90,55,78,25],[90,57,78,34],[91,6,79,4],[91,10,79,8],[91,11,79,9,"fromAmount"],[91,21,79,19],[91,25,79,23,"parseFloat"],[91,35,79,33],[91,36,79,34,"fromAmount"],[91,46,79,44],[91,47,79,45],[91,51,79,49],[91,52,79,50],[91,54,79,52],[92,8,80,6,"setToAmount"],[92,19,80,17],[92,20,80,18],[92,22,80,20],[92,23,80,21],[93,8,81,6],[94,6,82,4],[95,6,84,4],[95,10,84,10,"amount"],[95,16,84,16],[95,19,84,19,"parseFloat"],[95,29,84,29],[95,30,84,30,"fromAmount"],[95,40,84,40],[95,41,84,41],[96,6,85,4],[96,10,85,8,"result"],[96,16,85,14],[96,19,85,17],[96,20,85,18],[97,6,87,4],[97,10,87,8,"fromToken"],[97,19,87,17],[97,24,87,22],[97,29,87,27],[97,33,87,31,"toToken"],[97,40,87,38],[97,45,87,43],[97,50,87,48],[97,52,87,50],[98,8,88,6,"result"],[98,14,88,12],[98,17,88,15,"amount"],[98,23,88,21],[98,26,88,24,"exchangeRate"],[98,38,88,36],[98,39,88,37,"hezToPez"],[98,47,88,45],[99,6,89,4],[99,7,89,5],[99,13,89,11],[99,17,89,15,"fromToken"],[99,26,89,24],[99,31,89,29],[99,36,89,34],[99,40,89,38,"toToken"],[99,47,89,45],[99,52,89,50],[99,57,89,55],[99,59,89,57],[100,8,90,6,"result"],[100,14,90,12],[100,17,90,15,"amount"],[100,23,90,21],[100,26,90,24,"exchangeRate"],[100,38,90,36],[100,39,90,37,"pezToHez"],[100,47,90,45],[101,6,91,4],[103,6,93,4],[104,6,94,4],[104,10,94,10,"slippagePercent"],[104,25,94,25],[104,28,94,28,"parseFloat"],[104,38,94,38],[104,39,94,39,"slippage"],[104,47,94,47],[104,48,94,48],[104,51,94,51],[104,54,94,54],[105,6,95,4,"result"],[105,12,95,10],[105,15,95,13,"result"],[105,21,95,19],[105,25,95,23],[105,26,95,24],[105,29,95,27,"slippagePercent"],[105,44,95,42],[105,45,95,43],[106,6,97,4,"setToAmount"],[106,17,97,15],[106,18,97,16,"result"],[106,24,97,22],[106,25,97,23,"toFixed"],[106,32,97,30],[106,33,97,31],[106,34,97,32],[106,35,97,33],[106,36,97,34],[107,4,98,2],[107,5,98,3],[108,4,100,2],[108,8,100,8,"swapTokens"],[108,18,100,18],[108,21,100,21],[108,30,100,8,"swapTokens"],[108,40,100,18,"swapTokens"],[108,41,100,18],[108,43,100,27],[109,6,101,4],[109,10,101,10,"newFromToken"],[109,22,101,22],[109,25,101,25,"toToken"],[109,32,101,32],[110,6,102,4],[110,10,102,10,"newToToken"],[110,20,102,20],[110,23,102,23,"fromToken"],[110,32,102,32],[111,6,103,4,"setFromToken"],[111,18,103,16],[111,19,103,17,"newFromToken"],[111,31,103,29],[111,32,103,30],[112,6,104,4,"setToToken"],[112,16,104,14],[112,17,104,15,"newToToken"],[112,27,104,25],[112,28,104,26],[113,6,105,4,"setFromAmount"],[113,19,105,17],[113,20,105,18,"toAmount"],[113,28,105,26],[113,29,105,27],[114,4,106,2],[114,5,106,3],[115,4,108,2],[115,8,108,8,"executeSwap"],[115,19,108,19],[115,22,108,22],[115,31,108,8,"executeSwap"],[115,42,108,19,"executeSwap"],[115,43,108,19],[115,45,108,28],[116,6,109,4],[116,10,109,8],[116,11,109,9,"fromAmount"],[116,21,109,19],[116,25,109,23,"parseFloat"],[116,35,109,33],[116,36,109,34,"fromAmount"],[116,46,109,44],[116,47,109,45],[116,51,109,49],[116,52,109,50],[116,54,109,52],[117,8,110,6,"Alert"],[117,20,110,11],[117,21,110,11,"Alert"],[117,26,110,11],[117,27,110,12,"alert"],[117,32,110,17],[117,33,110,18],[117,49,110,34],[117,51,110,36],[117,88,110,73],[117,89,110,74],[118,8,111,6],[119,6,112,4],[120,6,114,4],[120,10,114,10,"amount"],[120,16,114,16],[120,19,114,19,"parseFloat"],[120,29,114,29],[120,30,114,30,"fromAmount"],[120,40,114,40],[120,41,114,41],[121,6,115,4],[121,10,115,10,"currentBalance"],[121,24,115,24],[121,27,115,27,"fromToken"],[121,36,115,36],[121,41,115,41],[121,46,115,46],[121,49,115,49,"balances"],[121,57,115,57],[121,58,115,58,"hez"],[121,61,115,61],[121,64,115,64,"balances"],[121,72,115,72],[121,73,115,73,"pez"],[121,76,115,76],[122,6,117,4],[122,10,117,8,"amount"],[122,16,117,14],[122,19,117,17,"currentBalance"],[122,33,117,31],[122,35,117,33],[123,8,118,6,"Alert"],[123,20,118,11],[123,21,118,11,"Alert"],[123,26,118,11],[123,27,118,12,"alert"],[123,32,118,17],[123,33,118,18],[123,55,118,40],[123,57,118,42],[123,82,118,67,"fromToken"],[123,91,118,76],[123,93,118,78],[123,94,118,79],[124,8,119,6],[125,6,120,4],[126,6,122,4,"Alert"],[126,18,122,9],[126,19,122,9,"Alert"],[126,24,122,9],[126,25,122,10,"alert"],[126,30,122,15],[126,31,123,6],[126,45,123,20],[126,47,124,6],[126,55,124,14,"fromAmount"],[126,65,124,24],[126,69,124,28,"fromToken"],[126,78,124,37],[126,86,124,45,"toAmount"],[126,94,124,53],[126,98,124,57,"toToken"],[126,105,124,64],[126,121,124,80,"fromToken"],[126,130,124,89],[126,136,125,8,"fromToken"],[126,145,125,17],[126,150,125,22],[126,155,125,27],[126,158,125,30,"exchangeRate"],[126,170,125,42],[126,171,125,43,"hezToPez"],[126,179,125,51],[126,182,125,54,"exchangeRate"],[126,194,125,66],[126,195,125,67,"pezToHez"],[126,203,125,75],[126,207,126,10,"toToken"],[126,214,126,17],[126,229,126,32,"slippage"],[126,237,126,40],[126,240,126,43],[126,242,127,6],[126,243,128,8],[127,8,128,10,"text"],[127,12,128,14],[127,14,128,16],[127,22,128,24],[128,8,128,26,"style"],[128,13,128,31],[128,15,128,33],[129,6,128,42],[129,7,128,43],[129,9,129,8],[130,8,130,10,"text"],[130,12,130,14],[130,14,130,16],[130,23,130,25],[131,8,131,10,"onPress"],[131,15,131,17],[131,17,131,19],[131,26,131,10,"onPress"],[131,33,131,17,"onPress"],[131,34,131,17],[131,36,131,25],[132,10,132,12,"Alert"],[132,22,132,17],[132,23,132,17,"Alert"],[132,28,132,17],[132,29,132,18,"alert"],[132,34,132,23],[132,35,133,14],[132,45,133,24],[132,47,134,14],[132,101,134,68,"Math"],[132,105,134,72],[132,106,134,73,"random"],[132,112,134,79],[132,113,134,80],[132,114,134,81],[132,115,135,17,"toString"],[132,123,135,25],[132,124,135,26],[132,126,135,28],[132,127,135,29],[132,128,136,17,"substr"],[132,134,136,23],[132,135,136,24],[132,136,136,25],[132,138,136,27],[132,139,136,28],[132,140,136,29],[132,145,137,12],[132,146,137,13],[133,10,138,12,"setFromAmount"],[133,23,138,25],[133,24,138,26],[133,26,138,28],[133,27,138,29],[134,10,139,12,"setToAmount"],[134,21,139,23],[134,22,139,24],[134,24,139,26],[134,25,139,27],[135,8,140,10],[136,6,141,8],[136,7,141,9],[136,8,143,4],[136,9,143,5],[137,4,144,2],[137,5,144,3],[138,4,146,2],[138,8,146,8,"setMaxAmount"],[138,20,146,20],[138,23,146,23],[138,32,146,8,"setMaxAmount"],[138,44,146,20,"setMaxAmount"],[138,45,146,20],[138,47,146,29],[139,6,147,4],[139,10,147,10,"maxBalance"],[139,20,147,20],[139,23,147,23,"fromToken"],[139,32,147,32],[139,37,147,37],[139,42,147,42],[139,45,147,45,"balances"],[139,53,147,53],[139,54,147,54,"hez"],[139,57,147,57],[139,60,147,60,"balances"],[139,68,147,68],[139,69,147,69,"pez"],[139,72,147,72],[140,6,148,4,"setFromAmount"],[140,19,148,17],[140,20,148,18,"maxBalance"],[140,30,148,28],[140,31,148,29,"toString"],[140,39,148,37],[140,40,148,38],[140,41,148,39],[140,42,148,40],[141,4,149,2],[141,5,149,3],[142,4,151,2],[142,8,151,8,"getCurrentRate"],[142,22,151,22],[142,25,151,25],[142,34,151,8,"getCurrentRate"],[142,48,151,22,"getCurrentRate"],[142,49,151,22],[142,51,151,31],[143,6,152,4],[143,13,152,11,"fromToken"],[143,22,152,20],[143,27,152,25],[143,32,152,30],[143,35,152,33,"exchangeRate"],[143,47,152,45],[143,48,152,46,"hezToPez"],[143,56,152,54],[143,59,152,57,"exchangeRate"],[143,71,152,69],[143,72,152,70,"pezToHez"],[143,80,152,78],[144,4,153,2],[144,5,153,3],[145,4,155,2],[145,24,156,4],[145,28,156,4,"_reactJsxDevRuntime"],[145,47,156,4],[145,48,156,4,"jsxDEV"],[145,54,156,4],[145,56,156,5,"_reactNative"],[145,68,156,17],[145,69,156,17,"SafeAreaView"],[145,81,156,17],[146,6,156,18,"style"],[146,11,156,23],[146,13,156,25,"styles"],[146,19,156,31],[146,20,156,32,"container"],[146,29,156,42],[147,6,156,42,"children"],[147,14,156,42],[147,29,157,6],[147,33,157,6,"_reactJsxDevRuntime"],[147,52,157,6],[147,53,157,6,"jsxDEV"],[147,59,157,6],[147,61,157,7,"_reactNative"],[147,73,157,17],[147,74,157,17,"ScrollView"],[147,84,157,17],[148,8,157,18,"showsVerticalScrollIndicator"],[148,36,157,46],[148,38,157,48],[148,43,157,54],[149,8,157,54,"children"],[149,16,157,54],[149,32,159,8],[149,36,159,8,"_reactJsxDevRuntime"],[149,55,159,8],[149,56,159,8,"jsxDEV"],[149,62,159,8],[149,64,159,9,"_expoLinearGradient"],[149,83,159,23],[149,84,159,23,"LinearGradient"],[149,98,159,23],[150,10,160,10,"colors"],[150,16,160,16],[150,18,160,18],[150,19,160,19,"Colors"],[150,25,160,25],[150,26,160,25,"default"],[150,33,160,25],[150,34,160,26,"primary"],[150,41,160,33],[150,43,160,35,"Colors"],[150,49,160,41],[150,50,160,41,"default"],[150,57,160,41],[150,58,160,42,"kurdishGold"],[150,69,160,53],[150,70,160,55],[151,10,161,10,"style"],[151,15,161,15],[151,17,161,17,"styles"],[151,23,161,23],[151,24,161,24,"header"],[151,30,161,31],[152,10,162,10,"start"],[152,15,162,15],[152,17,162,17],[153,12,162,19,"x"],[153,13,162,20],[153,15,162,22],[153,16,162,23],[154,12,162,25,"y"],[154,13,162,26],[154,15,162,28],[155,10,162,30],[155,11,162,32],[156,10,163,10,"end"],[156,13,163,13],[156,15,163,15],[157,12,163,17,"x"],[157,13,163,18],[157,15,163,20],[157,16,163,21],[158,12,163,23,"y"],[158,13,163,24],[158,15,163,26],[159,10,163,28],[159,11,163,30],[160,10,163,30,"children"],[160,18,163,30],[160,33,165,10],[160,37,165,10,"_reactJsxDevRuntime"],[160,56,165,10],[160,57,165,10,"jsxDEV"],[160,63,165,10],[160,65,165,11,"_reactNative"],[160,77,165,15],[160,78,165,15,"View"],[160,82,165,15],[161,12,165,16,"style"],[161,17,165,21],[161,19,165,23,"styles"],[161,25,165,29],[161,26,165,30,"headerContent"],[161,39,165,44],[162,12,165,44,"children"],[162,20,165,44],[162,36,166,12],[162,40,166,12,"_reactJsxDevRuntime"],[162,59,166,12],[162,60,166,12,"jsxDEV"],[162,66,166,12],[162,68,166,13,"_reactNative"],[162,80,166,17],[162,81,166,17,"View"],[162,85,166,17],[163,14,166,17,"children"],[163,22,166,17],[163,38,167,14],[163,42,167,14,"_reactJsxDevRuntime"],[163,61,167,14],[163,62,167,14,"jsxDEV"],[163,68,167,14],[163,70,167,15,"_reactNative"],[163,82,167,19],[163,83,167,19,"Text"],[163,87,167,19],[164,16,167,20,"style"],[164,21,167,25],[164,23,167,27,"styles"],[164,29,167,33],[164,30,167,34,"headerTitle"],[164,41,167,46],[165,16,167,46,"children"],[165,24,167,46],[165,26,167,47],[166,14,167,55],[167,16,167,55,"fileName"],[167,24,167,55],[167,26,167,55,"_jsxFileName"],[167,38,167,55],[168,16,167,55,"lineNumber"],[168,26,167,55],[169,16,167,55,"columnNumber"],[169,28,167,55],[170,14,167,55],[170,21,167,61],[170,22,167,62],[170,37,168,14],[170,41,168,14,"_reactJsxDevRuntime"],[170,60,168,14],[170,61,168,14,"jsxDEV"],[170,67,168,14],[170,69,168,15,"_reactNative"],[170,81,168,19],[170,82,168,19,"Text"],[170,86,168,19],[171,16,168,20,"style"],[171,21,168,25],[171,23,168,27,"styles"],[171,29,168,33],[171,30,168,34,"headerSubtitle"],[171,44,168,49],[172,16,168,49,"children"],[172,24,168,49],[172,26,168,50],[173,14,168,71],[174,16,168,71,"fileName"],[174,24,168,71],[174,26,168,71,"_jsxFileName"],[174,38,168,71],[175,16,168,71,"lineNumber"],[175,26,168,71],[176,16,168,71,"columnNumber"],[176,28,168,71],[177,14,168,71],[177,21,168,77],[177,22,168,78],[178,12,168,78],[179,14,168,78,"fileName"],[179,22,168,78],[179,24,168,78,"_jsxFileName"],[179,36,168,78],[180,14,168,78,"lineNumber"],[180,24,168,78],[181,14,168,78,"columnNumber"],[181,26,168,78],[182,12,168,78],[182,19,169,18],[182,20,169,19],[182,35,170,12],[182,39,170,12,"_reactJsxDevRuntime"],[182,58,170,12],[182,59,170,12,"jsxDEV"],[182,65,170,12],[182,67,170,13,"_reactNative"],[182,79,170,29],[182,80,170,29,"TouchableOpacity"],[182,96,170,29],[183,14,171,14,"style"],[183,19,171,19],[183,21,171,21,"styles"],[183,27,171,27],[183,28,171,28,"historyButton"],[183,41,171,42],[184,14,172,14,"onPress"],[184,21,172,21],[184,23,172,23],[184,32,172,14,"onPress"],[184,39,172,21,"onPress"],[184,40,172,21],[185,16,172,21],[185,23,172,29,"Alert"],[185,35,172,34],[185,36,172,34,"Alert"],[185,41,172,34],[185,42,172,35,"alert"],[185,47,172,40],[185,48,172,41],[185,57,172,50],[185,59,172,52],[185,90,172,83],[185,91,172,84],[186,14,172,84],[186,15,172,85],[187,14,172,85,"children"],[187,22,172,85],[187,37,174,14],[187,41,174,14,"_reactJsxDevRuntime"],[187,60,174,14],[187,61,174,14,"jsxDEV"],[187,67,174,14],[187,69,174,15,"_expoVectorIcons"],[187,85,174,23],[187,86,174,23,"Ionicons"],[187,94,174,23],[188,16,174,24,"name"],[188,20,174,28],[188,22,174,29],[188,36,174,43],[189,16,174,44,"size"],[189,20,174,48],[189,22,174,50],[189,24,174,53],[190,16,174,54,"color"],[190,21,174,59],[190,23,174,60],[191,14,174,67],[192,16,174,67,"fileName"],[192,24,174,67],[192,26,174,67,"_jsxFileName"],[192,38,174,67],[193,16,174,67,"lineNumber"],[193,26,174,67],[194,16,174,67,"columnNumber"],[194,28,174,67],[195,14,174,67],[195,21,174,69],[196,12,174,70],[197,14,174,70,"fileName"],[197,22,174,70],[197,24,174,70,"_jsxFileName"],[197,36,174,70],[198,14,174,70,"lineNumber"],[198,24,174,70],[199,14,174,70,"columnNumber"],[199,26,174,70],[200,12,174,70],[200,19,175,30],[200,20,175,31],[201,10,175,31],[202,12,175,31,"fileName"],[202,20,175,31],[202,22,175,31,"_jsxFileName"],[202,34,175,31],[203,12,175,31,"lineNumber"],[203,22,175,31],[204,12,175,31,"columnNumber"],[204,24,175,31],[205,10,175,31],[205,17,176,16],[206,8,176,17],[207,10,176,17,"fileName"],[207,18,176,17],[207,20,176,17,"_jsxFileName"],[207,32,176,17],[208,10,176,17,"lineNumber"],[208,20,176,17],[209,10,176,17,"columnNumber"],[209,22,176,17],[210,8,176,17],[210,15,177,24],[210,16,177,25],[210,31,180,8],[210,35,180,8,"_reactJsxDevRuntime"],[210,54,180,8],[210,55,180,8,"jsxDEV"],[210,61,180,8],[210,63,180,9,"_reactNative"],[210,75,180,13],[210,76,180,13,"View"],[210,80,180,13],[211,10,180,14,"style"],[211,15,180,19],[211,17,180,21,"styles"],[211,23,180,27],[211,24,180,28,"rateContainer"],[211,37,180,42],[212,10,180,42,"children"],[212,18,180,42],[212,33,181,10],[212,37,181,10,"_reactJsxDevRuntime"],[212,56,181,10],[212,57,181,10,"jsxDEV"],[212,63,181,10],[212,65,181,11,"_reactNative"],[212,77,181,15],[212,78,181,15,"View"],[212,82,181,15],[213,12,181,16,"style"],[213,17,181,21],[213,19,181,23,"styles"],[213,25,181,29],[213,26,181,30,"rateCard"],[213,34,181,39],[214,12,181,39,"children"],[214,20,181,39],[214,36,182,12],[214,40,182,12,"_reactJsxDevRuntime"],[214,59,182,12],[214,60,182,12,"jsxDEV"],[214,66,182,12],[214,68,182,13,"_reactNative"],[214,80,182,17],[214,81,182,17,"View"],[214,85,182,17],[215,14,182,18,"style"],[215,19,182,23],[215,21,182,25,"styles"],[215,27,182,31],[215,28,182,32,"rateHeader"],[215,38,182,43],[216,14,182,43,"children"],[216,22,182,43],[216,38,183,14],[216,42,183,14,"_reactJsxDevRuntime"],[216,61,183,14],[216,62,183,14,"jsxDEV"],[216,68,183,14],[216,70,183,15,"_reactNative"],[216,82,183,19],[216,83,183,19,"Text"],[216,87,183,19],[217,16,183,20,"style"],[217,21,183,25],[217,23,183,27,"styles"],[217,29,183,33],[217,30,183,34,"rateTitle"],[217,39,183,44],[218,16,183,44,"children"],[218,24,183,44],[218,26,183,45],[219,14,183,66],[220,16,183,66,"fileName"],[220,24,183,66],[220,26,183,66,"_jsxFileName"],[220,38,183,66],[221,16,183,66,"lineNumber"],[221,26,183,66],[222,16,183,66,"columnNumber"],[222,28,183,66],[223,14,183,66],[223,21,183,72],[223,22,183,73],[223,37,184,14],[223,41,184,14,"_reactJsxDevRuntime"],[223,60,184,14],[223,61,184,14,"jsxDEV"],[223,67,184,14],[223,69,184,15,"_reactNative"],[223,81,184,19],[223,82,184,19,"View"],[223,86,184,19],[224,16,184,20,"style"],[224,21,184,25],[224,23,184,27,"styles"],[224,29,184,33],[224,30,184,34,"updateBadge"],[224,41,184,46],[225,16,184,46,"children"],[225,24,184,46],[225,40,185,16],[225,44,185,16,"_reactJsxDevRuntime"],[225,63,185,16],[225,64,185,16,"jsxDEV"],[225,70,185,16],[225,72,185,17,"_expoVectorIcons"],[225,88,185,25],[225,89,185,25,"Ionicons"],[225,97,185,25],[226,18,185,26,"name"],[226,22,185,30],[226,24,185,31],[226,30,185,37],[227,18,185,38,"size"],[227,22,185,42],[227,24,185,44],[227,26,185,47],[228,18,185,48,"color"],[228,23,185,53],[228,25,185,55,"Colors"],[228,31,185,61],[228,32,185,61,"default"],[228,39,185,61],[228,40,185,62,"success"],[229,16,185,70],[230,18,185,70,"fileName"],[230,26,185,70],[230,28,185,70,"_jsxFileName"],[230,40,185,70],[231,18,185,70,"lineNumber"],[231,28,185,70],[232,18,185,70,"columnNumber"],[232,30,185,70],[233,16,185,70],[233,23,185,72],[233,24,185,73],[233,39,186,16],[233,43,186,16,"_reactJsxDevRuntime"],[233,62,186,16],[233,63,186,16,"jsxDEV"],[233,69,186,16],[233,71,186,17,"_reactNative"],[233,83,186,21],[233,84,186,21,"Text"],[233,88,186,21],[234,18,186,22,"style"],[234,23,186,27],[234,25,186,29,"styles"],[234,31,186,35],[234,32,186,36,"updateText"],[234,42,186,47],[235,18,186,47,"children"],[235,26,186,47],[235,28,186,48],[236,16,186,52],[237,18,186,52,"fileName"],[237,26,186,52],[237,28,186,52,"_jsxFileName"],[237,40,186,52],[238,18,186,52,"lineNumber"],[238,28,186,52],[239,18,186,52,"columnNumber"],[239,30,186,52],[240,16,186,52],[240,23,186,58],[240,24,186,59],[241,14,186,59],[242,16,186,59,"fileName"],[242,24,186,59],[242,26,186,59,"_jsxFileName"],[242,38,186,59],[243,16,186,59,"lineNumber"],[243,26,186,59],[244,16,186,59,"columnNumber"],[244,28,186,59],[245,14,186,59],[245,21,187,20],[245,22,187,21],[246,12,187,21],[247,14,187,21,"fileName"],[247,22,187,21],[247,24,187,21,"_jsxFileName"],[247,36,187,21],[248,14,187,21,"lineNumber"],[248,24,187,21],[249,14,187,21,"columnNumber"],[249,26,187,21],[250,12,187,21],[250,19,188,18],[250,20,188,19],[250,35,189,12],[250,39,189,12,"_reactJsxDevRuntime"],[250,58,189,12],[250,59,189,12,"jsxDEV"],[250,65,189,12],[250,67,189,13,"_reactNative"],[250,79,189,17],[250,80,189,17,"View"],[250,84,189,17],[251,14,189,18,"style"],[251,19,189,23],[251,21,189,25,"styles"],[251,27,189,31],[251,28,189,32,"rateContent"],[251,39,189,44],[252,14,189,44,"children"],[252,22,189,44],[252,38,190,14],[252,42,190,14,"_reactJsxDevRuntime"],[252,61,190,14],[252,62,190,14,"jsxDEV"],[252,68,190,14],[252,70,190,15,"_reactNative"],[252,82,190,19],[252,83,190,19,"View"],[252,87,190,19],[253,16,190,20,"style"],[253,21,190,25],[253,23,190,27,"styles"],[253,29,190,33],[253,30,190,34,"rateItem"],[253,38,190,43],[254,16,190,43,"children"],[254,24,190,43],[254,40,191,16],[254,44,191,16,"_reactJsxDevRuntime"],[254,63,191,16],[254,64,191,16,"jsxDEV"],[254,70,191,16],[254,72,191,17,"_reactNative"],[254,84,191,21],[254,85,191,21,"Text"],[254,89,191,21],[255,18,191,22,"style"],[255,23,191,27],[255,25,191,29,"styles"],[255,31,191,35],[255,32,191,36,"rateLabel"],[255,41,191,46],[256,18,191,46,"children"],[256,26,191,46],[256,28,191,47],[257,16,191,54],[258,18,191,54,"fileName"],[258,26,191,54],[258,28,191,54,"_jsxFileName"],[258,40,191,54],[259,18,191,54,"lineNumber"],[259,28,191,54],[260,18,191,54,"columnNumber"],[260,30,191,54],[261,16,191,54],[261,23,191,60],[261,24,191,61],[261,39,192,16],[261,43,192,16,"_reactJsxDevRuntime"],[261,62,192,16],[261,63,192,16,"jsxDEV"],[261,69,192,16],[261,71,192,17,"_reactNative"],[261,83,192,21],[261,84,192,21,"Text"],[261,88,192,21],[262,18,192,22,"style"],[262,23,192,27],[262,25,192,29,"styles"],[262,31,192,35],[262,32,192,36,"rateValue"],[262,41,192,46],[263,18,192,46,"children"],[263,26,192,46],[263,29,192,48,"exchangeRate"],[263,41,192,60],[263,42,192,61,"hezToPez"],[263,50,192,69],[263,52,192,70],[263,58,192,74],[264,16,192,74],[265,18,192,74,"fileName"],[265,26,192,74],[265,28,192,74,"_jsxFileName"],[265,40,192,74],[266,18,192,74,"lineNumber"],[266,28,192,74],[267,18,192,74,"columnNumber"],[267,30,192,74],[268,16,192,74],[268,23,192,80],[268,24,192,81],[269,14,192,81],[270,16,192,81,"fileName"],[270,24,192,81],[270,26,192,81,"_jsxFileName"],[270,38,192,81],[271,16,192,81,"lineNumber"],[271,26,192,81],[272,16,192,81,"columnNumber"],[272,28,192,81],[273,14,192,81],[273,21,193,20],[273,22,193,21],[273,37,194,14],[273,41,194,14,"_reactJsxDevRuntime"],[273,60,194,14],[273,61,194,14,"jsxDEV"],[273,67,194,14],[273,69,194,15,"_reactNative"],[273,81,194,19],[273,82,194,19,"View"],[273,86,194,19],[274,16,194,20,"style"],[274,21,194,25],[274,23,194,27,"styles"],[274,29,194,33],[274,30,194,34,"rateDivider"],[275,14,194,46],[276,16,194,46,"fileName"],[276,24,194,46],[276,26,194,46,"_jsxFileName"],[276,38,194,46],[277,16,194,46,"lineNumber"],[277,26,194,46],[278,16,194,46,"columnNumber"],[278,28,194,46],[279,14,194,46],[279,21,194,48],[279,22,194,49],[279,37,195,14],[279,41,195,14,"_reactJsxDevRuntime"],[279,60,195,14],[279,61,195,14,"jsxDEV"],[279,67,195,14],[279,69,195,15,"_reactNative"],[279,81,195,19],[279,82,195,19,"View"],[279,86,195,19],[280,16,195,20,"style"],[280,21,195,25],[280,23,195,27,"styles"],[280,29,195,33],[280,30,195,34,"rateItem"],[280,38,195,43],[281,16,195,43,"children"],[281,24,195,43],[281,40,196,16],[281,44,196,16,"_reactJsxDevRuntime"],[281,63,196,16],[281,64,196,16,"jsxDEV"],[281,70,196,16],[281,72,196,17,"_reactNative"],[281,84,196,21],[281,85,196,21,"Text"],[281,89,196,21],[282,18,196,22,"style"],[282,23,196,27],[282,25,196,29,"styles"],[282,31,196,35],[282,32,196,36,"rateLabel"],[282,41,196,46],[283,18,196,46,"children"],[283,26,196,46],[283,28,196,47],[284,16,196,54],[285,18,196,54,"fileName"],[285,26,196,54],[285,28,196,54,"_jsxFileName"],[285,40,196,54],[286,18,196,54,"lineNumber"],[286,28,196,54],[287,18,196,54,"columnNumber"],[287,30,196,54],[288,16,196,54],[288,23,196,60],[288,24,196,61],[288,39,197,16],[288,43,197,16,"_reactJsxDevRuntime"],[288,62,197,16],[288,63,197,16,"jsxDEV"],[288,69,197,16],[288,71,197,17,"_reactNative"],[288,83,197,21],[288,84,197,21,"Text"],[288,88,197,21],[289,18,197,22,"style"],[289,23,197,27],[289,25,197,29,"styles"],[289,31,197,35],[289,32,197,36,"rateValue"],[289,41,197,46],[290,18,197,46,"children"],[290,26,197,46],[290,29,197,48,"exchangeRate"],[290,41,197,60],[290,42,197,61,"pezToHez"],[290,50,197,69],[290,52,197,70],[290,58,197,74],[291,16,197,74],[292,18,197,74,"fileName"],[292,26,197,74],[292,28,197,74,"_jsxFileName"],[292,40,197,74],[293,18,197,74,"lineNumber"],[293,28,197,74],[294,18,197,74,"columnNumber"],[294,30,197,74],[295,16,197,74],[295,23,197,80],[295,24,197,81],[296,14,197,81],[297,16,197,81,"fileName"],[297,24,197,81],[297,26,197,81,"_jsxFileName"],[297,38,197,81],[298,16,197,81,"lineNumber"],[298,26,197,81],[299,16,197,81,"columnNumber"],[299,28,197,81],[300,14,197,81],[300,21,198,20],[300,22,198,21],[301,12,198,21],[302,14,198,21,"fileName"],[302,22,198,21],[302,24,198,21,"_jsxFileName"],[302,36,198,21],[303,14,198,21,"lineNumber"],[303,24,198,21],[304,14,198,21,"columnNumber"],[304,26,198,21],[305,12,198,21],[305,19,199,18],[305,20,199,19],[305,35,200,12],[305,39,200,12,"_reactJsxDevRuntime"],[305,58,200,12],[305,59,200,12,"jsxDEV"],[305,65,200,12],[305,67,200,13,"_reactNative"],[305,79,200,17],[305,80,200,17,"Text"],[305,84,200,17],[306,14,200,18,"style"],[306,19,200,23],[306,21,200,25,"styles"],[306,27,200,31],[306,28,200,32,"rateUpdate"],[306,38,200,43],[307,14,200,43,"children"],[307,22,200,43],[307,25,200,44],[307,41,201,28],[307,43,201,29,"exchangeRate"],[307,55,201,41],[307,56,201,42,"lastUpdated"],[307,67,201,53],[308,12,201,53],[309,14,201,53,"fileName"],[309,22,201,53],[309,24,201,53,"_jsxFileName"],[309,36,201,53],[310,14,201,53,"lineNumber"],[310,24,201,53],[311,14,201,53,"columnNumber"],[311,26,201,53],[312,12,201,53],[312,19,202,18],[312,20,202,19],[313,10,202,19],[314,12,202,19,"fileName"],[314,20,202,19],[314,22,202,19,"_jsxFileName"],[314,34,202,19],[315,12,202,19,"lineNumber"],[315,22,202,19],[316,12,202,19,"columnNumber"],[316,24,202,19],[317,10,202,19],[317,17,203,16],[318,8,203,17],[319,10,203,17,"fileName"],[319,18,203,17],[319,20,203,17,"_jsxFileName"],[319,32,203,17],[320,10,203,17,"lineNumber"],[320,20,203,17],[321,10,203,17,"columnNumber"],[321,22,203,17],[322,8,203,17],[322,15,204,14],[322,16,204,15],[322,31,207,8],[322,35,207,8,"_reactJsxDevRuntime"],[322,54,207,8],[322,55,207,8,"jsxDEV"],[322,61,207,8],[322,63,207,9,"_reactNative"],[322,75,207,13],[322,76,207,13,"View"],[322,80,207,13],[323,10,207,14,"style"],[323,15,207,19],[323,17,207,21,"styles"],[323,23,207,27],[323,24,207,28,"section"],[323,31,207,36],[324,10,207,36,"children"],[324,18,207,36],[324,34,208,10],[324,38,208,10,"_reactJsxDevRuntime"],[324,57,208,10],[324,58,208,10,"jsxDEV"],[324,64,208,10],[324,66,208,11,"_reactNative"],[324,78,208,15],[324,79,208,15,"Text"],[324,83,208,15],[325,12,208,16,"style"],[325,17,208,21],[325,19,208,23,"styles"],[325,25,208,29],[325,26,208,30,"sectionTitle"],[325,38,208,43],[326,12,208,43,"children"],[326,20,208,43],[326,22,208,44],[327,10,208,55],[328,12,208,55,"fileName"],[328,20,208,55],[328,22,208,55,"_jsxFileName"],[328,34,208,55],[329,12,208,55,"lineNumber"],[329,22,208,55],[330,12,208,55,"columnNumber"],[330,24,208,55],[331,10,208,55],[331,17,208,61],[331,18,208,62],[331,33,211,10],[331,37,211,10,"_reactJsxDevRuntime"],[331,56,211,10],[331,57,211,10,"jsxDEV"],[331,63,211,10],[331,65,211,11,"_reactNative"],[331,77,211,15],[331,78,211,15,"View"],[331,82,211,15],[332,12,211,16,"style"],[332,17,211,21],[332,19,211,23,"styles"],[332,25,211,29],[332,26,211,30,"swapCard"],[332,34,211,39],[333,12,211,39,"children"],[333,20,211,39],[333,36,212,12],[333,40,212,12,"_reactJsxDevRuntime"],[333,59,212,12],[333,60,212,12,"jsxDEV"],[333,66,212,12],[333,68,212,13,"_reactNative"],[333,80,212,17],[333,81,212,17,"View"],[333,85,212,17],[334,14,212,18,"style"],[334,19,212,23],[334,21,212,25,"styles"],[334,27,212,31],[334,28,212,32,"swapHeader"],[334,38,212,43],[335,14,212,43,"children"],[335,22,212,43],[335,38,213,14],[335,42,213,14,"_reactJsxDevRuntime"],[335,61,213,14],[335,62,213,14,"jsxDEV"],[335,68,213,14],[335,70,213,15,"_reactNative"],[335,82,213,19],[335,83,213,19,"Text"],[335,87,213,19],[336,16,213,20,"style"],[336,21,213,25],[336,23,213,27,"styles"],[336,29,213,33],[336,30,213,34,"swapLabel"],[336,39,213,44],[337,16,213,44,"children"],[337,24,213,44],[337,26,213,45],[338,14,213,49],[339,16,213,49,"fileName"],[339,24,213,49],[339,26,213,49,"_jsxFileName"],[339,38,213,49],[340,16,213,49,"lineNumber"],[340,26,213,49],[341,16,213,49,"columnNumber"],[341,28,213,49],[342,14,213,49],[342,21,213,55],[342,22,213,56],[342,37,214,14],[342,41,214,14,"_reactJsxDevRuntime"],[342,60,214,14],[342,61,214,14,"jsxDEV"],[342,67,214,14],[342,69,214,15,"_reactNative"],[342,81,214,19],[342,82,214,19,"Text"],[342,86,214,19],[343,16,214,20,"style"],[343,21,214,25],[343,23,214,27,"styles"],[343,29,214,33],[343,30,214,34,"balanceText"],[343,41,214,46],[344,16,214,46,"children"],[344,24,214,46],[344,27,214,47],[344,38,215,25],[344,40,215,26,"fromToken"],[344,49,215,35],[344,54,215,40],[344,59,215,45],[344,62,215,48,"balances"],[344,70,215,56],[344,71,215,57,"hez"],[344,74,215,60],[344,75,215,61,"toLocaleString"],[344,89,215,75],[344,90,215,76],[344,91,215,77],[344,94,215,80,"balances"],[344,102,215,88],[344,103,215,89,"pez"],[344,106,215,92],[344,107,215,93,"toLocaleString"],[344,121,215,107],[344,122,215,108],[344,123,215,109],[344,125,215,110],[344,128,215,111],[344,130,215,112,"fromToken"],[344,139,215,121],[345,14,215,121],[346,16,215,121,"fileName"],[346,24,215,121],[346,26,215,121,"_jsxFileName"],[346,38,215,121],[347,16,215,121,"lineNumber"],[347,26,215,121],[348,16,215,121,"columnNumber"],[348,28,215,121],[349,14,215,121],[349,21,216,20],[349,22,216,21],[350,12,216,21],[351,14,216,21,"fileName"],[351,22,216,21],[351,24,216,21,"_jsxFileName"],[351,36,216,21],[352,14,216,21,"lineNumber"],[352,24,216,21],[353,14,216,21,"columnNumber"],[353,26,216,21],[354,12,216,21],[354,19,217,18],[354,20,217,19],[354,35,218,12],[354,39,218,12,"_reactJsxDevRuntime"],[354,58,218,12],[354,59,218,12,"jsxDEV"],[354,65,218,12],[354,67,218,13,"_reactNative"],[354,79,218,17],[354,80,218,17,"View"],[354,84,218,17],[355,14,218,18,"style"],[355,19,218,23],[355,21,218,25,"styles"],[355,27,218,31],[355,28,218,32,"inputContainer"],[355,42,218,47],[356,14,218,47,"children"],[356,22,218,47],[356,38,219,14],[356,42,219,14,"_reactJsxDevRuntime"],[356,61,219,14],[356,62,219,14,"jsxDEV"],[356,68,219,14],[356,70,219,15,"_reactNative"],[356,82,219,24],[356,83,219,24,"TextInput"],[356,92,219,24],[357,16,220,16,"style"],[357,21,220,21],[357,23,220,23,"styles"],[357,29,220,29],[357,30,220,30,"amountInput"],[357,41,220,42],[358,16,221,16,"placeholder"],[358,27,221,27],[358,29,221,28],[358,35,221,34],[359,16,222,16,"keyboardType"],[359,28,222,28],[359,30,222,29],[359,43,222,42],[360,16,223,16,"value"],[360,21,223,21],[360,23,223,23,"fromAmount"],[360,33,223,34],[361,16,224,16,"onChangeText"],[361,28,224,28],[361,30,224,30,"setFromAmount"],[362,14,224,44],[363,16,224,44,"fileName"],[363,24,224,44],[363,26,224,44,"_jsxFileName"],[363,38,224,44],[364,16,224,44,"lineNumber"],[364,26,224,44],[365,16,224,44,"columnNumber"],[365,28,224,44],[366,14,224,44],[366,21,225,15],[366,22,225,16],[366,37,226,14],[366,41,226,14,"_reactJsxDevRuntime"],[366,60,226,14],[366,61,226,14,"jsxDEV"],[366,67,226,14],[366,69,226,15,"_reactNative"],[366,81,226,19],[366,82,226,19,"View"],[366,86,226,19],[367,16,226,20,"style"],[367,21,226,25],[367,23,226,27,"styles"],[367,29,226,33],[367,30,226,34,"tokenSelector"],[367,43,226,48],[368,16,226,48,"children"],[368,24,226,48],[368,40,227,16],[368,44,227,16,"_reactJsxDevRuntime"],[368,63,227,16],[368,64,227,16,"jsxDEV"],[368,70,227,16],[368,72,227,17,"_reactNative"],[368,84,227,21],[368,85,227,21,"View"],[368,89,227,21],[369,18,227,22,"style"],[369,23,227,27],[369,25,227,29,"styles"],[369,31,227,35],[369,32,227,36,"tokenBadge"],[369,42,227,47],[370,18,227,47,"children"],[370,26,227,47],[370,41,228,18],[370,45,228,18,"_reactJsxDevRuntime"],[370,64,228,18],[370,65,228,18,"jsxDEV"],[370,71,228,18],[370,73,228,19,"_reactNative"],[370,85,228,23],[370,86,228,23,"Text"],[370,90,228,23],[371,20,228,24,"style"],[371,25,228,29],[371,27,228,31,"styles"],[371,33,228,37],[371,34,228,38,"tokenText"],[371,43,228,48],[372,20,228,48,"children"],[372,28,228,48],[372,30,228,50,"fromToken"],[373,18,228,59],[374,20,228,59,"fileName"],[374,28,228,59],[374,30,228,59,"_jsxFileName"],[374,42,228,59],[375,20,228,59,"lineNumber"],[375,30,228,59],[376,20,228,59,"columnNumber"],[376,32,228,59],[377,18,228,59],[377,25,228,66],[378,16,228,67],[379,18,228,67,"fileName"],[379,26,228,67],[379,28,228,67,"_jsxFileName"],[379,40,228,67],[380,18,228,67,"lineNumber"],[380,28,228,67],[381,18,228,67,"columnNumber"],[381,30,228,67],[382,16,228,67],[382,23,229,22],[382,24,229,23],[382,39,230,16],[382,43,230,16,"_reactJsxDevRuntime"],[382,62,230,16],[382,63,230,16,"jsxDEV"],[382,69,230,16],[382,71,230,17,"_reactNative"],[382,83,230,33],[382,84,230,33,"TouchableOpacity"],[382,100,230,33],[383,18,230,34,"onPress"],[383,25,230,41],[383,27,230,43,"setMaxAmount"],[383,39,230,56],[384,18,230,57,"style"],[384,23,230,62],[384,25,230,64,"styles"],[384,31,230,70],[384,32,230,71,"maxButton"],[384,41,230,81],[385,18,230,81,"children"],[385,26,230,81],[385,41,231,18],[385,45,231,18,"_reactJsxDevRuntime"],[385,64,231,18],[385,65,231,18,"jsxDEV"],[385,71,231,18],[385,73,231,19,"_reactNative"],[385,85,231,23],[385,86,231,23,"Text"],[385,90,231,23],[386,20,231,24,"style"],[386,25,231,29],[386,27,231,31,"styles"],[386,33,231,37],[386,34,231,38,"maxButtonText"],[386,47,231,52],[387,20,231,52,"children"],[387,28,231,52],[387,30,231,53],[388,18,231,56],[389,20,231,56,"fileName"],[389,28,231,56],[389,30,231,56,"_jsxFileName"],[389,42,231,56],[390,20,231,56,"lineNumber"],[390,30,231,56],[391,20,231,56,"columnNumber"],[391,32,231,56],[392,18,231,56],[392,25,231,62],[393,16,231,63],[394,18,231,63,"fileName"],[394,26,231,63],[394,28,231,63,"_jsxFileName"],[394,40,231,63],[395,18,231,63,"lineNumber"],[395,28,231,63],[396,18,231,63,"columnNumber"],[396,30,231,63],[397,16,231,63],[397,23,232,34],[397,24,232,35],[398,14,232,35],[399,16,232,35,"fileName"],[399,24,232,35],[399,26,232,35,"_jsxFileName"],[399,38,232,35],[400,16,232,35,"lineNumber"],[400,26,232,35],[401,16,232,35,"columnNumber"],[401,28,232,35],[402,14,232,35],[402,21,233,20],[402,22,233,21],[403,12,233,21],[404,14,233,21,"fileName"],[404,22,233,21],[404,24,233,21,"_jsxFileName"],[404,36,233,21],[405,14,233,21,"lineNumber"],[405,24,233,21],[406,14,233,21,"columnNumber"],[406,26,233,21],[407,12,233,21],[407,19,234,18],[407,20,234,19],[408,10,234,19],[409,12,234,19,"fileName"],[409,20,234,19],[409,22,234,19,"_jsxFileName"],[409,34,234,19],[410,12,234,19,"lineNumber"],[410,22,234,19],[411,12,234,19,"columnNumber"],[411,24,234,19],[412,10,234,19],[412,17,235,16],[412,18,235,17],[412,33,238,10],[412,37,238,10,"_reactJsxDevRuntime"],[412,56,238,10],[412,57,238,10,"jsxDEV"],[412,63,238,10],[412,65,238,11,"_reactNative"],[412,77,238,15],[412,78,238,15,"View"],[412,82,238,15],[413,12,238,16,"style"],[413,17,238,21],[413,19,238,23,"styles"],[413,25,238,29],[413,26,238,30,"swapButtonContainer"],[413,45,238,50],[414,12,238,50,"children"],[414,20,238,50],[414,35,239,12],[414,39,239,12,"_reactJsxDevRuntime"],[414,58,239,12],[414,59,239,12,"jsxDEV"],[414,65,239,12],[414,67,239,13,"_reactNative"],[414,79,239,29],[414,80,239,29,"TouchableOpacity"],[414,96,239,29],[415,14,240,14,"style"],[415,19,240,19],[415,21,240,21,"styles"],[415,27,240,27],[415,28,240,28,"swapIconButton"],[415,42,240,43],[416,14,241,14,"onPress"],[416,21,241,21],[416,23,241,23,"swapTokens"],[416,33,241,34],[417,14,242,14,"activeOpacity"],[417,27,242,27],[417,29,242,29],[417,32,242,33],[418,14,242,33,"children"],[418,22,242,33],[418,37,244,14],[418,41,244,14,"_reactJsxDevRuntime"],[418,60,244,14],[418,61,244,14,"jsxDEV"],[418,67,244,14],[418,69,244,15,"_expoVectorIcons"],[418,85,244,23],[418,86,244,23,"Ionicons"],[418,94,244,23],[419,16,244,24,"name"],[419,20,244,28],[419,22,244,29],[419,37,244,44],[420,16,244,45,"size"],[420,20,244,49],[420,22,244,51],[420,24,244,54],[421,16,244,55,"color"],[421,21,244,60],[421,23,244,62,"Colors"],[421,29,244,68],[421,30,244,68,"default"],[421,37,244,68],[421,38,244,69,"primary"],[422,14,244,77],[423,16,244,77,"fileName"],[423,24,244,77],[423,26,244,77,"_jsxFileName"],[423,38,244,77],[424,16,244,77,"lineNumber"],[424,26,244,77],[425,16,244,77,"columnNumber"],[425,28,244,77],[426,14,244,77],[426,21,244,79],[427,12,244,80],[428,14,244,80,"fileName"],[428,22,244,80],[428,24,244,80,"_jsxFileName"],[428,36,244,80],[429,14,244,80,"lineNumber"],[429,24,244,80],[430,14,244,80,"columnNumber"],[430,26,244,80],[431,12,244,80],[431,19,245,30],[432,10,245,31],[433,12,245,31,"fileName"],[433,20,245,31],[433,22,245,31,"_jsxFileName"],[433,34,245,31],[434,12,245,31,"lineNumber"],[434,22,245,31],[435,12,245,31,"columnNumber"],[435,24,245,31],[436,10,245,31],[436,17,246,16],[436,18,246,17],[436,33,249,10],[436,37,249,10,"_reactJsxDevRuntime"],[436,56,249,10],[436,57,249,10,"jsxDEV"],[436,63,249,10],[436,65,249,11,"_reactNative"],[436,77,249,15],[436,78,249,15,"View"],[436,82,249,15],[437,12,249,16,"style"],[437,17,249,21],[437,19,249,23,"styles"],[437,25,249,29],[437,26,249,30,"swapCard"],[437,34,249,39],[438,12,249,39,"children"],[438,20,249,39],[438,36,250,12],[438,40,250,12,"_reactJsxDevRuntime"],[438,59,250,12],[438,60,250,12,"jsxDEV"],[438,66,250,12],[438,68,250,13,"_reactNative"],[438,80,250,17],[438,81,250,17,"View"],[438,85,250,17],[439,14,250,18,"style"],[439,19,250,23],[439,21,250,25,"styles"],[439,27,250,31],[439,28,250,32,"swapHeader"],[439,38,250,43],[440,14,250,43,"children"],[440,22,250,43],[440,38,251,14],[440,42,251,14,"_reactJsxDevRuntime"],[440,61,251,14],[440,62,251,14,"jsxDEV"],[440,68,251,14],[440,70,251,15,"_reactNative"],[440,82,251,19],[440,83,251,19,"Text"],[440,87,251,19],[441,16,251,20,"style"],[441,21,251,25],[441,23,251,27,"styles"],[441,29,251,33],[441,30,251,34,"swapLabel"],[441,39,251,44],[442,16,251,44,"children"],[442,24,251,44],[442,26,251,45],[443,14,251,47],[444,16,251,47,"fileName"],[444,24,251,47],[444,26,251,47,"_jsxFileName"],[444,38,251,47],[445,16,251,47,"lineNumber"],[445,26,251,47],[446,16,251,47,"columnNumber"],[446,28,251,47],[447,14,251,47],[447,21,251,53],[447,22,251,54],[447,37,252,14],[447,41,252,14,"_reactJsxDevRuntime"],[447,60,252,14],[447,61,252,14,"jsxDEV"],[447,67,252,14],[447,69,252,15,"_reactNative"],[447,81,252,19],[447,82,252,19,"Text"],[447,86,252,19],[448,16,252,20,"style"],[448,21,252,25],[448,23,252,27,"styles"],[448,29,252,33],[448,30,252,34,"balanceText"],[448,41,252,46],[449,16,252,46,"children"],[449,24,252,46],[449,27,252,47],[449,38,253,25],[449,40,253,26,"toToken"],[449,47,253,33],[449,52,253,38],[449,57,253,43],[449,60,253,46,"balances"],[449,68,253,54],[449,69,253,55,"hez"],[449,72,253,58],[449,73,253,59,"toLocaleString"],[449,87,253,73],[449,88,253,74],[449,89,253,75],[449,92,253,78,"balances"],[449,100,253,86],[449,101,253,87,"pez"],[449,104,253,90],[449,105,253,91,"toLocaleString"],[449,119,253,105],[449,120,253,106],[449,121,253,107],[449,123,253,108],[449,126,253,109],[449,128,253,110,"toToken"],[449,135,253,117],[450,14,253,117],[451,16,253,117,"fileName"],[451,24,253,117],[451,26,253,117,"_jsxFileName"],[451,38,253,117],[452,16,253,117,"lineNumber"],[452,26,253,117],[453,16,253,117,"columnNumber"],[453,28,253,117],[454,14,253,117],[454,21,254,20],[454,22,254,21],[455,12,254,21],[456,14,254,21,"fileName"],[456,22,254,21],[456,24,254,21,"_jsxFileName"],[456,36,254,21],[457,14,254,21,"lineNumber"],[457,24,254,21],[458,14,254,21,"columnNumber"],[458,26,254,21],[459,12,254,21],[459,19,255,18],[459,20,255,19],[459,35,256,12],[459,39,256,12,"_reactJsxDevRuntime"],[459,58,256,12],[459,59,256,12,"jsxDEV"],[459,65,256,12],[459,67,256,13,"_reactNative"],[459,79,256,17],[459,80,256,17,"View"],[459,84,256,17],[460,14,256,18,"style"],[460,19,256,23],[460,21,256,25,"styles"],[460,27,256,31],[460,28,256,32,"inputContainer"],[460,42,256,47],[461,14,256,47,"children"],[461,22,256,47],[461,38,257,14],[461,42,257,14,"_reactJsxDevRuntime"],[461,61,257,14],[461,62,257,14,"jsxDEV"],[461,68,257,14],[461,70,257,15,"_reactNative"],[461,82,257,24],[461,83,257,24,"TextInput"],[461,92,257,24],[462,16,258,16,"style"],[462,21,258,21],[462,23,258,23],[462,24,258,24,"styles"],[462,30,258,30],[462,31,258,31,"amountInput"],[462,42,258,42],[462,44,258,44,"styles"],[462,50,258,50],[462,51,258,51,"amountInputDisabled"],[462,70,258,70],[462,71,258,72],[463,16,259,16,"placeholder"],[463,27,259,27],[463,29,259,28],[463,35,259,34],[464,16,260,16,"value"],[464,21,260,21],[464,23,260,23,"toAmount"],[464,31,260,32],[465,16,261,16,"editable"],[465,24,261,24],[465,26,261,26],[466,14,261,32],[467,16,261,32,"fileName"],[467,24,261,32],[467,26,261,32,"_jsxFileName"],[467,38,261,32],[468,16,261,32,"lineNumber"],[468,26,261,32],[469,16,261,32,"columnNumber"],[469,28,261,32],[470,14,261,32],[470,21,262,15],[470,22,262,16],[470,37,263,14],[470,41,263,14,"_reactJsxDevRuntime"],[470,60,263,14],[470,61,263,14,"jsxDEV"],[470,67,263,14],[470,69,263,15,"_reactNative"],[470,81,263,19],[470,82,263,19,"View"],[470,86,263,19],[471,16,263,20,"style"],[471,21,263,25],[471,23,263,27,"styles"],[471,29,263,33],[471,30,263,34,"tokenSelector"],[471,43,263,48],[472,16,263,48,"children"],[472,24,263,48],[472,39,264,16],[472,43,264,16,"_reactJsxDevRuntime"],[472,62,264,16],[472,63,264,16,"jsxDEV"],[472,69,264,16],[472,71,264,17,"_reactNative"],[472,83,264,21],[472,84,264,21,"View"],[472,88,264,21],[473,18,264,22,"style"],[473,23,264,27],[473,25,264,29,"styles"],[473,31,264,35],[473,32,264,36,"tokenBadge"],[473,42,264,47],[474,18,264,47,"children"],[474,26,264,47],[474,41,265,18],[474,45,265,18,"_reactJsxDevRuntime"],[474,64,265,18],[474,65,265,18,"jsxDEV"],[474,71,265,18],[474,73,265,19,"_reactNative"],[474,85,265,23],[474,86,265,23,"Text"],[474,90,265,23],[475,20,265,24,"style"],[475,25,265,29],[475,27,265,31,"styles"],[475,33,265,37],[475,34,265,38,"tokenText"],[475,43,265,48],[476,20,265,48,"children"],[476,28,265,48],[476,30,265,50,"toToken"],[477,18,265,57],[478,20,265,57,"fileName"],[478,28,265,57],[478,30,265,57,"_jsxFileName"],[478,42,265,57],[479,20,265,57,"lineNumber"],[479,30,265,57],[480,20,265,57,"columnNumber"],[480,32,265,57],[481,18,265,57],[481,25,265,64],[482,16,265,65],[483,18,265,65,"fileName"],[483,26,265,65],[483,28,265,65,"_jsxFileName"],[483,40,265,65],[484,18,265,65,"lineNumber"],[484,28,265,65],[485,18,265,65,"columnNumber"],[485,30,265,65],[486,16,265,65],[486,23,266,22],[487,14,266,23],[488,16,266,23,"fileName"],[488,24,266,23],[488,26,266,23,"_jsxFileName"],[488,38,266,23],[489,16,266,23,"lineNumber"],[489,26,266,23],[490,16,266,23,"columnNumber"],[490,28,266,23],[491,14,266,23],[491,21,267,20],[491,22,267,21],[492,12,267,21],[493,14,267,21,"fileName"],[493,22,267,21],[493,24,267,21,"_jsxFileName"],[493,36,267,21],[494,14,267,21,"lineNumber"],[494,24,267,21],[495,14,267,21,"columnNumber"],[495,26,267,21],[496,12,267,21],[496,19,268,18],[496,20,268,19],[497,10,268,19],[498,12,268,19,"fileName"],[498,20,268,19],[498,22,268,19,"_jsxFileName"],[498,34,268,19],[499,12,268,19,"lineNumber"],[499,22,268,19],[500,12,268,19,"columnNumber"],[500,24,268,19],[501,10,268,19],[501,17,269,16],[501,18,269,17],[501,20,272,11,"fromAmount"],[501,30,272,21],[501,34,272,25,"toAmount"],[501,42,272,33],[501,59,273,12],[501,63,273,12,"_reactJsxDevRuntime"],[501,82,273,12],[501,83,273,12,"jsxDEV"],[501,89,273,12],[501,91,273,13,"_reactNative"],[501,103,273,17],[501,104,273,17,"View"],[501,108,273,17],[502,12,273,18,"style"],[502,17,273,23],[502,19,273,25,"styles"],[502,25,273,31],[502,26,273,32,"detailsCard"],[502,37,273,44],[503,12,273,44,"children"],[503,20,273,44],[503,36,274,14],[503,40,274,14,"_reactJsxDevRuntime"],[503,59,274,14],[503,60,274,14,"jsxDEV"],[503,66,274,14],[503,68,274,15,"_reactNative"],[503,80,274,19],[503,81,274,19,"View"],[503,85,274,19],[504,14,274,20,"style"],[504,19,274,25],[504,21,274,27,"styles"],[504,27,274,33],[504,28,274,34,"detailRow"],[504,37,274,44],[505,14,274,44,"children"],[505,22,274,44],[505,38,275,16],[505,42,275,16,"_reactJsxDevRuntime"],[505,61,275,16],[505,62,275,16,"jsxDEV"],[505,68,275,16],[505,70,275,17,"_reactNative"],[505,82,275,21],[505,83,275,21,"Text"],[505,87,275,21],[506,16,275,22,"style"],[506,21,275,27],[506,23,275,29,"styles"],[506,29,275,35],[506,30,275,36,"detailLabel"],[506,41,275,48],[507,16,275,48,"children"],[507,24,275,48],[507,26,275,49],[508,14,275,53],[509,16,275,53,"fileName"],[509,24,275,53],[509,26,275,53,"_jsxFileName"],[509,38,275,53],[510,16,275,53,"lineNumber"],[510,26,275,53],[511,16,275,53,"columnNumber"],[511,28,275,53],[512,14,275,53],[512,21,275,59],[512,22,275,60],[512,37,276,16],[512,41,276,16,"_reactJsxDevRuntime"],[512,60,276,16],[512,61,276,16,"jsxDEV"],[512,67,276,16],[512,69,276,17,"_reactNative"],[512,81,276,21],[512,82,276,21,"Text"],[512,86,276,21],[513,16,276,22,"style"],[513,21,276,27],[513,23,276,29,"styles"],[513,29,276,35],[513,30,276,36,"detailValue"],[513,41,276,48],[514,16,276,48,"children"],[514,24,276,48],[514,27,276,49],[514,31,277,20],[514,33,277,21,"fromToken"],[514,42,277,30],[514,44,277,31],[514,49,277,34],[514,51,277,35,"getCurrentRate"],[514,65,277,49],[514,66,277,50],[514,67,277,51],[514,69,277,52],[514,72,277,53],[514,74,277,54,"toToken"],[514,81,277,61],[515,14,277,61],[516,16,277,61,"fileName"],[516,24,277,61],[516,26,277,61,"_jsxFileName"],[516,38,277,61],[517,16,277,61,"lineNumber"],[517,26,277,61],[518,16,277,61,"columnNumber"],[518,28,277,61],[519,14,277,61],[519,21,278,22],[519,22,278,23],[520,12,278,23],[521,14,278,23,"fileName"],[521,22,278,23],[521,24,278,23,"_jsxFileName"],[521,36,278,23],[522,14,278,23,"lineNumber"],[522,24,278,23],[523,14,278,23,"columnNumber"],[523,26,278,23],[524,12,278,23],[524,19,279,20],[524,20,279,21],[524,35,280,14],[524,39,280,14,"_reactJsxDevRuntime"],[524,58,280,14],[524,59,280,14,"jsxDEV"],[524,65,280,14],[524,67,280,15,"_reactNative"],[524,79,280,19],[524,80,280,19,"View"],[524,84,280,19],[525,14,280,20,"style"],[525,19,280,25],[525,21,280,27,"styles"],[525,27,280,33],[525,28,280,34,"detailRow"],[525,37,280,44],[526,14,280,44,"children"],[526,22,280,44],[526,38,281,16],[526,42,281,16,"_reactJsxDevRuntime"],[526,61,281,16],[526,62,281,16,"jsxDEV"],[526,68,281,16],[526,70,281,17,"_reactNative"],[526,82,281,21],[526,83,281,21,"Text"],[526,87,281,21],[527,16,281,22,"style"],[527,21,281,27],[527,23,281,29,"styles"],[527,29,281,35],[527,30,281,36,"detailLabel"],[527,41,281,48],[528,16,281,48,"children"],[528,24,281,48],[528,26,281,49],[529,14,281,67],[530,16,281,67,"fileName"],[530,24,281,67],[530,26,281,67,"_jsxFileName"],[530,38,281,67],[531,16,281,67,"lineNumber"],[531,26,281,67],[532,16,281,67,"columnNumber"],[532,28,281,67],[533,14,281,67],[533,21,281,73],[533,22,281,74],[533,37,282,16],[533,41,282,16,"_reactJsxDevRuntime"],[533,60,282,16],[533,61,282,16,"jsxDEV"],[533,67,282,16],[533,69,282,17,"_reactNative"],[533,81,282,21],[533,82,282,21,"View"],[533,86,282,21],[534,16,282,22,"style"],[534,21,282,27],[534,23,282,29,"styles"],[534,29,282,35],[534,30,282,36,"slippageSelector"],[534,46,282,53],[535,16,282,53,"children"],[535,24,282,53],[535,40,283,18],[535,44,283,18,"_reactJsxDevRuntime"],[535,63,283,18],[535,64,283,18,"jsxDEV"],[535,70,283,18],[535,72,283,19,"_reactNative"],[535,84,283,35],[535,85,283,35,"TouchableOpacity"],[535,101,283,35],[536,18,284,20,"style"],[536,23,284,25],[536,25,284,27],[536,26,285,22,"styles"],[536,32,285,28],[536,33,285,29,"slippageOption"],[536,47,285,43],[536,49,286,22,"slippage"],[536,57,286,30],[536,62,286,35],[536,67,286,40],[536,71,286,44,"styles"],[536,77,286,50],[536,78,286,51,"slippageOptionActive"],[536,98,286,71],[536,99,287,22],[537,18,288,20,"onPress"],[537,25,288,27],[537,27,288,29],[537,36,288,20,"onPress"],[537,43,288,27,"onPress"],[537,44,288,27],[538,20,288,27],[538,27,288,35,"setSlippage"],[538,38,288,46],[538,39,288,47],[538,44,288,52],[538,45,288,53],[539,18,288,53],[539,19,288,54],[540,18,288,54,"children"],[540,26,288,54],[540,41,290,20],[540,45,290,20,"_reactJsxDevRuntime"],[540,64,290,20],[540,65,290,20,"jsxDEV"],[540,71,290,20],[540,73,290,21,"_reactNative"],[540,85,290,25],[540,86,290,25,"Text"],[540,90,290,25],[541,20,291,22,"style"],[541,25,291,27],[541,27,291,29],[541,28,292,24,"styles"],[541,34,292,30],[541,35,292,31,"slippageText"],[541,47,292,43],[541,49,293,24,"slippage"],[541,57,293,32],[541,62,293,37],[541,67,293,42],[541,71,293,46,"styles"],[541,77,293,52],[541,78,293,53,"slippageTextActive"],[541,96,293,71],[541,97,294,24],[542,20,294,24,"children"],[542,28,294,24],[542,30,295,21],[543,18,297,20],[544,20,297,20,"fileName"],[544,28,297,20],[544,30,297,20,"_jsxFileName"],[544,42,297,20],[545,20,297,20,"lineNumber"],[545,30,297,20],[546,20,297,20,"columnNumber"],[546,32,297,20],[547,18,297,20],[547,25,297,26],[548,16,297,27],[549,18,297,27,"fileName"],[549,26,297,27],[549,28,297,27,"_jsxFileName"],[549,40,297,27],[550,18,297,27,"lineNumber"],[550,28,297,27],[551,18,297,27,"columnNumber"],[551,30,297,27],[552,16,297,27],[552,23,298,36],[552,24,298,37],[552,39,299,18],[552,43,299,18,"_reactJsxDevRuntime"],[552,62,299,18],[552,63,299,18,"jsxDEV"],[552,69,299,18],[552,71,299,19,"_reactNative"],[552,83,299,35],[552,84,299,35,"TouchableOpacity"],[552,100,299,35],[553,18,300,20,"style"],[553,23,300,25],[553,25,300,27],[553,26,301,22,"styles"],[553,32,301,28],[553,33,301,29,"slippageOption"],[553,47,301,43],[553,49,302,22,"slippage"],[553,57,302,30],[553,62,302,35],[553,67,302,40],[553,71,302,44,"styles"],[553,77,302,50],[553,78,302,51,"slippageOptionActive"],[553,98,302,71],[553,99,303,22],[554,18,304,20,"onPress"],[554,25,304,27],[554,27,304,29],[554,36,304,20,"onPress"],[554,43,304,27,"onPress"],[554,44,304,27],[555,20,304,27],[555,27,304,35,"setSlippage"],[555,38,304,46],[555,39,304,47],[555,44,304,52],[555,45,304,53],[556,18,304,53],[556,19,304,54],[557,18,304,54,"children"],[557,26,304,54],[557,41,306,20],[557,45,306,20,"_reactJsxDevRuntime"],[557,64,306,20],[557,65,306,20,"jsxDEV"],[557,71,306,20],[557,73,306,21,"_reactNative"],[557,85,306,25],[557,86,306,25,"Text"],[557,90,306,25],[558,20,307,22,"style"],[558,25,307,27],[558,27,307,29],[558,28,308,24,"styles"],[558,34,308,30],[558,35,308,31,"slippageText"],[558,47,308,43],[558,49,309,24,"slippage"],[558,57,309,32],[558,62,309,37],[558,67,309,42],[558,71,309,46,"styles"],[558,77,309,52],[558,78,309,53,"slippageTextActive"],[558,96,309,71],[558,97,310,24],[559,20,310,24,"children"],[559,28,310,24],[559,30,311,21],[560,18,313,20],[561,20,313,20,"fileName"],[561,28,313,20],[561,30,313,20,"_jsxFileName"],[561,42,313,20],[562,20,313,20,"lineNumber"],[562,30,313,20],[563,20,313,20,"columnNumber"],[563,32,313,20],[564,18,313,20],[564,25,313,26],[565,16,313,27],[566,18,313,27,"fileName"],[566,26,313,27],[566,28,313,27,"_jsxFileName"],[566,40,313,27],[567,18,313,27,"lineNumber"],[567,28,313,27],[568,18,313,27,"columnNumber"],[568,30,313,27],[569,16,313,27],[569,23,314,36],[569,24,314,37],[569,39,315,18],[569,43,315,18,"_reactJsxDevRuntime"],[569,62,315,18],[569,63,315,18,"jsxDEV"],[569,69,315,18],[569,71,315,19,"_reactNative"],[569,83,315,35],[569,84,315,35,"TouchableOpacity"],[569,100,315,35],[570,18,316,20,"style"],[570,23,316,25],[570,25,316,27],[570,26,317,22,"styles"],[570,32,317,28],[570,33,317,29,"slippageOption"],[570,47,317,43],[570,49,318,22,"slippage"],[570,57,318,30],[570,62,318,35],[570,67,318,40],[570,71,318,44,"styles"],[570,77,318,50],[570,78,318,51,"slippageOptionActive"],[570,98,318,71],[570,99,319,22],[571,18,320,20,"onPress"],[571,25,320,27],[571,27,320,29],[571,36,320,20,"onPress"],[571,43,320,27,"onPress"],[571,44,320,27],[572,20,320,27],[572,27,320,35,"setSlippage"],[572,38,320,46],[572,39,320,47],[572,44,320,52],[572,45,320,53],[573,18,320,53],[573,19,320,54],[574,18,320,54,"children"],[574,26,320,54],[574,41,322,20],[574,45,322,20,"_reactJsxDevRuntime"],[574,64,322,20],[574,65,322,20,"jsxDEV"],[574,71,322,20],[574,73,322,21,"_reactNative"],[574,85,322,25],[574,86,322,25,"Text"],[574,90,322,25],[575,20,323,22,"style"],[575,25,323,27],[575,27,323,29],[575,28,324,24,"styles"],[575,34,324,30],[575,35,324,31,"slippageText"],[575,47,324,43],[575,49,325,24,"slippage"],[575,57,325,32],[575,62,325,37],[575,67,325,42],[575,71,325,46,"styles"],[575,77,325,52],[575,78,325,53,"slippageTextActive"],[575,96,325,71],[575,97,326,24],[576,20,326,24,"children"],[576,28,326,24],[576,30,327,21],[577,18,329,20],[578,20,329,20,"fileName"],[578,28,329,20],[578,30,329,20,"_jsxFileName"],[578,42,329,20],[579,20,329,20,"lineNumber"],[579,30,329,20],[580,20,329,20,"columnNumber"],[580,32,329,20],[581,18,329,20],[581,25,329,26],[582,16,329,27],[583,18,329,27,"fileName"],[583,26,329,27],[583,28,329,27,"_jsxFileName"],[583,40,329,27],[584,18,329,27,"lineNumber"],[584,28,329,27],[585,18,329,27,"columnNumber"],[585,30,329,27],[586,16,329,27],[586,23,330,36],[586,24,330,37],[587,14,330,37],[588,16,330,37,"fileName"],[588,24,330,37],[588,26,330,37,"_jsxFileName"],[588,38,330,37],[589,16,330,37,"lineNumber"],[589,26,330,37],[590,16,330,37,"columnNumber"],[590,28,330,37],[591,14,330,37],[591,21,331,22],[591,22,331,23],[592,12,331,23],[593,14,331,23,"fileName"],[593,22,331,23],[593,24,331,23,"_jsxFileName"],[593,36,331,23],[594,14,331,23,"lineNumber"],[594,24,331,23],[595,14,331,23,"columnNumber"],[595,26,331,23],[596,12,331,23],[596,19,332,20],[596,20,332,21],[596,35,333,14],[596,39,333,14,"_reactJsxDevRuntime"],[596,58,333,14],[596,59,333,14,"jsxDEV"],[596,65,333,14],[596,67,333,15,"_reactNative"],[596,79,333,19],[596,80,333,19,"View"],[596,84,333,19],[597,14,333,20,"style"],[597,19,333,25],[597,21,333,27,"styles"],[597,27,333,33],[597,28,333,34,"detailRow"],[597,37,333,44],[598,14,333,44,"children"],[598,22,333,44],[598,38,334,16],[598,42,334,16,"_reactJsxDevRuntime"],[598,61,334,16],[598,62,334,16,"jsxDEV"],[598,68,334,16],[598,70,334,17,"_reactNative"],[598,82,334,21],[598,83,334,21,"Text"],[598,87,334,21],[599,16,334,22,"style"],[599,21,334,27],[599,23,334,29,"styles"],[599,29,334,35],[599,30,334,36,"detailLabel"],[599,41,334,48],[600,16,334,48,"children"],[600,24,334,48],[600,26,334,49],[601,14,334,60],[602,16,334,60,"fileName"],[602,24,334,60],[602,26,334,60,"_jsxFileName"],[602,38,334,60],[603,16,334,60,"lineNumber"],[603,26,334,60],[604,16,334,60,"columnNumber"],[604,28,334,60],[605,14,334,60],[605,21,334,66],[605,22,334,67],[605,37,335,16],[605,41,335,16,"_reactJsxDevRuntime"],[605,60,335,16],[605,61,335,16,"jsxDEV"],[605,67,335,16],[605,69,335,17,"_reactNative"],[605,81,335,21],[605,82,335,21,"Text"],[605,86,335,21],[606,16,335,22,"style"],[606,21,335,27],[606,23,335,29,"styles"],[606,29,335,35],[606,30,335,36,"detailValue"],[606,41,335,48],[607,16,335,48,"children"],[607,24,335,48],[607,26,335,49],[608,14,335,58],[609,16,335,58,"fileName"],[609,24,335,58],[609,26,335,58,"_jsxFileName"],[609,38,335,58],[610,16,335,58,"lineNumber"],[610,26,335,58],[611,16,335,58,"columnNumber"],[611,28,335,58],[612,14,335,58],[612,21,335,64],[612,22,335,65],[613,12,335,65],[614,14,335,65,"fileName"],[614,22,335,65],[614,24,335,65,"_jsxFileName"],[614,36,335,65],[615,14,335,65,"lineNumber"],[615,24,335,65],[616,14,335,65,"columnNumber"],[616,26,335,65],[617,12,335,65],[617,19,336,20],[617,20,336,21],[618,10,336,21],[619,12,336,21,"fileName"],[619,20,336,21],[619,22,336,21,"_jsxFileName"],[619,34,336,21],[620,12,336,21,"lineNumber"],[620,22,336,21],[621,12,336,21,"columnNumber"],[621,24,336,21],[622,10,336,21],[622,17,337,18],[622,18,338,11],[622,33,341,10],[622,37,341,10,"_reactJsxDevRuntime"],[622,56,341,10],[622,57,341,10,"jsxDEV"],[622,63,341,10],[622,65,341,11,"_reactNative"],[622,77,341,27],[622,78,341,27,"TouchableOpacity"],[622,94,341,27],[623,12,342,12,"style"],[623,17,342,17],[623,19,342,19,"styles"],[623,25,342,25],[623,26,342,26,"executeButton"],[623,39,342,40],[624,12,343,12,"onPress"],[624,19,343,19],[624,21,343,21,"executeSwap"],[624,32,343,33],[625,12,344,12,"activeOpacity"],[625,25,344,25],[625,27,344,27],[625,30,344,31],[626,12,344,31,"children"],[626,20,344,31],[626,35,346,12],[626,39,346,12,"_reactJsxDevRuntime"],[626,58,346,12],[626,59,346,12,"jsxDEV"],[626,65,346,12],[626,67,346,13,"_expoLinearGradient"],[626,86,346,27],[626,87,346,27,"LinearGradient"],[626,101,346,27],[627,14,347,14,"colors"],[627,20,347,20],[627,22,347,22],[627,23,347,23,"Colors"],[627,29,347,29],[627,30,347,29,"default"],[627,37,347,29],[627,38,347,30,"primary"],[627,45,347,37],[627,47,347,39,"Colors"],[627,53,347,45],[627,54,347,45,"default"],[627,61,347,45],[627,62,347,46,"success"],[627,69,347,53],[627,70,347,55],[628,14,348,14,"style"],[628,19,348,19],[628,21,348,21,"styles"],[628,27,348,27],[628,28,348,28,"executeButtonGradient"],[628,49,348,50],[629,14,349,14,"start"],[629,19,349,19],[629,21,349,21],[630,16,349,23,"x"],[630,17,349,24],[630,19,349,26],[630,20,349,27],[631,16,349,29,"y"],[631,17,349,30],[631,19,349,32],[632,14,349,34],[632,15,349,36],[633,14,350,14,"end"],[633,17,350,17],[633,19,350,19],[634,16,350,21,"x"],[634,17,350,22],[634,19,350,24],[634,20,350,25],[635,16,350,27,"y"],[635,17,350,28],[635,19,350,30],[636,14,350,32],[636,15,350,34],[637,14,350,34,"children"],[637,22,350,34],[637,38,352,14],[637,42,352,14,"_reactJsxDevRuntime"],[637,61,352,14],[637,62,352,14,"jsxDEV"],[637,68,352,14],[637,70,352,15,"_expoVectorIcons"],[637,86,352,23],[637,87,352,23,"Ionicons"],[637,95,352,23],[638,16,352,24,"name"],[638,20,352,28],[638,22,352,29],[638,39,352,46],[639,16,352,47,"size"],[639,20,352,51],[639,22,352,53],[639,24,352,56],[640,16,352,57,"color"],[640,21,352,62],[640,23,352,63],[641,14,352,70],[642,16,352,70,"fileName"],[642,24,352,70],[642,26,352,70,"_jsxFileName"],[642,38,352,70],[643,16,352,70,"lineNumber"],[643,26,352,70],[644,16,352,70,"columnNumber"],[644,28,352,70],[645,14,352,70],[645,21,352,72],[645,22,352,73],[645,37,353,14],[645,41,353,14,"_reactJsxDevRuntime"],[645,60,353,14],[645,61,353,14,"jsxDEV"],[645,67,353,14],[645,69,353,15,"_reactNative"],[645,81,353,19],[645,82,353,19,"Text"],[645,86,353,19],[646,16,353,20,"style"],[646,21,353,25],[646,23,353,27,"styles"],[646,29,353,33],[646,30,353,34,"executeButtonText"],[646,47,353,52],[647,16,353,52,"children"],[647,24,353,52],[647,26,353,53],[648,14,353,64],[649,16,353,64,"fileName"],[649,24,353,64],[649,26,353,64,"_jsxFileName"],[649,38,353,64],[650,16,353,64,"lineNumber"],[650,26,353,64],[651,16,353,64,"columnNumber"],[651,28,353,64],[652,14,353,64],[652,21,353,70],[652,22,353,71],[653,12,353,71],[654,14,353,71,"fileName"],[654,22,353,71],[654,24,353,71,"_jsxFileName"],[654,36,353,71],[655,14,353,71,"lineNumber"],[655,24,353,71],[656,14,353,71,"columnNumber"],[656,26,353,71],[657,12,353,71],[657,19,354,28],[658,10,354,29],[659,12,354,29,"fileName"],[659,20,354,29],[659,22,354,29,"_jsxFileName"],[659,34,354,29],[660,12,354,29,"lineNumber"],[660,22,354,29],[661,12,354,29,"columnNumber"],[661,24,354,29],[662,10,354,29],[662,17,355,28],[662,18,355,29],[663,8,355,29],[664,10,355,29,"fileName"],[664,18,355,29],[664,20,355,29,"_jsxFileName"],[664,32,355,29],[665,10,355,29,"lineNumber"],[665,20,355,29],[666,10,355,29,"columnNumber"],[666,22,355,29],[667,8,355,29],[667,15,356,14],[667,16,356,15],[667,31,359,8],[667,35,359,8,"_reactJsxDevRuntime"],[667,54,359,8],[667,55,359,8,"jsxDEV"],[667,61,359,8],[667,63,359,9,"_reactNative"],[667,75,359,13],[667,76,359,13,"View"],[667,80,359,13],[668,10,359,14,"style"],[668,15,359,19],[668,17,359,21,"styles"],[668,23,359,27],[668,24,359,28,"section"],[668,31,359,36],[669,10,359,36,"children"],[669,18,359,36],[669,34,360,10],[669,38,360,10,"_reactJsxDevRuntime"],[669,57,360,10],[669,58,360,10,"jsxDEV"],[669,64,360,10],[669,66,360,11,"_reactNative"],[669,78,360,15],[669,79,360,15,"View"],[669,83,360,15],[670,12,360,16,"style"],[670,17,360,21],[670,19,360,23,"styles"],[670,25,360,29],[670,26,360,30,"sectionHeader"],[670,39,360,44],[671,12,360,44,"children"],[671,20,360,44],[671,36,361,12],[671,40,361,12,"_reactJsxDevRuntime"],[671,59,361,12],[671,60,361,12,"jsxDEV"],[671,66,361,12],[671,68,361,13,"_reactNative"],[671,80,361,17],[671,81,361,17,"Text"],[671,85,361,17],[672,14,361,18,"style"],[672,19,361,23],[672,21,361,25,"styles"],[672,27,361,31],[672,28,361,32,"sectionTitle"],[672,40,361,45],[673,14,361,45,"children"],[673,22,361,45],[673,24,361,46],[674,12,361,58],[675,14,361,58,"fileName"],[675,22,361,58],[675,24,361,58,"_jsxFileName"],[675,36,361,58],[676,14,361,58,"lineNumber"],[676,24,361,58],[677,14,361,58,"columnNumber"],[677,26,361,58],[678,12,361,58],[678,19,361,64],[678,20,361,65],[678,35,362,12],[678,39,362,12,"_reactJsxDevRuntime"],[678,58,362,12],[678,59,362,12,"jsxDEV"],[678,65,362,12],[678,67,362,13,"_reactNative"],[678,79,362,29],[678,80,362,29,"TouchableOpacity"],[678,96,362,29],[679,14,362,29,"children"],[679,22,362,29],[679,37,363,14],[679,41,363,14,"_reactJsxDevRuntime"],[679,60,363,14],[679,61,363,14,"jsxDEV"],[679,67,363,14],[679,69,363,15,"_reactNative"],[679,81,363,19],[679,82,363,19,"Text"],[679,86,363,19],[680,16,363,20,"style"],[680,21,363,25],[680,23,363,27,"styles"],[680,29,363,33],[680,30,363,34,"viewAllText"],[680,41,363,46],[681,16,363,46,"children"],[681,24,363,46],[681,26,363,47],[682,14,363,55],[683,16,363,55,"fileName"],[683,24,363,55],[683,26,363,55,"_jsxFileName"],[683,38,363,55],[684,16,363,55,"lineNumber"],[684,26,363,55],[685,16,363,55,"columnNumber"],[685,28,363,55],[686,14,363,55],[686,21,363,61],[687,12,363,62],[688,14,363,62,"fileName"],[688,22,363,62],[688,24,363,62,"_jsxFileName"],[688,36,363,62],[689,14,363,62,"lineNumber"],[689,24,363,62],[690,14,363,62,"columnNumber"],[690,26,363,62],[691,12,363,62],[691,19,364,30],[691,20,364,31],[692,10,364,31],[693,12,364,31,"fileName"],[693,20,364,31],[693,22,364,31,"_jsxFileName"],[693,34,364,31],[694,12,364,31,"lineNumber"],[694,22,364,31],[695,12,364,31,"columnNumber"],[695,24,364,31],[696,10,364,31],[696,17,365,16],[696,18,365,17],[696,20,367,11,"swapHistory"],[696,31,367,22],[696,32,367,23,"map"],[696,35,367,26],[696,36,367,27],[696,46,367,28,"swap"],[696,50,367,32],[697,12,367,32],[697,32,368,12],[697,36,368,12,"_reactJsxDevRuntime"],[697,55,368,12],[697,56,368,12,"jsxDEV"],[697,62,368,12],[697,64,368,13,"_reactNative"],[697,76,368,17],[697,77,368,17,"View"],[697,81,368,17],[698,14,368,32,"style"],[698,19,368,37],[698,21,368,39,"styles"],[698,27,368,45],[698,28,368,46,"historyCard"],[698,39,368,58],[699,14,368,58,"children"],[699,22,368,58],[699,38,369,14],[699,42,369,14,"_reactJsxDevRuntime"],[699,61,369,14],[699,62,369,14,"jsxDEV"],[699,68,369,14],[699,70,369,15,"_reactNative"],[699,82,369,19],[699,83,369,19,"View"],[699,87,369,19],[700,16,369,20,"style"],[700,21,369,25],[700,23,369,27,"styles"],[700,29,369,33],[700,30,369,34,"historyHeader"],[700,43,369,48],[701,16,369,48,"children"],[701,24,369,48],[701,40,370,16],[701,44,370,16,"_reactJsxDevRuntime"],[701,63,370,16],[701,64,370,16,"jsxDEV"],[701,70,370,16],[701,72,370,17,"_reactNative"],[701,84,370,21],[701,85,370,21,"View"],[701,89,370,21],[702,18,370,22,"style"],[702,23,370,27],[702,25,370,29,"styles"],[702,31,370,35],[702,32,370,36,"historyIcon"],[702,43,370,48],[703,18,370,48,"children"],[703,26,370,48],[703,41,371,18],[703,45,371,18,"_reactJsxDevRuntime"],[703,64,371,18],[703,65,371,18,"jsxDEV"],[703,71,371,18],[703,73,371,19,"_expoVectorIcons"],[703,89,371,27],[703,90,371,27,"Ionicons"],[703,98,371,27],[704,20,372,20,"name"],[704,24,372,24],[704,26,372,25],[704,43,372,42],[705,20,373,20,"size"],[705,24,373,24],[705,26,373,26],[705,28,373,29],[706,20,374,20,"color"],[706,25,374,25],[706,27,374,27,"Colors"],[706,33,374,33],[706,34,374,33,"default"],[706,41,374,33],[706,42,374,34,"primary"],[707,18,374,42],[708,20,374,42,"fileName"],[708,28,374,42],[708,30,374,42,"_jsxFileName"],[708,42,374,42],[709,20,374,42,"lineNumber"],[709,30,374,42],[710,20,374,42,"columnNumber"],[710,32,374,42],[711,18,374,42],[711,21,374,42,"_this"],[711,26,375,19],[712,16,375,20],[713,18,375,20,"fileName"],[713,26,375,20],[713,28,375,20,"_jsxFileName"],[713,40,375,20],[714,18,375,20,"lineNumber"],[714,28,375,20],[715,18,375,20,"columnNumber"],[715,30,375,20],[716,16,375,20],[716,19,375,20,"_this"],[716,24,376,22],[716,25,376,23],[716,40,377,16],[716,44,377,16,"_reactJsxDevRuntime"],[716,63,377,16],[716,64,377,16,"jsxDEV"],[716,70,377,16],[716,72,377,17,"_reactNative"],[716,84,377,21],[716,85,377,21,"View"],[716,89,377,21],[717,18,377,22,"style"],[717,23,377,27],[717,25,377,29,"styles"],[717,31,377,35],[717,32,377,36,"historyInfo"],[717,43,377,48],[718,18,377,48,"children"],[718,26,377,48],[718,42,378,18],[718,46,378,18,"_reactJsxDevRuntime"],[718,65,378,18],[718,66,378,18,"jsxDEV"],[718,72,378,18],[718,74,378,19,"_reactNative"],[718,86,378,23],[718,87,378,23,"Text"],[718,91,378,23],[719,20,378,24,"style"],[719,25,378,29],[719,27,378,31,"styles"],[719,33,378,37],[719,34,378,38,"historyTitle"],[719,46,378,51],[720,20,378,51,"children"],[720,28,378,51],[720,31,379,21,"swap"],[720,35,379,25],[720,36,379,26,"fromToken"],[720,45,379,35],[720,47,379,36],[720,57,379,39],[720,59,379,40,"swap"],[720,63,379,44],[720,64,379,45,"toToken"],[720,71,379,52],[721,18,379,52],[722,20,379,52,"fileName"],[722,28,379,52],[722,30,379,52,"_jsxFileName"],[722,42,379,52],[723,20,379,52,"lineNumber"],[723,30,379,52],[724,20,379,52,"columnNumber"],[724,32,379,52],[725,18,379,52],[725,21,379,52,"_this"],[725,26,380,24],[725,27,380,25],[725,42,381,18],[725,46,381,18,"_reactJsxDevRuntime"],[725,65,381,18],[725,66,381,18,"jsxDEV"],[725,72,381,18],[725,74,381,19,"_reactNative"],[725,86,381,23],[725,87,381,23,"Text"],[725,91,381,23],[726,20,381,24,"style"],[726,25,381,29],[726,27,381,31,"styles"],[726,33,381,37],[726,34,381,38,"historyDate"],[726,45,381,50],[727,20,381,50,"children"],[727,28,381,50],[727,30,381,52,"swap"],[727,34,381,56],[727,35,381,57,"date"],[728,18,381,61],[729,20,381,61,"fileName"],[729,28,381,61],[729,30,381,61,"_jsxFileName"],[729,42,381,61],[730,20,381,61,"lineNumber"],[730,30,381,61],[731,20,381,61,"columnNumber"],[731,32,381,61],[732,18,381,61],[732,21,381,61,"_this"],[732,26,381,68],[732,27,381,69],[732,42,382,18],[732,46,382,18,"_reactJsxDevRuntime"],[732,65,382,18],[732,66,382,18,"jsxDEV"],[732,72,382,18],[732,74,382,19,"_reactNative"],[732,86,382,23],[732,87,382,23,"Text"],[732,91,382,23],[733,20,382,24,"style"],[733,25,382,29],[733,27,382,31,"styles"],[733,33,382,37],[733,34,382,38,"historyHash"],[733,45,382,50],[734,20,382,50,"children"],[734,28,382,50],[734,31,382,51],[734,37,382,55],[734,39,382,56,"swap"],[734,43,382,60],[734,44,382,61,"txHash"],[734,50,382,67],[735,18,382,67],[736,20,382,67,"fileName"],[736,28,382,67],[736,30,382,67,"_jsxFileName"],[736,42,382,67],[737,20,382,67,"lineNumber"],[737,30,382,67],[738,20,382,67,"columnNumber"],[738,32,382,67],[739,18,382,67],[739,21,382,67,"_this"],[739,26,382,74],[739,27,382,75],[740,16,382,75],[741,18,382,75,"fileName"],[741,26,382,75],[741,28,382,75,"_jsxFileName"],[741,40,382,75],[742,18,382,75,"lineNumber"],[742,28,382,75],[743,18,382,75,"columnNumber"],[743,30,382,75],[744,16,382,75],[744,19,382,75,"_this"],[744,24,383,22],[744,25,383,23],[744,40,384,16],[744,44,384,16,"_reactJsxDevRuntime"],[744,63,384,16],[744,64,384,16,"jsxDEV"],[744,70,384,16],[744,72,384,17,"_reactNative"],[744,84,384,21],[744,85,384,21,"View"],[744,89,384,21],[745,18,384,22,"style"],[745,23,384,27],[745,25,384,29,"styles"],[745,31,384,35],[745,32,384,36,"historyAmount"],[745,45,384,50],[746,18,384,50,"children"],[746,26,384,50],[746,42,385,18],[746,46,385,18,"_reactJsxDevRuntime"],[746,65,385,18],[746,66,385,18,"jsxDEV"],[746,72,385,18],[746,74,385,19,"_reactNative"],[746,86,385,23],[746,87,385,23,"Text"],[746,91,385,23],[747,20,385,24,"style"],[747,25,385,29],[747,27,385,31,"styles"],[747,33,385,37],[747,34,385,38,"historyFromAmount"],[747,51,385,56],[748,20,385,56,"children"],[748,28,385,56],[748,31,385,57],[748,34,386,21],[748,36,386,22,"swap"],[748,40,386,26],[748,41,386,27,"fromAmount"],[748,51,386,37],[748,53,386,38],[748,56,386,39],[748,58,386,40,"swap"],[748,62,386,44],[748,63,386,45,"fromToken"],[748,72,386,54],[749,18,386,54],[750,20,386,54,"fileName"],[750,28,386,54],[750,30,386,54,"_jsxFileName"],[750,42,386,54],[751,20,386,54,"lineNumber"],[751,30,386,54],[752,20,386,54,"columnNumber"],[752,32,386,54],[753,18,386,54],[753,21,386,54,"_this"],[753,26,387,24],[753,27,387,25],[753,42,388,18],[753,46,388,18,"_reactJsxDevRuntime"],[753,65,388,18],[753,66,388,18,"jsxDEV"],[753,72,388,18],[753,74,388,19,"_reactNative"],[753,86,388,23],[753,87,388,23,"Text"],[753,91,388,23],[754,20,388,24,"style"],[754,25,388,29],[754,27,388,31,"styles"],[754,33,388,37],[754,34,388,38,"historyToAmount"],[754,49,388,54],[755,20,388,54,"children"],[755,28,388,54],[755,31,388,55],[755,34,389,21],[755,36,389,22,"swap"],[755,40,389,26],[755,41,389,27,"toAmount"],[755,49,389,35],[755,51,389,36],[755,54,389,37],[755,56,389,38,"swap"],[755,60,389,42],[755,61,389,43,"toToken"],[755,68,389,50],[756,18,389,50],[757,20,389,50,"fileName"],[757,28,389,50],[757,30,389,50,"_jsxFileName"],[757,42,389,50],[758,20,389,50,"lineNumber"],[758,30,389,50],[759,20,389,50,"columnNumber"],[759,32,389,50],[760,18,389,50],[760,21,389,50,"_this"],[760,26,390,24],[760,27,390,25],[761,16,390,25],[762,18,390,25,"fileName"],[762,26,390,25],[762,28,390,25,"_jsxFileName"],[762,40,390,25],[763,18,390,25,"lineNumber"],[763,28,390,25],[764,18,390,25,"columnNumber"],[764,30,390,25],[765,16,390,25],[765,19,390,25,"_this"],[765,24,391,22],[765,25,391,23],[766,14,391,23],[767,16,391,23,"fileName"],[767,24,391,23],[767,26,391,23,"_jsxFileName"],[767,38,391,23],[768,16,391,23,"lineNumber"],[768,26,391,23],[769,16,391,23,"columnNumber"],[769,28,391,23],[770,14,391,23],[770,17,391,23,"_this"],[770,22,392,20],[770,23,392,21],[770,38,393,14],[770,42,393,14,"_reactJsxDevRuntime"],[770,61,393,14],[770,62,393,14,"jsxDEV"],[770,68,393,14],[770,70,393,15,"_reactNative"],[770,82,393,19],[770,83,393,19,"View"],[770,87,393,19],[771,16,393,20,"style"],[771,21,393,25],[771,23,393,27,"styles"],[771,29,393,33],[771,30,393,34,"historyFooter"],[771,43,393,48],[772,16,393,48,"children"],[772,24,393,48],[772,40,394,16],[772,44,394,16,"_reactJsxDevRuntime"],[772,63,394,16],[772,64,394,16,"jsxDEV"],[772,70,394,16],[772,72,394,17,"_reactNative"],[772,84,394,21],[772,85,394,21,"Text"],[772,89,394,21],[773,18,394,22,"style"],[773,23,394,27],[773,25,394,29,"styles"],[773,31,394,35],[773,32,394,36,"historyRate"],[773,43,394,48],[774,18,394,48,"children"],[774,26,394,48],[774,29,394,49],[774,39,395,26],[774,41,395,27,"swap"],[774,45,395,31],[774,46,395,32,"fromToken"],[774,55,395,41],[774,57,395,42],[774,62,395,45],[774,64,395,46,"swap"],[774,68,395,50],[774,69,395,51,"rate"],[774,73,395,55],[774,75,395,56],[774,78,395,57],[774,80,395,58,"swap"],[774,84,395,62],[774,85,395,63,"toToken"],[774,92,395,70],[775,16,395,70],[776,18,395,70,"fileName"],[776,26,395,70],[776,28,395,70,"_jsxFileName"],[776,40,395,70],[777,18,395,70,"lineNumber"],[777,28,395,70],[778,18,395,70,"columnNumber"],[778,30,395,70],[779,16,395,70],[779,19,395,70,"_this"],[779,24,396,22],[779,25,396,23],[779,40,397,16],[779,44,397,16,"_reactJsxDevRuntime"],[779,63,397,16],[779,64,397,16,"jsxDEV"],[779,70,397,16],[779,72,397,17,"_reactNative"],[779,84,397,33],[779,85,397,33,"TouchableOpacity"],[779,101,397,33],[780,18,397,33,"children"],[780,26,397,33],[780,41,398,18],[780,45,398,18,"_reactJsxDevRuntime"],[780,64,398,18],[780,65,398,18,"jsxDEV"],[780,71,398,18],[780,73,398,19,"_expoVectorIcons"],[780,89,398,27],[780,90,398,27,"Ionicons"],[780,98,398,27],[781,20,399,20,"name"],[781,24,399,24],[781,26,399,25],[781,40,399,39],[782,20,400,20,"size"],[782,24,400,24],[782,26,400,26],[782,28,400,29],[783,20,401,20,"color"],[783,25,401,25],[783,27,401,27,"Colors"],[783,33,401,33],[783,34,401,33,"default"],[783,41,401,33],[783,42,401,34,"primary"],[784,18,401,42],[785,20,401,42,"fileName"],[785,28,401,42],[785,30,401,42,"_jsxFileName"],[785,42,401,42],[786,20,401,42,"lineNumber"],[786,30,401,42],[787,20,401,42,"columnNumber"],[787,32,401,42],[788,18,401,42],[788,21,401,42,"_this"],[788,26,402,19],[789,16,402,20],[790,18,402,20,"fileName"],[790,26,402,20],[790,28,402,20,"_jsxFileName"],[790,40,402,20],[791,18,402,20,"lineNumber"],[791,28,402,20],[792,18,402,20,"columnNumber"],[792,30,402,20],[793,16,402,20],[793,19,402,20,"_this"],[793,24,403,34],[793,25,403,35],[794,14,403,35],[795,16,403,35,"fileName"],[795,24,403,35],[795,26,403,35,"_jsxFileName"],[795,38,403,35],[796,16,403,35,"lineNumber"],[796,26,403,35],[797,16,403,35,"columnNumber"],[797,28,403,35],[798,14,403,35],[798,17,403,35,"_this"],[798,22,404,20],[798,23,404,21],[799,12,404,21],[799,15,368,23,"swap"],[799,19,368,27],[799,20,368,28,"id"],[799,22,368,30],[800,14,368,30,"fileName"],[800,22,368,30],[800,24,368,30,"_jsxFileName"],[800,36,368,30],[801,14,368,30,"lineNumber"],[801,24,368,30],[802,14,368,30,"columnNumber"],[802,26,368,30],[803,12,368,30],[803,15,368,30,"_this"],[803,20,405,18],[803,21,405,19],[804,10,405,19],[804,11,406,11],[804,12,406,12],[805,8,406,12],[806,10,406,12,"fileName"],[806,18,406,12],[806,20,406,12,"_jsxFileName"],[806,32,406,12],[807,10,406,12,"lineNumber"],[807,20,406,12],[808,10,406,12,"columnNumber"],[808,22,406,12],[809,8,406,12],[809,15,407,14],[809,16,407,15],[809,31,410,8],[809,35,410,8,"_reactJsxDevRuntime"],[809,54,410,8],[809,55,410,8,"jsxDEV"],[809,61,410,8],[809,63,410,9,"_reactNative"],[809,75,410,13],[809,76,410,13,"View"],[809,80,410,13],[810,10,410,14,"style"],[810,15,410,19],[810,17,410,21,"styles"],[810,23,410,27],[810,24,410,28,"infoSection"],[810,35,410,40],[811,10,410,40,"children"],[811,18,410,40],[811,33,411,10],[811,37,411,10,"_reactJsxDevRuntime"],[811,56,411,10],[811,57,411,10,"jsxDEV"],[811,63,411,10],[811,65,411,11,"_reactNative"],[811,77,411,15],[811,78,411,15,"View"],[811,82,411,15],[812,12,411,16,"style"],[812,17,411,21],[812,19,411,23,"styles"],[812,25,411,29],[812,26,411,30,"infoCard"],[812,34,411,39],[813,12,411,39,"children"],[813,20,411,39],[813,36,412,12],[813,40,412,12,"_reactJsxDevRuntime"],[813,59,412,12],[813,60,412,12,"jsxDEV"],[813,66,412,12],[813,68,412,13,"_expoVectorIcons"],[813,84,412,21],[813,85,412,21,"Ionicons"],[813,93,412,21],[814,14,412,22,"name"],[814,18,412,26],[814,20,412,27],[814,40,412,47],[815,14,412,48,"size"],[815,18,412,52],[815,20,412,54],[815,22,412,57],[816,14,412,58,"color"],[816,19,412,63],[816,21,412,65,"Colors"],[816,27,412,71],[816,28,412,71,"default"],[816,35,412,71],[816,36,412,72,"primary"],[817,12,412,80],[818,14,412,80,"fileName"],[818,22,412,80],[818,24,412,80,"_jsxFileName"],[818,36,412,80],[819,14,412,80,"lineNumber"],[819,24,412,80],[820,14,412,80,"columnNumber"],[820,26,412,80],[821,12,412,80],[821,19,412,82],[821,20,412,83],[821,35,413,12],[821,39,413,12,"_reactJsxDevRuntime"],[821,58,413,12],[821,59,413,12,"jsxDEV"],[821,65,413,12],[821,67,413,13,"_reactNative"],[821,79,413,17],[821,80,413,17,"View"],[821,84,413,17],[822,14,413,18,"style"],[822,19,413,23],[822,21,413,25,"styles"],[822,27,413,31],[822,28,413,32,"infoContent"],[822,39,413,44],[823,14,413,44,"children"],[823,22,413,44],[823,38,414,14],[823,42,414,14,"_reactJsxDevRuntime"],[823,61,414,14],[823,62,414,14,"jsxDEV"],[823,68,414,14],[823,70,414,15,"_reactNative"],[823,82,414,19],[823,83,414,19,"Text"],[823,87,414,19],[824,16,414,20,"style"],[824,21,414,25],[824,23,414,27,"styles"],[824,29,414,33],[824,30,414,34,"infoTitle"],[824,39,414,44],[825,16,414,44,"children"],[825,24,414,44],[825,26,414,45],[826,14,414,61],[827,16,414,61,"fileName"],[827,24,414,61],[827,26,414,61,"_jsxFileName"],[827,38,414,61],[828,16,414,61,"lineNumber"],[828,26,414,61],[829,16,414,61,"columnNumber"],[829,28,414,61],[830,14,414,61],[830,21,414,67],[830,22,414,68],[830,37,415,14],[830,41,415,14,"_reactJsxDevRuntime"],[830,60,415,14],[830,61,415,14,"jsxDEV"],[830,67,415,14],[830,69,415,15,"_reactNative"],[830,81,415,19],[830,82,415,19,"Text"],[830,86,415,19],[831,16,415,20,"style"],[831,21,415,25],[831,23,415,27,"styles"],[831,29,415,33],[831,30,415,34,"infoText"],[831,38,415,43],[832,16,415,43,"children"],[832,24,415,43],[832,26,415,44],[833,14,417,14],[834,16,417,14,"fileName"],[834,24,417,14],[834,26,417,14,"_jsxFileName"],[834,38,417,14],[835,16,417,14,"lineNumber"],[835,26,417,14],[836,16,417,14,"columnNumber"],[836,28,417,14],[837,14,417,14],[837,21,417,20],[837,22,417,21],[838,12,417,21],[839,14,417,21,"fileName"],[839,22,417,21],[839,24,417,21,"_jsxFileName"],[839,36,417,21],[840,14,417,21,"lineNumber"],[840,24,417,21],[841,14,417,21,"columnNumber"],[841,26,417,21],[842,12,417,21],[842,19,418,18],[842,20,418,19],[843,10,418,19],[844,12,418,19,"fileName"],[844,20,418,19],[844,22,418,19,"_jsxFileName"],[844,34,418,19],[845,12,418,19,"lineNumber"],[845,22,418,19],[846,12,418,19,"columnNumber"],[846,24,418,19],[847,10,418,19],[847,17,419,16],[848,8,419,17],[849,10,419,17,"fileName"],[849,18,419,17],[849,20,419,17,"_jsxFileName"],[849,32,419,17],[850,10,419,17,"lineNumber"],[850,20,419,17],[851,10,419,17,"columnNumber"],[851,22,419,17],[852,8,419,17],[852,15,420,14],[852,16,420,15],[852,31,422,8],[852,35,422,8,"_reactJsxDevRuntime"],[852,54,422,8],[852,55,422,8,"jsxDEV"],[852,61,422,8],[852,63,422,9,"_reactNative"],[852,75,422,13],[852,76,422,13,"View"],[852,80,422,13],[853,10,422,14,"style"],[853,15,422,19],[853,17,422,21],[854,12,422,23,"height"],[854,18,422,29],[854,20,422,31],[855,10,422,34],[856,8,422,36],[857,10,422,36,"fileName"],[857,18,422,36],[857,20,422,36,"_jsxFileName"],[857,32,422,36],[858,10,422,36,"lineNumber"],[858,20,422,36],[859,10,422,36,"columnNumber"],[859,22,422,36],[860,8,422,36],[860,15,422,38],[860,16,422,39],[861,6,422,39],[862,8,422,39,"fileName"],[862,16,422,39],[862,18,422,39,"_jsxFileName"],[862,30,422,39],[863,8,422,39,"lineNumber"],[863,18,422,39],[864,8,422,39,"columnNumber"],[864,20,422,39],[865,6,422,39],[865,13,423,18],[866,4,423,19],[867,6,423,19,"fileName"],[867,14,423,19],[867,16,423,19,"_jsxFileName"],[867,28,423,19],[868,6,423,19,"lineNumber"],[868,16,423,19],[869,6,423,19,"columnNumber"],[869,18,423,19],[870,4,423,19],[870,11,424,18],[870,12,424,19],[871,2,426,0],[872,2,426,1,"_s"],[872,4,426,1],[872,5,33,24,"ExchangeScreen"],[872,19,33,38],[873,2,33,38,"_c"],[873,4,33,38],[873,7,33,24,"ExchangeScreen"],[873,21,33,38],[874,2,428,0],[874,6,428,6,"styles"],[874,12,428,12],[874,15,428,15,"StyleSheet"],[874,27,428,25],[874,28,428,25,"StyleSheet"],[874,38,428,25],[874,39,428,26,"create"],[874,45,428,32],[874,46,428,33],[875,4,429,2,"container"],[875,13,429,11],[875,15,429,13],[876,6,430,4,"flex"],[876,10,430,8],[876,12,430,10],[876,13,430,11],[877,6,431,4,"backgroundColor"],[877,21,431,19],[877,23,431,21,"Colors"],[877,29,431,27],[877,30,431,27,"default"],[877,37,431,27],[877,38,431,28,"background"],[878,4,432,2],[878,5,432,3],[879,4,433,2,"header"],[879,10,433,8],[879,12,433,10],[880,6,434,4,"paddingHorizontal"],[880,23,434,21],[880,25,434,23],[880,27,434,25],[881,6,435,4,"paddingTop"],[881,16,435,14],[881,18,435,16],[881,20,435,18],[882,6,436,4,"paddingBottom"],[882,19,436,17],[882,21,436,19],[882,23,436,21],[883,6,437,4,"borderBottomLeftRadius"],[883,28,437,26],[883,30,437,28],[883,32,437,30],[884,6,438,4,"borderBottomRightRadius"],[884,29,438,27],[884,31,438,29],[885,4,439,2],[885,5,439,3],[886,4,440,2,"headerContent"],[886,17,440,15],[886,19,440,17],[887,6,441,4,"flexDirection"],[887,19,441,17],[887,21,441,19],[887,26,441,24],[888,6,442,4,"justifyContent"],[888,20,442,18],[888,22,442,20],[888,37,442,35],[889,6,443,4,"alignItems"],[889,16,443,14],[889,18,443,16],[890,4,444,2],[890,5,444,3],[891,4,445,2,"headerTitle"],[891,15,445,13],[891,17,445,15],[892,6,446,4,"fontSize"],[892,14,446,12],[892,16,446,14],[892,18,446,16],[893,6,447,4,"fontWeight"],[893,16,447,14],[893,18,447,16],[893,23,447,21],[894,6,448,4,"color"],[894,11,448,9],[894,13,448,11],[894,20,448,18],[895,6,449,4,"marginBottom"],[895,18,449,16],[895,20,449,18],[896,4,450,2],[896,5,450,3],[897,4,451,2,"headerSubtitle"],[897,18,451,16],[897,20,451,18],[898,6,452,4,"fontSize"],[898,14,452,12],[898,16,452,14],[898,18,452,16],[899,6,453,4,"color"],[899,11,453,9],[899,13,453,11],[900,4,454,2],[900,5,454,3],[901,4,455,2,"historyButton"],[901,17,455,15],[901,19,455,17],[902,6,456,4,"width"],[902,11,456,9],[902,13,456,11],[902,15,456,13],[903,6,457,4,"height"],[903,12,457,10],[903,14,457,12],[903,16,457,14],[904,6,458,4,"borderRadius"],[904,18,458,16],[904,20,458,18],[904,22,458,20],[905,6,459,4,"backgroundColor"],[905,21,459,19],[905,23,459,21],[905,49,459,47],[906,6,460,4,"alignItems"],[906,16,460,14],[906,18,460,16],[906,26,460,24],[907,6,461,4,"justifyContent"],[907,20,461,18],[907,22,461,20],[908,4,462,2],[908,5,462,3],[909,4,463,2,"rateContainer"],[909,17,463,15],[909,19,463,17],[910,6,464,4,"paddingHorizontal"],[910,23,464,21],[910,25,464,23],[910,27,464,25],[911,6,465,4,"marginTop"],[911,15,465,13],[911,17,465,15],[911,18,465,16],[911,20,465,18],[912,6,466,4,"marginBottom"],[912,18,466,16],[912,20,466,18],[913,4,467,2],[913,5,467,3],[914,4,468,2,"rateCard"],[914,12,468,10],[914,14,468,12],[915,6,469,4,"backgroundColor"],[915,21,469,19],[915,23,469,21],[915,30,469,28],[916,6,470,4,"borderRadius"],[916,18,470,16],[916,20,470,18],[916,22,470,20],[917,6,471,4,"padding"],[917,13,471,11],[917,15,471,13],[917,17,471,15],[918,6,472,4,"shadowColor"],[918,17,472,15],[918,19,472,17],[918,25,472,23],[919,6,473,4,"shadowOffset"],[919,18,473,16],[919,20,473,18],[920,8,473,20,"width"],[920,13,473,25],[920,15,473,27],[920,16,473,28],[921,8,473,30,"height"],[921,14,473,36],[921,16,473,38],[922,6,473,40],[922,7,473,41],[923,6,474,4,"shadowOpacity"],[923,19,474,17],[923,21,474,19],[923,25,474,23],[924,6,475,4,"shadowRadius"],[924,18,475,16],[924,20,475,18],[924,21,475,19],[925,6,476,4,"elevation"],[925,15,476,13],[925,17,476,15],[926,4,477,2],[926,5,477,3],[927,4,478,2,"rateHeader"],[927,14,478,12],[927,16,478,14],[928,6,479,4,"flexDirection"],[928,19,479,17],[928,21,479,19],[928,26,479,24],[929,6,480,4,"justifyContent"],[929,20,480,18],[929,22,480,20],[929,37,480,35],[930,6,481,4,"alignItems"],[930,16,481,14],[930,18,481,16],[930,26,481,24],[931,6,482,4,"marginBottom"],[931,18,482,16],[931,20,482,18],[932,4,483,2],[932,5,483,3],[933,4,484,2,"rateTitle"],[933,13,484,11],[933,15,484,13],[934,6,485,4,"fontSize"],[934,14,485,12],[934,16,485,14],[934,18,485,16],[935,6,486,4,"fontWeight"],[935,16,486,14],[935,18,486,16],[935,23,486,21],[936,6,487,4,"color"],[936,11,487,9],[936,13,487,11,"Colors"],[936,19,487,17],[936,20,487,17,"default"],[936,27,487,17],[936,28,487,18,"textDark"],[937,4,488,2],[937,5,488,3],[938,4,489,2,"updateBadge"],[938,15,489,13],[938,17,489,15],[939,6,490,4,"flexDirection"],[939,19,490,17],[939,21,490,19],[939,26,490,24],[940,6,491,4,"alignItems"],[940,16,491,14],[940,18,491,16],[940,26,491,24],[941,6,492,4,"gap"],[941,9,492,7],[941,11,492,9],[941,12,492,10],[942,6,493,4,"backgroundColor"],[942,21,493,19],[942,23,493,21,"Colors"],[942,29,493,27],[942,30,493,27,"default"],[942,37,493,27],[942,38,493,28,"success"],[942,45,493,35],[942,48,493,38],[942,52,493,42],[943,6,494,4,"paddingHorizontal"],[943,23,494,21],[943,25,494,23],[943,26,494,24],[944,6,495,4,"paddingVertical"],[944,21,495,19],[944,23,495,21],[944,24,495,22],[945,6,496,4,"borderRadius"],[945,18,496,16],[945,20,496,18],[946,4,497,2],[946,5,497,3],[947,4,498,2,"updateText"],[947,14,498,12],[947,16,498,14],[948,6,499,4,"fontSize"],[948,14,499,12],[948,16,499,14],[948,18,499,16],[949,6,500,4,"fontWeight"],[949,16,500,14],[949,18,500,16],[949,23,500,21],[950,6,501,4,"color"],[950,11,501,9],[950,13,501,11,"Colors"],[950,19,501,17],[950,20,501,17,"default"],[950,27,501,17],[950,28,501,18,"success"],[951,4,502,2],[951,5,502,3],[952,4,503,2,"rateContent"],[952,15,503,13],[952,17,503,15],[953,6,504,4,"flexDirection"],[953,19,504,17],[953,21,504,19],[953,26,504,24],[954,6,505,4,"alignItems"],[954,16,505,14],[954,18,505,16],[954,26,505,24],[955,6,506,4,"marginBottom"],[955,18,506,16],[955,20,506,18],[956,4,507,2],[956,5,507,3],[957,4,508,2,"rateItem"],[957,12,508,10],[957,14,508,12],[958,6,509,4,"flex"],[958,10,509,8],[958,12,509,10],[958,13,509,11],[959,6,510,4,"alignItems"],[959,16,510,14],[959,18,510,16],[960,4,511,2],[960,5,511,3],[961,4,512,2,"rateLabel"],[961,13,512,11],[961,15,512,13],[962,6,513,4,"fontSize"],[962,14,513,12],[962,16,513,14],[962,18,513,16],[963,6,514,4,"color"],[963,11,514,9],[963,13,514,11,"Colors"],[963,19,514,17],[963,20,514,17,"default"],[963,27,514,17],[963,28,514,18,"textGray"],[963,36,514,26],[964,6,515,4,"marginBottom"],[964,18,515,16],[964,20,515,18],[965,4,516,2],[965,5,516,3],[966,4,517,2,"rateValue"],[966,13,517,11],[966,15,517,13],[967,6,518,4,"fontSize"],[967,14,518,12],[967,16,518,14],[967,18,518,16],[968,6,519,4,"fontWeight"],[968,16,519,14],[968,18,519,16],[968,23,519,21],[969,6,520,4,"color"],[969,11,520,9],[969,13,520,11,"Colors"],[969,19,520,17],[969,20,520,17,"default"],[969,27,520,17],[969,28,520,18,"primary"],[970,4,521,2],[970,5,521,3],[971,4,522,2,"rateDivider"],[971,15,522,13],[971,17,522,15],[972,6,523,4,"width"],[972,11,523,9],[972,13,523,11],[972,14,523,12],[973,6,524,4,"height"],[973,12,524,10],[973,14,524,12],[973,16,524,14],[974,6,525,4,"backgroundColor"],[974,21,525,19],[974,23,525,21,"Colors"],[974,29,525,27],[974,30,525,27,"default"],[974,37,525,27],[974,38,525,28,"background"],[975,4,526,2],[975,5,526,3],[976,4,527,2,"rateUpdate"],[976,14,527,12],[976,16,527,14],[977,6,528,4,"fontSize"],[977,14,528,12],[977,16,528,14],[977,18,528,16],[978,6,529,4,"color"],[978,11,529,9],[978,13,529,11,"Colors"],[978,19,529,17],[978,20,529,17,"default"],[978,27,529,17],[978,28,529,18,"textGray"],[978,36,529,26],[979,6,530,4,"textAlign"],[979,15,530,13],[979,17,530,15],[980,4,531,2],[980,5,531,3],[981,4,532,2,"section"],[981,11,532,9],[981,13,532,11],[982,6,533,4,"paddingHorizontal"],[982,23,533,21],[982,25,533,23],[982,27,533,25],[983,6,534,4,"marginBottom"],[983,18,534,16],[983,20,534,18],[984,4,535,2],[984,5,535,3],[985,4,536,2,"sectionHeader"],[985,17,536,15],[985,19,536,17],[986,6,537,4,"flexDirection"],[986,19,537,17],[986,21,537,19],[986,26,537,24],[987,6,538,4,"justifyContent"],[987,20,538,18],[987,22,538,20],[987,37,538,35],[988,6,539,4,"alignItems"],[988,16,539,14],[988,18,539,16],[988,26,539,24],[989,6,540,4,"marginBottom"],[989,18,540,16],[989,20,540,18],[990,4,541,2],[990,5,541,3],[991,4,542,2,"sectionTitle"],[991,16,542,14],[991,18,542,16],[992,6,543,4,"fontSize"],[992,14,543,12],[992,16,543,14],[992,18,543,16],[993,6,544,4,"fontWeight"],[993,16,544,14],[993,18,544,16],[993,23,544,21],[994,6,545,4,"color"],[994,11,545,9],[994,13,545,11,"Colors"],[994,19,545,17],[994,20,545,17,"default"],[994,27,545,17],[994,28,545,18,"textDark"],[994,36,545,26],[995,6,546,4,"marginBottom"],[995,18,546,16],[995,20,546,18],[996,4,547,2],[996,5,547,3],[997,4,548,2,"viewAllText"],[997,15,548,13],[997,17,548,15],[998,6,549,4,"fontSize"],[998,14,549,12],[998,16,549,14],[998,18,549,16],[999,6,550,4,"fontWeight"],[999,16,550,14],[999,18,550,16],[999,23,550,21],[1000,6,551,4,"color"],[1000,11,551,9],[1000,13,551,11,"Colors"],[1000,19,551,17],[1000,20,551,17,"default"],[1000,27,551,17],[1000,28,551,18,"primary"],[1001,4,552,2],[1001,5,552,3],[1002,4,553,2,"swapCard"],[1002,12,553,10],[1002,14,553,12],[1003,6,554,4,"backgroundColor"],[1003,21,554,19],[1003,23,554,21],[1003,30,554,28],[1004,6,555,4,"borderRadius"],[1004,18,555,16],[1004,20,555,18],[1004,22,555,20],[1005,6,556,4,"padding"],[1005,13,556,11],[1005,15,556,13],[1005,17,556,15],[1006,6,557,4,"shadowColor"],[1006,17,557,15],[1006,19,557,17],[1006,25,557,23],[1007,6,558,4,"shadowOffset"],[1007,18,558,16],[1007,20,558,18],[1008,8,558,20,"width"],[1008,13,558,25],[1008,15,558,27],[1008,16,558,28],[1009,8,558,30,"height"],[1009,14,558,36],[1009,16,558,38],[1010,6,558,40],[1010,7,558,41],[1011,6,559,4,"shadowOpacity"],[1011,19,559,17],[1011,21,559,19],[1011,25,559,23],[1012,6,560,4,"shadowRadius"],[1012,18,560,16],[1012,20,560,18],[1012,21,560,19],[1013,6,561,4,"elevation"],[1013,15,561,13],[1013,17,561,15],[1014,4,562,2],[1014,5,562,3],[1015,4,563,2,"swapHeader"],[1015,14,563,12],[1015,16,563,14],[1016,6,564,4,"flexDirection"],[1016,19,564,17],[1016,21,564,19],[1016,26,564,24],[1017,6,565,4,"justifyContent"],[1017,20,565,18],[1017,22,565,20],[1017,37,565,35],[1018,6,566,4,"alignItems"],[1018,16,566,14],[1018,18,566,16],[1018,26,566,24],[1019,6,567,4,"marginBottom"],[1019,18,567,16],[1019,20,567,18],[1020,4,568,2],[1020,5,568,3],[1021,4,569,2,"swapLabel"],[1021,13,569,11],[1021,15,569,13],[1022,6,570,4,"fontSize"],[1022,14,570,12],[1022,16,570,14],[1022,18,570,16],[1023,6,571,4,"fontWeight"],[1023,16,571,14],[1023,18,571,16],[1023,23,571,21],[1024,6,572,4,"color"],[1024,11,572,9],[1024,13,572,11,"Colors"],[1024,19,572,17],[1024,20,572,17,"default"],[1024,27,572,17],[1024,28,572,18,"textGray"],[1025,4,573,2],[1025,5,573,3],[1026,4,574,2,"balanceText"],[1026,15,574,13],[1026,17,574,15],[1027,6,575,4,"fontSize"],[1027,14,575,12],[1027,16,575,14],[1027,18,575,16],[1028,6,576,4,"color"],[1028,11,576,9],[1028,13,576,11,"Colors"],[1028,19,576,17],[1028,20,576,17,"default"],[1028,27,576,17],[1028,28,576,18,"textGray"],[1029,4,577,2],[1029,5,577,3],[1030,4,578,2,"inputContainer"],[1030,18,578,16],[1030,20,578,18],[1031,6,579,4,"flexDirection"],[1031,19,579,17],[1031,21,579,19],[1031,26,579,24],[1032,6,580,4,"alignItems"],[1032,16,580,14],[1032,18,580,16],[1032,26,580,24],[1033,6,581,4,"gap"],[1033,9,581,7],[1033,11,581,9],[1034,4,582,2],[1034,5,582,3],[1035,4,583,2,"amountInput"],[1035,15,583,13],[1035,17,583,15],[1036,6,584,4,"flex"],[1036,10,584,8],[1036,12,584,10],[1036,13,584,11],[1037,6,585,4,"fontSize"],[1037,14,585,12],[1037,16,585,14],[1037,18,585,16],[1038,6,586,4,"fontWeight"],[1038,16,586,14],[1038,18,586,16],[1038,23,586,21],[1039,6,587,4,"color"],[1039,11,587,9],[1039,13,587,11,"Colors"],[1039,19,587,17],[1039,20,587,17,"default"],[1039,27,587,17],[1039,28,587,18,"textDark"],[1040,4,588,2],[1040,5,588,3],[1041,4,589,2,"amountInputDisabled"],[1041,23,589,21],[1041,25,589,23],[1042,6,590,4,"color"],[1042,11,590,9],[1042,13,590,11,"Colors"],[1042,19,590,17],[1042,20,590,17,"default"],[1042,27,590,17],[1042,28,590,18,"textGray"],[1043,4,591,2],[1043,5,591,3],[1044,4,592,2,"tokenSelector"],[1044,17,592,15],[1044,19,592,17],[1045,6,593,4,"flexDirection"],[1045,19,593,17],[1045,21,593,19],[1045,26,593,24],[1046,6,594,4,"alignItems"],[1046,16,594,14],[1046,18,594,16],[1046,26,594,24],[1047,6,595,4,"gap"],[1047,9,595,7],[1047,11,595,9],[1048,4,596,2],[1048,5,596,3],[1049,4,597,2,"tokenBadge"],[1049,14,597,12],[1049,16,597,14],[1050,6,598,4,"backgroundColor"],[1050,21,598,19],[1050,23,598,21,"Colors"],[1050,29,598,27],[1050,30,598,27,"default"],[1050,37,598,27],[1050,38,598,28,"primary"],[1050,45,598,35],[1050,48,598,38],[1050,52,598,42],[1051,6,599,4,"paddingHorizontal"],[1051,23,599,21],[1051,25,599,23],[1051,27,599,25],[1052,6,600,4,"paddingVertical"],[1052,21,600,19],[1052,23,600,21],[1052,24,600,22],[1053,6,601,4,"borderRadius"],[1053,18,601,16],[1053,20,601,18],[1054,4,602,2],[1054,5,602,3],[1055,4,603,2,"tokenText"],[1055,13,603,11],[1055,15,603,13],[1056,6,604,4,"fontSize"],[1056,14,604,12],[1056,16,604,14],[1056,18,604,16],[1057,6,605,4,"fontWeight"],[1057,16,605,14],[1057,18,605,16],[1057,23,605,21],[1058,6,606,4,"color"],[1058,11,606,9],[1058,13,606,11,"Colors"],[1058,19,606,17],[1058,20,606,17,"default"],[1058,27,606,17],[1058,28,606,18,"primary"],[1059,4,607,2],[1059,5,607,3],[1060,4,608,2,"maxButton"],[1060,13,608,11],[1060,15,608,13],[1061,6,609,4,"backgroundColor"],[1061,21,609,19],[1061,23,609,21,"Colors"],[1061,29,609,27],[1061,30,609,27,"default"],[1061,37,609,27],[1061,38,609,28,"background"],[1061,48,609,38],[1062,6,610,4,"paddingHorizontal"],[1062,23,610,21],[1062,25,610,23],[1062,27,610,25],[1063,6,611,4,"paddingVertical"],[1063,21,611,19],[1063,23,611,21],[1063,24,611,22],[1064,6,612,4,"borderRadius"],[1064,18,612,16],[1064,20,612,18],[1065,4,613,2],[1065,5,613,3],[1066,4,614,2,"maxButtonText"],[1066,17,614,15],[1066,19,614,17],[1067,6,615,4,"fontSize"],[1067,14,615,12],[1067,16,615,14],[1067,18,615,16],[1068,6,616,4,"fontWeight"],[1068,16,616,14],[1068,18,616,16],[1068,23,616,21],[1069,6,617,4,"color"],[1069,11,617,9],[1069,13,617,11,"Colors"],[1069,19,617,17],[1069,20,617,17,"default"],[1069,27,617,17],[1069,28,617,18,"primary"],[1070,4,618,2],[1070,5,618,3],[1071,4,619,2,"swapButtonContainer"],[1071,23,619,21],[1071,25,619,23],[1072,6,620,4,"alignItems"],[1072,16,620,14],[1072,18,620,16],[1072,26,620,24],[1073,6,621,4,"marginVertical"],[1073,20,621,18],[1073,22,621,20],[1073,23,621,21],[1073,25,621,23],[1074,6,622,4,"zIndex"],[1074,12,622,10],[1074,14,622,12],[1075,4,623,2],[1075,5,623,3],[1076,4,624,2,"swapIconButton"],[1076,18,624,16],[1076,20,624,18],[1077,6,625,4,"width"],[1077,11,625,9],[1077,13,625,11],[1077,15,625,13],[1078,6,626,4,"height"],[1078,12,626,10],[1078,14,626,12],[1078,16,626,14],[1079,6,627,4,"borderRadius"],[1079,18,627,16],[1079,20,627,18],[1079,22,627,20],[1080,6,628,4,"backgroundColor"],[1080,21,628,19],[1080,23,628,21],[1080,30,628,28],[1081,6,629,4,"alignItems"],[1081,16,629,14],[1081,18,629,16],[1081,26,629,24],[1082,6,630,4,"justifyContent"],[1082,20,630,18],[1082,22,630,20],[1082,30,630,28],[1083,6,631,4,"shadowColor"],[1083,17,631,15],[1083,19,631,17],[1083,25,631,23],[1084,6,632,4,"shadowOffset"],[1084,18,632,16],[1084,20,632,18],[1085,8,632,20,"width"],[1085,13,632,25],[1085,15,632,27],[1085,16,632,28],[1086,8,632,30,"height"],[1086,14,632,36],[1086,16,632,38],[1087,6,632,40],[1087,7,632,41],[1088,6,633,4,"shadowOpacity"],[1088,19,633,17],[1088,21,633,19],[1088,24,633,22],[1089,6,634,4,"shadowRadius"],[1089,18,634,16],[1089,20,634,18],[1089,21,634,19],[1090,6,635,4,"elevation"],[1090,15,635,13],[1090,17,635,15],[1091,4,636,2],[1091,5,636,3],[1092,4,637,2,"detailsCard"],[1092,15,637,13],[1092,17,637,15],[1093,6,638,4,"backgroundColor"],[1093,21,638,19],[1093,23,638,21,"Colors"],[1093,29,638,27],[1093,30,638,27,"default"],[1093,37,638,27],[1093,38,638,28,"background"],[1093,48,638,38],[1094,6,639,4,"borderRadius"],[1094,18,639,16],[1094,20,639,18],[1094,22,639,20],[1095,6,640,4,"padding"],[1095,13,640,11],[1095,15,640,13],[1095,17,640,15],[1096,6,641,4,"marginTop"],[1096,15,641,13],[1096,17,641,15],[1096,19,641,17],[1097,6,642,4,"gap"],[1097,9,642,7],[1097,11,642,9],[1098,4,643,2],[1098,5,643,3],[1099,4,644,2,"detailRow"],[1099,13,644,11],[1099,15,644,13],[1100,6,645,4,"flexDirection"],[1100,19,645,17],[1100,21,645,19],[1100,26,645,24],[1101,6,646,4,"justifyContent"],[1101,20,646,18],[1101,22,646,20],[1101,37,646,35],[1102,6,647,4,"alignItems"],[1102,16,647,14],[1102,18,647,16],[1103,4,648,2],[1103,5,648,3],[1104,4,649,2,"detailLabel"],[1104,15,649,13],[1104,17,649,15],[1105,6,650,4,"fontSize"],[1105,14,650,12],[1105,16,650,14],[1105,18,650,16],[1106,6,651,4,"color"],[1106,11,651,9],[1106,13,651,11,"Colors"],[1106,19,651,17],[1106,20,651,17,"default"],[1106,27,651,17],[1106,28,651,18,"textGray"],[1107,4,652,2],[1107,5,652,3],[1108,4,653,2,"detailValue"],[1108,15,653,13],[1108,17,653,15],[1109,6,654,4,"fontSize"],[1109,14,654,12],[1109,16,654,14],[1109,18,654,16],[1110,6,655,4,"fontWeight"],[1110,16,655,14],[1110,18,655,16],[1110,23,655,21],[1111,6,656,4,"color"],[1111,11,656,9],[1111,13,656,11,"Colors"],[1111,19,656,17],[1111,20,656,17,"default"],[1111,27,656,17],[1111,28,656,18,"textDark"],[1112,4,657,2],[1112,5,657,3],[1113,4,658,2,"slippageSelector"],[1113,20,658,18],[1113,22,658,20],[1114,6,659,4,"flexDirection"],[1114,19,659,17],[1114,21,659,19],[1114,26,659,24],[1115,6,660,4,"gap"],[1115,9,660,7],[1115,11,660,9],[1116,4,661,2],[1116,5,661,3],[1117,4,662,2,"slippageOption"],[1117,18,662,16],[1117,20,662,18],[1118,6,663,4,"paddingHorizontal"],[1118,23,663,21],[1118,25,663,23],[1118,27,663,25],[1119,6,664,4,"paddingVertical"],[1119,21,664,19],[1119,23,664,21],[1119,24,664,22],[1120,6,665,4,"borderRadius"],[1120,18,665,16],[1120,20,665,18],[1120,21,665,19],[1121,6,666,4,"backgroundColor"],[1121,21,666,19],[1121,23,666,21],[1122,4,667,2],[1122,5,667,3],[1123,4,668,2,"slippageOptionActive"],[1123,24,668,22],[1123,26,668,24],[1124,6,669,4,"backgroundColor"],[1124,21,669,19],[1124,23,669,21,"Colors"],[1124,29,669,27],[1124,30,669,27,"default"],[1124,37,669,27],[1124,38,669,28,"primary"],[1125,4,670,2],[1125,5,670,3],[1126,4,671,2,"slippageText"],[1126,16,671,14],[1126,18,671,16],[1127,6,672,4,"fontSize"],[1127,14,672,12],[1127,16,672,14],[1127,18,672,16],[1128,6,673,4,"fontWeight"],[1128,16,673,14],[1128,18,673,16],[1128,23,673,21],[1129,6,674,4,"color"],[1129,11,674,9],[1129,13,674,11,"Colors"],[1129,19,674,17],[1129,20,674,17,"default"],[1129,27,674,17],[1129,28,674,18,"textGray"],[1130,4,675,2],[1130,5,675,3],[1131,4,676,2,"slippageTextActive"],[1131,22,676,20],[1131,24,676,22],[1132,6,677,4,"color"],[1132,11,677,9],[1132,13,677,11],[1133,4,678,2],[1133,5,678,3],[1134,4,679,2,"executeButton"],[1134,17,679,15],[1134,19,679,17],[1135,6,680,4,"borderRadius"],[1135,18,680,16],[1135,20,680,18],[1135,22,680,20],[1136,6,681,4,"overflow"],[1136,14,681,12],[1136,16,681,14],[1136,24,681,22],[1137,6,682,4,"marginTop"],[1137,15,682,13],[1137,17,682,15],[1138,4,683,2],[1138,5,683,3],[1139,4,684,2,"executeButtonGradient"],[1139,25,684,23],[1139,27,684,25],[1140,6,685,4,"flexDirection"],[1140,19,685,17],[1140,21,685,19],[1140,26,685,24],[1141,6,686,4,"alignItems"],[1141,16,686,14],[1141,18,686,16],[1141,26,686,24],[1142,6,687,4,"justifyContent"],[1142,20,687,18],[1142,22,687,20],[1142,30,687,28],[1143,6,688,4,"paddingVertical"],[1143,21,688,19],[1143,23,688,21],[1143,25,688,23],[1144,6,689,4,"gap"],[1144,9,689,7],[1144,11,689,9],[1145,4,690,2],[1145,5,690,3],[1146,4,691,2,"executeButtonText"],[1146,21,691,19],[1146,23,691,21],[1147,6,692,4,"fontSize"],[1147,14,692,12],[1147,16,692,14],[1147,18,692,16],[1148,6,693,4,"fontWeight"],[1148,16,693,14],[1148,18,693,16],[1148,23,693,21],[1149,6,694,4,"color"],[1149,11,694,9],[1149,13,694,11],[1150,4,695,2],[1150,5,695,3],[1151,4,696,2,"historyCard"],[1151,15,696,13],[1151,17,696,15],[1152,6,697,4,"backgroundColor"],[1152,21,697,19],[1152,23,697,21],[1152,30,697,28],[1153,6,698,4,"borderRadius"],[1153,18,698,16],[1153,20,698,18],[1153,22,698,20],[1154,6,699,4,"padding"],[1154,13,699,11],[1154,15,699,13],[1154,17,699,15],[1155,6,700,4,"marginBottom"],[1155,18,700,16],[1155,20,700,18],[1155,22,700,20],[1156,6,701,4,"shadowColor"],[1156,17,701,15],[1156,19,701,17],[1156,25,701,23],[1157,6,702,4,"shadowOffset"],[1157,18,702,16],[1157,20,702,18],[1158,8,702,20,"width"],[1158,13,702,25],[1158,15,702,27],[1158,16,702,28],[1159,8,702,30,"height"],[1159,14,702,36],[1159,16,702,38],[1160,6,702,40],[1160,7,702,41],[1161,6,703,4,"shadowOpacity"],[1161,19,703,17],[1161,21,703,19],[1161,25,703,23],[1162,6,704,4,"shadowRadius"],[1162,18,704,16],[1162,20,704,18],[1162,21,704,19],[1163,6,705,4,"elevation"],[1163,15,705,13],[1163,17,705,15],[1164,4,706,2],[1164,5,706,3],[1165,4,707,2,"historyHeader"],[1165,17,707,15],[1165,19,707,17],[1166,6,708,4,"flexDirection"],[1166,19,708,17],[1166,21,708,19],[1166,26,708,24],[1167,6,709,4,"alignItems"],[1167,16,709,14],[1167,18,709,16],[1167,26,709,24],[1168,6,710,4,"marginBottom"],[1168,18,710,16],[1168,20,710,18],[1169,4,711,2],[1169,5,711,3],[1170,4,712,2,"historyIcon"],[1170,15,712,13],[1170,17,712,15],[1171,6,713,4,"width"],[1171,11,713,9],[1171,13,713,11],[1171,15,713,13],[1172,6,714,4,"height"],[1172,12,714,10],[1172,14,714,12],[1172,16,714,14],[1173,6,715,4,"borderRadius"],[1173,18,715,16],[1173,20,715,18],[1173,22,715,20],[1174,6,716,4,"backgroundColor"],[1174,21,716,19],[1174,23,716,21,"Colors"],[1174,29,716,27],[1174,30,716,27,"default"],[1174,37,716,27],[1174,38,716,28,"primary"],[1174,45,716,35],[1174,48,716,38],[1174,52,716,42],[1175,6,717,4,"alignItems"],[1175,16,717,14],[1175,18,717,16],[1175,26,717,24],[1176,6,718,4,"justifyContent"],[1176,20,718,18],[1176,22,718,20],[1176,30,718,28],[1177,6,719,4,"marginRight"],[1177,17,719,15],[1177,19,719,17],[1178,4,720,2],[1178,5,720,3],[1179,4,721,2,"historyInfo"],[1179,15,721,13],[1179,17,721,15],[1180,6,722,4,"flex"],[1180,10,722,8],[1180,12,722,10],[1181,4,723,2],[1181,5,723,3],[1182,4,724,2,"historyTitle"],[1182,16,724,14],[1182,18,724,16],[1183,6,725,4,"fontSize"],[1183,14,725,12],[1183,16,725,14],[1183,18,725,16],[1184,6,726,4,"fontWeight"],[1184,16,726,14],[1184,18,726,16],[1184,23,726,21],[1185,6,727,4,"color"],[1185,11,727,9],[1185,13,727,11,"Colors"],[1185,19,727,17],[1185,20,727,17,"default"],[1185,27,727,17],[1185,28,727,18,"textDark"],[1185,36,727,26],[1186,6,728,4,"marginBottom"],[1186,18,728,16],[1186,20,728,18],[1187,4,729,2],[1187,5,729,3],[1188,4,730,2,"historyDate"],[1188,15,730,13],[1188,17,730,15],[1189,6,731,4,"fontSize"],[1189,14,731,12],[1189,16,731,14],[1189,18,731,16],[1190,6,732,4,"color"],[1190,11,732,9],[1190,13,732,11,"Colors"],[1190,19,732,17],[1190,20,732,17,"default"],[1190,27,732,17],[1190,28,732,18,"textGray"],[1190,36,732,26],[1191,6,733,4,"marginBottom"],[1191,18,733,16],[1191,20,733,18],[1192,4,734,2],[1192,5,734,3],[1193,4,735,2,"historyHash"],[1193,15,735,13],[1193,17,735,15],[1194,6,736,4,"fontSize"],[1194,14,736,12],[1194,16,736,14],[1194,18,736,16],[1195,6,737,4,"color"],[1195,11,737,9],[1195,13,737,11,"Colors"],[1195,19,737,17],[1195,20,737,17,"default"],[1195,27,737,17],[1195,28,737,18,"textGray"],[1195,36,737,26],[1196,6,738,4,"fontFamily"],[1196,16,738,14],[1196,18,738,16],[1197,4,739,2],[1197,5,739,3],[1198,4,740,2,"historyAmount"],[1198,17,740,15],[1198,19,740,17],[1199,6,741,4,"alignItems"],[1199,16,741,14],[1199,18,741,16],[1200,4,742,2],[1200,5,742,3],[1201,4,743,2,"historyFromAmount"],[1201,21,743,19],[1201,23,743,21],[1202,6,744,4,"fontSize"],[1202,14,744,12],[1202,16,744,14],[1202,18,744,16],[1203,6,745,4,"fontWeight"],[1203,16,745,14],[1203,18,745,16],[1203,23,745,21],[1204,6,746,4,"color"],[1204,11,746,9],[1204,13,746,11,"Colors"],[1204,19,746,17],[1204,20,746,17,"default"],[1204,27,746,17],[1204,28,746,18,"error"],[1204,33,746,23],[1205,6,747,4,"marginBottom"],[1205,18,747,16],[1205,20,747,18],[1206,4,748,2],[1206,5,748,3],[1207,4,749,2,"historyToAmount"],[1207,19,749,17],[1207,21,749,19],[1208,6,750,4,"fontSize"],[1208,14,750,12],[1208,16,750,14],[1208,18,750,16],[1209,6,751,4,"fontWeight"],[1209,16,751,14],[1209,18,751,16],[1209,23,751,21],[1210,6,752,4,"color"],[1210,11,752,9],[1210,13,752,11,"Colors"],[1210,19,752,17],[1210,20,752,17,"default"],[1210,27,752,17],[1210,28,752,18,"success"],[1211,4,753,2],[1211,5,753,3],[1212,4,754,2,"historyFooter"],[1212,17,754,15],[1212,19,754,17],[1213,6,755,4,"flexDirection"],[1213,19,755,17],[1213,21,755,19],[1213,26,755,24],[1214,6,756,4,"justifyContent"],[1214,20,756,18],[1214,22,756,20],[1214,37,756,35],[1215,6,757,4,"alignItems"],[1215,16,757,14],[1215,18,757,16],[1215,26,757,24],[1216,6,758,4,"paddingTop"],[1216,16,758,14],[1216,18,758,16],[1216,20,758,18],[1217,6,759,4,"borderTopWidth"],[1217,20,759,18],[1217,22,759,20],[1217,23,759,21],[1218,6,760,4,"borderTopColor"],[1218,20,760,18],[1218,22,760,20,"Colors"],[1218,28,760,26],[1218,29,760,26,"default"],[1218,36,760,26],[1218,37,760,27,"background"],[1219,4,761,2],[1219,5,761,3],[1220,4,762,2,"historyRate"],[1220,15,762,13],[1220,17,762,15],[1221,6,763,4,"fontSize"],[1221,14,763,12],[1221,16,763,14],[1221,18,763,16],[1222,6,764,4,"color"],[1222,11,764,9],[1222,13,764,11,"Colors"],[1222,19,764,17],[1222,20,764,17,"default"],[1222,27,764,17],[1222,28,764,18,"textGray"],[1223,4,765,2],[1223,5,765,3],[1224,4,766,2,"infoSection"],[1224,15,766,13],[1224,17,766,15],[1225,6,767,4,"paddingHorizontal"],[1225,23,767,21],[1225,25,767,23],[1225,27,767,25],[1226,6,768,4,"marginBottom"],[1226,18,768,16],[1226,20,768,18],[1227,4,769,2],[1227,5,769,3],[1228,4,770,2,"infoCard"],[1228,12,770,10],[1228,14,770,12],[1229,6,771,4,"flexDirection"],[1229,19,771,17],[1229,21,771,19],[1229,26,771,24],[1230,6,772,4,"backgroundColor"],[1230,21,772,19],[1230,23,772,21,"Colors"],[1230,29,772,27],[1230,30,772,27,"default"],[1230,37,772,27],[1230,38,772,28,"primary"],[1230,45,772,35],[1230,48,772,38],[1230,52,772,42],[1231,6,773,4,"borderRadius"],[1231,18,773,16],[1231,20,773,18],[1231,22,773,20],[1232,6,774,4,"padding"],[1232,13,774,11],[1232,15,774,13],[1232,17,774,15],[1233,6,775,4,"gap"],[1233,9,775,7],[1233,11,775,9],[1234,4,776,2],[1234,5,776,3],[1235,4,777,2,"infoContent"],[1235,15,777,13],[1235,17,777,15],[1236,6,778,4,"flex"],[1236,10,778,8],[1236,12,778,10],[1237,4,779,2],[1237,5,779,3],[1238,4,780,2,"infoTitle"],[1238,13,780,11],[1238,15,780,13],[1239,6,781,4,"fontSize"],[1239,14,781,12],[1239,16,781,14],[1239,18,781,16],[1240,6,782,4,"fontWeight"],[1240,16,782,14],[1240,18,782,16],[1240,23,782,21],[1241,6,783,4,"color"],[1241,11,783,9],[1241,13,783,11,"Colors"],[1241,19,783,17],[1241,20,783,17,"default"],[1241,27,783,17],[1241,28,783,18,"textDark"],[1241,36,783,26],[1242,6,784,4,"marginBottom"],[1242,18,784,16],[1242,20,784,18],[1243,4,785,2],[1243,5,785,3],[1244,4,786,2,"infoText"],[1244,12,786,10],[1244,14,786,12],[1245,6,787,4,"fontSize"],[1245,14,787,12],[1245,16,787,14],[1245,18,787,16],[1246,6,788,4,"color"],[1246,11,788,9],[1246,13,788,11,"Colors"],[1246,19,788,17],[1246,20,788,17,"default"],[1246,27,788,17],[1246,28,788,18,"textDark"],[1246,36,788,26],[1247,6,789,4,"lineHeight"],[1247,16,789,14],[1247,18,789,16],[1248,4,790,2],[1249,2,791,0],[1249,3,791,1],[1249,4,791,2],[1250,2,791,3],[1250,6,791,3,"_c"],[1250,8,791,3],[1251,2,791,3,"$RefreshReg$"],[1251,14,791,3],[1251,15,791,3,"_c"],[1251,17,791,3],[1252,0,791,3],[1252,3]],"functionMap":{"names":["<global>","ExchangeScreen","useEffect$argument_0","calculateToAmount","swapTokens","executeSwap","onPress","setMaxAmount","getCurrentRate","TouchableOpacity.props.onPress","swapHistory.map$argument_0"],"mappings":"AAA;eCgC;YCyC;GDE;4BEE;GFoB;qBGE;GHM;sBIE;mBCuB;WDS;GJI;uBME;GNG;yBOE;GPE;uBQmB,6DR;6BQoH,wBR;6BQgB,wBR;6BQgB,wBR;2BS+C;WTuC;CDoB"},"hasCjsExports":false},"type":"js/module"}]}