From f902242a7cc14842f493f6bb8e042aa2061d9784 Mon Sep 17 00:00:00 2001 From: Jack Hamer <47187316+JackHamer09@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:33:32 +0200 Subject: [PATCH] feat: full redesign (#144) --- .github/workflows/feature.yml | 17 +- .github/workflows/production.yml | 1 + README.md | 2 +- assets/.DS_Store | Bin 6148 -> 6148 bytes assets/css/_mixins.scss | 7 + assets/css/style.scss | 31 +- assets/json/tokens/lite-tokens-icons.json | 707 ---- assets/lottie/idle-faucet.json | 1998 ------------ assets/lottie/progress-blocks.json | 785 ----- assets/lottie/progress-faucet.json | 2050 ------------ assets/lottie/progress-plane.json | 589 ---- assets/lottie/success-confetti.json | 1 - assets/lottie/success-faucet.json | 2088 ------------ assets/lottie/success-unlock.json | 623 ---- components/BridgeFromEthereumButton.vue | 87 + components/ConnectWalletBlock.vue | 16 + components/EcosystemBlock.vue | 40 + components/address/AddressAvatar.vue | 2 +- components/address/AddressCard.vue | 8 +- components/address/AddressCardLoader.vue | 2 +- components/address/AddressCardParsed.vue | 68 - components/animations/EcosystemLogotypes.vue | 62 + components/animations/IdleFaucet.vue | 15 - components/animations/ProgressBlocks.vue | 23 - components/animations/ProgressFaucet.vue | 15 - components/animations/ProgressPlane.vue | 18 - components/animations/SuccessFaucet.vue | 18 - components/animations/TransactionProgress.vue | 146 + components/bridge/AccountButton.vue | 128 - components/bridge/Navigation.vue | 50 - components/common/Alert.vue | 43 +- components/common/AmountInput.vue | 330 -- components/common/BackButton.vue | 28 - components/common/CardWithLineButtons.vue | 2 +- components/common/Checkbox.vue | 4 +- components/common/CheckboxWithText.vue | 55 + components/common/CircleLoader.vue | 11 - components/common/ContentBlock.vue | 29 +- components/common/ContentLoader.vue | 2 +- components/common/IconButton.vue | 69 - components/common/InfoContent.vue | 64 - components/common/Input.vue | 114 - components/common/LabelButton.vue | 39 - components/common/Modal.vue | 60 +- components/common/Page.vue | 25 - components/common/QrAddressInput.vue | 10 +- components/common/QrCodeStyled.vue | 2 +- components/common/QrUploadIconButton.vue | 12 +- components/common/SmallInput.vue | 2 +- components/common/Tabs.vue | 122 - components/common/Timer.vue | 44 +- components/common/TotalBalance.vue | 20 +- components/common/button/Button.vue | 68 +- components/common/button/ButtonBack.vue | 17 + components/common/button/ButtonGroup.vue | 2 +- components/common/button/Dropdown.vue | 60 + components/common/button/Label.vue | 46 + components/common/button/Line.vue | 55 +- components/common/button/LineBodyInfo.vue | 7 +- components/common/button/LineWithImg.vue | 4 +- components/common/input/ErrorMessage.vue | 13 + components/common/input/InputLine.vue | 38 + components/common/input/Search.vue | 95 + .../common/input/TransactionAddress.vue | 178 + components/common/input/TransactionAmount.vue | 244 ++ components/destination/DestinationItem.vue | 8 +- components/destination/IconContainer.vue | 5 + components/footer/Footer.vue | 49 + components/header/AccountDropdown.vue | 129 + components/header/AccountDropdownButton.vue | 17 + components/header/DropdownContent.vue | 68 - components/header/DropdownPopover.vue | 69 - components/header/Header.vue | 304 +- components/header/HelpModal.vue | 55 + components/header/MobileAccountNavigation.vue | 183 ++ components/header/MobileMainNavigation.vue | 156 + components/header/MobileNavigation.vue | 85 + components/header/NetworkDropdown.vue | 81 + components/header/PopoverFunctional.vue | 26 - components/header/RightSideMenu.vue | 22 - components/header/SocialLink.vue | 95 - components/icons/Email.vue | 15 - components/icons/Faucet.vue | 33 - components/icons/Mirror.vue | 8 - components/icons/Telegram.vue | 8 - components/icons/zkSync.vue | 99 +- components/icons/zkSyncLite.vue | 10 - components/loaders/Connecting.vue | 2 +- components/modal/ConnectingWalletError.vue | 2 +- components/modal/LegalNotice.vue | 52 + components/modal/NetworkChange.vue | 130 - components/modal/NetworkChangedWarning.vue | 4 +- components/modal/ViewOnExplorer.vue | 98 - components/modal/WalletWarning.vue | 27 +- components/modal/contacts/AddContact.vue | 115 - components/modal/contacts/Contact.vue | 66 - .../modal/transaction/DepositUnavailable.vue | 6 +- .../transaction/WithdrawExchangeWarning.vue | 53 - .../transaction/WithdrawalUnavailable.vue | 6 +- .../modal/zksync/lite/AccountActivation.vue | 19 - .../modal/zksync/lite/WalletAuthorization.vue | 21 - components/network/NetworkSelectModal.vue | 124 + components/{ => page}/BackButton.vue | 9 +- components/page/Title.vue | 33 + components/sidebar/AccountAvatarName.vue | 83 - components/sidebar/AccountButton.vue | 137 - components/sidebar/Sidebar.vue | 128 - components/token/TokenBadge.vue | 29 - components/token/TokenBadgeLoader.vue | 22 - components/token/TokenBalance.vue | 22 +- components/token/TokenImage.vue | 28 +- components/token/TokenLine.vue | 35 +- ...electDropdown.vue => TokenSelectModal.vue} | 66 +- components/transaction/AllowanceModal.vue | 236 -- components/transaction/ConfirmModalFooter.vue | 9 - .../transaction/EthereumTransactionFooter.vue | 11 +- components/transaction/FeeDetails.vue | 31 +- components/transaction/Header.vue | 69 - components/transaction/TotalByToken.vue | 23 - ...actionFooter.vue => TransactionFooter.vue} | 17 +- .../transaction/TransactionHashButton.vue | 88 + .../transaction/TransactionItemIcon.vue | 31 - .../transaction/TransactionProgress.vue | 212 ++ ...nsferLineItem.vue => TransferLineItem.vue} | 101 +- .../transaction/lineItem/TokenAmount.vue | 25 +- components/transaction/lineItem/TokenNft.vue | 22 - .../transaction/lineItem/TotalPrice.vue | 2 +- .../lineItem/TransactionLineItem.vue | 77 +- .../transaction/summary/AddressEntry.vue | 87 + components/transaction/summary/TokenEntry.vue | 60 + .../zksync/era/ConfirmTransactionModal.vue | 310 -- .../transaction/zksync/era/EraFaucetModal.vue | 79 - .../zksync/era/EraTransferSuccessfulModal.vue | 99 - .../era/EraWithdrawalSuccessfulModal.vue | 112 - .../bridge/PreviousTransactionsDropdown.vue | 53 - .../zksync/era/bridge/PreviousWithdrawals.vue | 72 - .../era/bridge/WithdrawalLineWithStatus.vue | 52 - .../era/deposit/ConfirmTransactionModal.vue | 358 -- .../zksync/lite/ConfirmTransactionModal.vue | 288 -- .../zksync/lite/TransactionFooter.vue | 198 -- .../lite/TransactionSuccessfulModal.vue | 83 - .../lite/TransactionsGroupedByBatch.vue | 59 - .../zksync/lite/TransferSuccessfulModal.vue | 133 - .../zksync/lite/WithdrawSuccessfulModal.vue | 96 - .../lite/ZkSyncLiteTransactionLineItem.vue | 191 -- .../lite/deposit/ConfirmTransactionModal.vue | 317 -- components/typography/CategoryLabel.vue | 33 +- composables/transaction/useAllowance.ts | 86 +- composables/useEnsName.ts | 16 +- composables/useInterval.ts | 2 +- composables/useNetworks.ts | 39 +- composables/useScreening.ts | 23 + composables/useStaticConfig.ts | 0 .../zksync/deposit/useEcosystemBanner.ts | 15 + .../zksync/{era => }/deposit/useFee.ts | 11 +- .../{era => }/deposit/useTransaction.ts | 27 +- .../zksync/era/bridge/withdrawalStatuses.ts | 107 - composables/zksync/era/useFaucet.ts | 90 - composables/zksync/lite/deposit/useFee.ts | 124 - .../zksync/lite/deposit/useTransaction.ts | 49 - composables/zksync/lite/useFee.ts | 124 - composables/zksync/lite/useTransaction.ts | 98 - .../zksync/lite/useTransactionsReceipts.ts | 47 - composables/zksync/{era => }/useFee.ts | 5 +- .../zksync/{era => }/usePaginatedRequest.ts | 0 .../zksync/{era => }/useTransaction.ts | 18 +- data/customBridgeTokens.ts | 21 + data/meta.ts | 12 +- data/networks.ts | 80 +- data/wallets.ts | 2 +- error.vue | 7 +- firebase.json | 16 +- hyperchains/README.md | 5 - hyperchains/example.config.json | 4 +- layouts/bridge.vue | 144 - layouts/default.vue | 71 +- layouts/login.vue | 20 - nuxt.config.ts | 16 + package-lock.json | 2870 +++++------------ package.json | 32 +- pages/assets.vue | 262 ++ pages/balances.vue | 85 +- pages/bridge/index.vue | 53 - pages/bridge/withdraw.vue | 56 - pages/contacts.vue | 239 -- pages/faucet.vue | 5 - pages/index.vue | 14 +- pages/payments/all.vue | 18 - pages/payments/index.vue | 17 - pages/receive-methods.vue | 90 + .../era/receive-address.vue => receive.vue} | 11 +- pages/send-methods.vue | 55 + pages/send.vue | 13 + pages/transaction/[hash].vue | 56 + pages/transaction/send.vue | 33 - pages/transaction/zksync/era/deposit.vue | 50 - pages/transaction/zksync/era/faucet.vue | 219 -- pages/transaction/zksync/era/index.vue | 95 - pages/transaction/zksync/era/receive.vue | 82 - pages/transaction/zksync/era/send-lite.vue | 27 - pages/transaction/zksync/era/send.vue | 46 - pages/transaction/zksync/era/swap.vue | 76 - pages/transaction/zksync/era/withdraw.vue | 49 - pages/transaction/zksync/lite/deposit.vue | 48 - pages/transaction/zksync/lite/index.vue | 62 - .../zksync/lite/receive-address.vue | 23 - pages/transaction/zksync/lite/receive.vue | 69 - pages/transaction/zksync/lite/send-era.vue | 12 - pages/transaction/zksync/lite/send.vue | 46 - pages/transaction/zksync/lite/swap.vue | 27 - pages/transaction/zksync/lite/withdraw.vue | 47 - pages/transfers.vue | 165 + pages/withdraw.vue | 15 + plugins/alwaysRun.client.ts | 13 - plugins/lottie.client.ts | 5 - plugins/redirects.client.ts | 24 +- public/img/ecosystem/1inch.svg | 17 + public/img/ecosystem/clave.svg | 7 + public/img/ecosystem/gravity.svg | 29 + public/img/{ => ecosystem}/layerswap.svg | 0 public/img/ecosystem/lido.svg | 45 + public/img/ecosystem/mase.svg | 7 + public/img/ecosystem/pudgy_penguin.svg | 51 + public/img/ecosystem/quarkid.svg | 28 + public/img/ecosystem/ramp.svg | 6 + public/img/ecosystem/rocket_pool.svg | 19 + public/img/ecosystem/uniswap.svg | 4 + public/img/faucet.svg | 8 + public/preview-bridge.jpg | Bin 41232 -> 0 bytes public/preview.jpg | Bin 55322 -> 0 bytes public/preview.png | Bin 0 -> 102466 bytes scripts/hyperchains/configure.ts | 11 +- scripts/hyperchains/create.ts | 12 +- scripts/hyperchains/utils.ts | 17 +- scripts/updateBridgeMetaTags.ts | 2 +- store/contacts.ts | 1 - store/destinations.ts | 15 +- store/ens.ts | 1 - store/ethereumBalance.ts | 8 +- store/network.ts | 59 +- store/onboard.ts | 30 +- store/preferences.ts | 11 +- store/zksync/era/provider.ts | 37 - store/zksync/{era => }/ethereumBalance.ts | 15 +- store/zksync/lite/accountActivation.ts | 163 - store/zksync/lite/ethereumBalance.ts | 63 - store/zksync/lite/provider.ts | 38 - store/zksync/lite/tokens.ts | 86 - store/zksync/lite/transactionsHistory.ts | 152 - store/zksync/lite/wallet.ts | 207 -- store/zksync/provider.ts | 23 + store/zksync/{era => }/tokens.ts | 37 +- store/zksync/transactionStatus.ts | 122 + store/zksync/{era => }/transfersHistory.ts | 38 +- store/zksync/{era => }/wallet.ts | 44 +- tailwind.config.js | 101 +- .../mainPage/artifacts-menuitems.feature | 4 +- .../artifacts/swapPage/artifacts-swap.feature | 2 +- .../artifacts-transactions.feature | 4 +- .../features/navigation/navigation.feature | 6 +- .../redirection/mainPage/redirection.feature | 2 +- types/index.d.ts | 6 +- utils/constants.ts | 13 +- utils/doc-links.ts | 8 +- utils/formatters.ts | 35 +- utils/helpers.ts | 36 +- utils/mappers.ts | 53 +- utils/transitions.ts | 27 +- utils/validators.ts | 16 - utils/zksync/era/mappers.ts | 31 - utils/zksync/lite/helpers.ts | 8 - utils/zksync/lite/mappers.ts | 186 -- views/Login.vue | 208 -- views/SelectAddress.vue | 227 -- views/transaction/Receive.vue | 57 - views/transactions/Deposit.vue | 760 +++++ views/transactions/DepositSubmitted.vue | 63 + views/transactions/Receive.vue | 60 + views/transactions/Transfer.vue | 666 ++++ views/transactions/TransferSubmitted.vue | 76 + views/zksync/era/Assets.vue | 181 -- views/zksync/era/Balances.vue | 74 - views/zksync/era/payments/All.vue | 106 - views/zksync/era/payments/Index.vue | 105 - views/zksync/era/transactions/Deposit.vue | 433 --- views/zksync/era/transactions/Transfer.vue | 398 --- views/zksync/lite/Assets.vue | 140 - views/zksync/lite/Balances.vue | 76 - views/zksync/lite/payments/All.vue | 104 - views/zksync/lite/payments/Index.vue | 100 - views/zksync/lite/transactions/Deposit.vue | 395 --- views/zksync/lite/transactions/Transfer.vue | 419 --- vitest.config.ts | 23 - 293 files changed, 7337 insertions(+), 23660 deletions(-) create mode 100644 assets/css/_mixins.scss delete mode 100644 assets/json/tokens/lite-tokens-icons.json delete mode 100644 assets/lottie/idle-faucet.json delete mode 100644 assets/lottie/progress-blocks.json delete mode 100644 assets/lottie/progress-faucet.json delete mode 100644 assets/lottie/progress-plane.json delete mode 100644 assets/lottie/success-confetti.json delete mode 100644 assets/lottie/success-faucet.json delete mode 100644 assets/lottie/success-unlock.json create mode 100644 components/BridgeFromEthereumButton.vue create mode 100644 components/ConnectWalletBlock.vue create mode 100644 components/EcosystemBlock.vue delete mode 100644 components/address/AddressCardParsed.vue create mode 100644 components/animations/EcosystemLogotypes.vue delete mode 100644 components/animations/IdleFaucet.vue delete mode 100644 components/animations/ProgressBlocks.vue delete mode 100644 components/animations/ProgressFaucet.vue delete mode 100644 components/animations/ProgressPlane.vue delete mode 100644 components/animations/SuccessFaucet.vue create mode 100644 components/animations/TransactionProgress.vue delete mode 100644 components/bridge/AccountButton.vue delete mode 100644 components/bridge/Navigation.vue delete mode 100644 components/common/AmountInput.vue delete mode 100644 components/common/BackButton.vue create mode 100644 components/common/CheckboxWithText.vue delete mode 100644 components/common/IconButton.vue delete mode 100644 components/common/InfoContent.vue delete mode 100644 components/common/Input.vue delete mode 100644 components/common/LabelButton.vue delete mode 100644 components/common/Page.vue delete mode 100644 components/common/Tabs.vue create mode 100644 components/common/button/ButtonBack.vue create mode 100644 components/common/button/Dropdown.vue create mode 100644 components/common/button/Label.vue create mode 100644 components/common/input/ErrorMessage.vue create mode 100644 components/common/input/InputLine.vue create mode 100644 components/common/input/Search.vue create mode 100644 components/common/input/TransactionAddress.vue create mode 100644 components/common/input/TransactionAmount.vue create mode 100644 components/destination/IconContainer.vue create mode 100644 components/footer/Footer.vue create mode 100644 components/header/AccountDropdown.vue create mode 100644 components/header/AccountDropdownButton.vue delete mode 100644 components/header/DropdownContent.vue delete mode 100644 components/header/DropdownPopover.vue create mode 100644 components/header/HelpModal.vue create mode 100644 components/header/MobileAccountNavigation.vue create mode 100644 components/header/MobileMainNavigation.vue create mode 100644 components/header/MobileNavigation.vue create mode 100644 components/header/NetworkDropdown.vue delete mode 100644 components/header/PopoverFunctional.vue delete mode 100644 components/header/RightSideMenu.vue delete mode 100644 components/header/SocialLink.vue delete mode 100644 components/icons/Email.vue delete mode 100644 components/icons/Faucet.vue delete mode 100644 components/icons/Mirror.vue delete mode 100644 components/icons/Telegram.vue delete mode 100644 components/icons/zkSyncLite.vue create mode 100644 components/modal/LegalNotice.vue delete mode 100644 components/modal/NetworkChange.vue delete mode 100644 components/modal/ViewOnExplorer.vue delete mode 100644 components/modal/contacts/AddContact.vue delete mode 100644 components/modal/contacts/Contact.vue delete mode 100644 components/modal/transaction/WithdrawExchangeWarning.vue delete mode 100644 components/modal/zksync/lite/AccountActivation.vue delete mode 100644 components/modal/zksync/lite/WalletAuthorization.vue create mode 100644 components/network/NetworkSelectModal.vue rename components/{ => page}/BackButton.vue (63%) create mode 100644 components/page/Title.vue delete mode 100644 components/sidebar/AccountAvatarName.vue delete mode 100644 components/sidebar/AccountButton.vue delete mode 100644 components/sidebar/Sidebar.vue delete mode 100644 components/token/TokenBadge.vue delete mode 100644 components/token/TokenBadgeLoader.vue rename components/token/{TokenSelectDropdown.vue => TokenSelectModal.vue} (71%) delete mode 100644 components/transaction/AllowanceModal.vue delete mode 100644 components/transaction/ConfirmModalFooter.vue delete mode 100644 components/transaction/Header.vue delete mode 100644 components/transaction/TotalByToken.vue rename components/transaction/{zksync/era/EraTransactionFooter.vue => TransactionFooter.vue} (79%) create mode 100644 components/transaction/TransactionHashButton.vue delete mode 100644 components/transaction/TransactionItemIcon.vue create mode 100644 components/transaction/TransactionProgress.vue rename components/transaction/{zksync/era/EraTransferLineItem.vue => TransferLineItem.vue} (50%) delete mode 100644 components/transaction/lineItem/TokenNft.vue create mode 100644 components/transaction/summary/AddressEntry.vue create mode 100644 components/transaction/summary/TokenEntry.vue delete mode 100644 components/transaction/zksync/era/ConfirmTransactionModal.vue delete mode 100644 components/transaction/zksync/era/EraFaucetModal.vue delete mode 100644 components/transaction/zksync/era/EraTransferSuccessfulModal.vue delete mode 100644 components/transaction/zksync/era/EraWithdrawalSuccessfulModal.vue delete mode 100644 components/transaction/zksync/era/bridge/PreviousTransactionsDropdown.vue delete mode 100644 components/transaction/zksync/era/bridge/PreviousWithdrawals.vue delete mode 100644 components/transaction/zksync/era/bridge/WithdrawalLineWithStatus.vue delete mode 100644 components/transaction/zksync/era/deposit/ConfirmTransactionModal.vue delete mode 100644 components/transaction/zksync/lite/ConfirmTransactionModal.vue delete mode 100644 components/transaction/zksync/lite/TransactionFooter.vue delete mode 100644 components/transaction/zksync/lite/TransactionSuccessfulModal.vue delete mode 100644 components/transaction/zksync/lite/TransactionsGroupedByBatch.vue delete mode 100644 components/transaction/zksync/lite/TransferSuccessfulModal.vue delete mode 100644 components/transaction/zksync/lite/WithdrawSuccessfulModal.vue delete mode 100644 components/transaction/zksync/lite/ZkSyncLiteTransactionLineItem.vue delete mode 100644 components/transaction/zksync/lite/deposit/ConfirmTransactionModal.vue create mode 100644 composables/useScreening.ts create mode 100644 composables/useStaticConfig.ts create mode 100644 composables/zksync/deposit/useEcosystemBanner.ts rename composables/zksync/{era => }/deposit/useFee.ts (92%) rename composables/zksync/{era => }/deposit/useTransaction.ts (68%) delete mode 100644 composables/zksync/era/bridge/withdrawalStatuses.ts delete mode 100644 composables/zksync/era/useFaucet.ts delete mode 100644 composables/zksync/lite/deposit/useFee.ts delete mode 100644 composables/zksync/lite/deposit/useTransaction.ts delete mode 100644 composables/zksync/lite/useFee.ts delete mode 100644 composables/zksync/lite/useTransaction.ts delete mode 100644 composables/zksync/lite/useTransactionsReceipts.ts rename composables/zksync/{era => }/useFee.ts (92%) rename composables/zksync/{era => }/usePaginatedRequest.ts (100%) rename composables/zksync/{era => }/useTransaction.ts (71%) create mode 100644 data/customBridgeTokens.ts delete mode 100644 layouts/bridge.vue delete mode 100644 layouts/login.vue create mode 100644 pages/assets.vue delete mode 100644 pages/bridge/index.vue delete mode 100644 pages/bridge/withdraw.vue delete mode 100644 pages/contacts.vue delete mode 100644 pages/faucet.vue delete mode 100644 pages/payments/all.vue delete mode 100644 pages/payments/index.vue create mode 100644 pages/receive-methods.vue rename pages/{transaction/zksync/era/receive-address.vue => receive.vue} (50%) create mode 100644 pages/send-methods.vue create mode 100644 pages/send.vue create mode 100644 pages/transaction/[hash].vue delete mode 100644 pages/transaction/send.vue delete mode 100644 pages/transaction/zksync/era/deposit.vue delete mode 100644 pages/transaction/zksync/era/faucet.vue delete mode 100644 pages/transaction/zksync/era/index.vue delete mode 100644 pages/transaction/zksync/era/receive.vue delete mode 100644 pages/transaction/zksync/era/send-lite.vue delete mode 100644 pages/transaction/zksync/era/send.vue delete mode 100644 pages/transaction/zksync/era/swap.vue delete mode 100644 pages/transaction/zksync/era/withdraw.vue delete mode 100644 pages/transaction/zksync/lite/deposit.vue delete mode 100644 pages/transaction/zksync/lite/index.vue delete mode 100644 pages/transaction/zksync/lite/receive-address.vue delete mode 100644 pages/transaction/zksync/lite/receive.vue delete mode 100644 pages/transaction/zksync/lite/send-era.vue delete mode 100644 pages/transaction/zksync/lite/send.vue delete mode 100644 pages/transaction/zksync/lite/swap.vue delete mode 100644 pages/transaction/zksync/lite/withdraw.vue create mode 100644 pages/transfers.vue create mode 100644 pages/withdraw.vue delete mode 100644 plugins/lottie.client.ts create mode 100644 public/img/ecosystem/1inch.svg create mode 100644 public/img/ecosystem/clave.svg create mode 100644 public/img/ecosystem/gravity.svg rename public/img/{ => ecosystem}/layerswap.svg (100%) create mode 100644 public/img/ecosystem/lido.svg create mode 100644 public/img/ecosystem/mase.svg create mode 100644 public/img/ecosystem/pudgy_penguin.svg create mode 100644 public/img/ecosystem/quarkid.svg create mode 100644 public/img/ecosystem/ramp.svg create mode 100644 public/img/ecosystem/rocket_pool.svg create mode 100644 public/img/ecosystem/uniswap.svg create mode 100644 public/img/faucet.svg delete mode 100644 public/preview-bridge.jpg delete mode 100644 public/preview.jpg create mode 100644 public/preview.png delete mode 100644 store/zksync/era/provider.ts rename store/zksync/{era => }/ethereumBalance.ts (84%) delete mode 100644 store/zksync/lite/accountActivation.ts delete mode 100644 store/zksync/lite/ethereumBalance.ts delete mode 100644 store/zksync/lite/provider.ts delete mode 100644 store/zksync/lite/tokens.ts delete mode 100644 store/zksync/lite/transactionsHistory.ts delete mode 100644 store/zksync/lite/wallet.ts create mode 100644 store/zksync/provider.ts rename store/zksync/{era => }/tokens.ts (59%) create mode 100644 store/zksync/transactionStatus.ts rename store/zksync/{era => }/transfersHistory.ts (73%) rename store/zksync/{era => }/wallet.ts (80%) delete mode 100644 utils/validators.ts delete mode 100644 utils/zksync/era/mappers.ts delete mode 100644 utils/zksync/lite/helpers.ts delete mode 100644 utils/zksync/lite/mappers.ts delete mode 100644 views/Login.vue delete mode 100644 views/SelectAddress.vue delete mode 100644 views/transaction/Receive.vue create mode 100644 views/transactions/Deposit.vue create mode 100644 views/transactions/DepositSubmitted.vue create mode 100644 views/transactions/Receive.vue create mode 100644 views/transactions/Transfer.vue create mode 100644 views/transactions/TransferSubmitted.vue delete mode 100644 views/zksync/era/Assets.vue delete mode 100644 views/zksync/era/Balances.vue delete mode 100644 views/zksync/era/payments/All.vue delete mode 100644 views/zksync/era/payments/Index.vue delete mode 100644 views/zksync/era/transactions/Deposit.vue delete mode 100644 views/zksync/era/transactions/Transfer.vue delete mode 100644 views/zksync/lite/Assets.vue delete mode 100644 views/zksync/lite/Balances.vue delete mode 100644 views/zksync/lite/payments/All.vue delete mode 100644 views/zksync/lite/payments/Index.vue delete mode 100644 views/zksync/lite/transactions/Deposit.vue delete mode 100644 views/zksync/lite/transactions/Transfer.vue delete mode 100644 vitest.config.ts diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index aef3ed552..6102d650d 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -32,11 +32,17 @@ jobs: run: | echo "WALLET_CONNECT_PROJECT_ID=${{ secrets.WALLET_CONNECT_PROJECT_ID }}" > .env echo "ANKR_TOKEN=${{ secrets.ANKR_TOKEN }}" >> .env + echo "SCREENING_API_URL=${{ secrets.SCREENING_API_URL }}" >> .env - name: Build run: | npm run generate + - name: Reorganize Files + run: | + mkdir -p dist/bridge + mv dist/_nuxt dist/bridge/_nuxt + - name: Deploy uses: matter-labs/action-hosting-deploy@main id: deploy @@ -45,14 +51,3 @@ jobs: firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_STAGING_ZKSYNC_DAPP_WALLET_V2 }}" projectId: staging-zksync-dapp-wallet-v2 expires: 7d - - e2e: - needs: build - uses: ./.github/workflows/e2e.yml - name: E2E - secrets: inherit - with: - targetUrl: ${{ needs.build.outputs.dappUrl }} - network: Goerli - publish_to_allure: true - environmentTags: "" diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 923ff93f1..fe78e598c 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -34,6 +34,7 @@ jobs: run: | echo "WALLET_CONNECT_PROJECT_ID=${{ secrets.WALLET_CONNECT_PROJECT_ID }}" > .env echo "ANKR_TOKEN=${{ secrets.ANKR_TOKEN }}" >> .env + echo "SCREENING_API_URL=${{ secrets.SCREENING_API_URL }}" >> .env - name: Build run: | diff --git a/README.md b/README.md index da61fe18b..4ee637fe8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![zkSync Portal](https://portal.zksync.io/preview.jpg) +![zkSync Portal](public/preview.png) # zkSync Portal 🚀 diff --git a/assets/.DS_Store b/assets/.DS_Store index b25bb0ba9549e0ad8840ca93441a594f77cf31b6..346823cf53d445ea1eafbfe649739138c68741f5 100644 GIT binary patch delta 66 zcmZoMXfc=|#>CJ*u~2NHo+2aD!~pBb1|lqz`I#&?Phl=**}Q=H4AW+I4t@@xqRkVT WzcWwf7cpdHm~6u%y*Wl?1v3D9X%d?N delta 394 zcmZoMXfc=|#>B)qu~2NHo+2aL!~pA!4;mPOj2@eM7KSW_VupN%JkOl`Y*NSzKaZaE+0PnT3^& zot?9uotr&2I3vG2xFoTpwAd-JC>q2I$5S!Fq!s5}ceIobdwU)z!wv7CH*%2DLg0)s{vEItnJ1Mzyt^ z9HPql) .tippy-arrow:before { - @apply -top-[7px] border-b-white/70; + @apply -top-[8px] border-b-white/70; } } } -} \ No newline at end of file +} +button, a { -webkit-tap-highlight-color: transparent; } \ No newline at end of file diff --git a/assets/json/tokens/lite-tokens-icons.json b/assets/json/tokens/lite-tokens-icons.json deleted file mode 100644 index 7bd5f6b07..000000000 --- a/assets/json/tokens/lite-tokens-icons.json +++ /dev/null @@ -1,707 +0,0 @@ -{ - "ETH": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/eth.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/eth.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/eth.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "DAI": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dai.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dai.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dai.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "USDC": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/usdc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/usdc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/usdc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "TUSD": { - "thumb": "https://assets.coingecko.com/coins/images/3449/thumb/tusd.png?1618395665", - "small": "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665", - "large": "https://assets.coingecko.com/coins/images/3449/large/tusd.png?1618395665" - }, - "USDT": { - "thumb": "https://assets.coingecko.com/coins/images/325/thumb/Tether.png?1668148663", - "small": "https://assets.coingecko.com/coins/images/325/small/Tether.png?1668148663", - "large": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1668148663" - }, - "SUSD": { - "thumb": "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1616150765", - "small": "https://assets.coingecko.com/coins/images/5013/small/sUSD.png?1616150765", - "large": "https://assets.coingecko.com/coins/images/5013/large/sUSD.png?1616150765" - }, - "BUSD": { - "thumb": "https://assets.coingecko.com/coins/images/9576/thumb/BUSD.png?1568947766", - "small": "https://assets.coingecko.com/coins/images/9576/small/BUSD.png?1568947766", - "large": "https://assets.coingecko.com/coins/images/9576/large/BUSD.png?1568947766" - }, - "LEND": { - "thumb": "https://assets.coingecko.com/coins/images/1365/thumb/ethlend.png?1547394586", - "small": "https://assets.coingecko.com/coins/images/1365/small/ethlend.png?1547394586", - "large": "https://assets.coingecko.com/coins/images/1365/large/ethlend.png?1547394586" - }, - "BAT": { - "thumb": "https://assets.coingecko.com/coins/images/677/thumb/basic-attention-token.png?1547034427", - "small": "https://assets.coingecko.com/coins/images/677/small/basic-attention-token.png?1547034427", - "large": "https://assets.coingecko.com/coins/images/677/large/basic-attention-token.png?1547034427" - }, - "KNC": { - "thumb": "https://assets.coingecko.com/coins/images/14899/thumb/RwdVsGcw_400x400.jpg?1618923851", - "small": "https://assets.coingecko.com/coins/images/14899/small/RwdVsGcw_400x400.jpg?1618923851", - "large": "https://assets.coingecko.com/coins/images/14899/large/RwdVsGcw_400x400.jpg?1618923851" - }, - "LINK": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/link.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/link.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/link.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "MANA": { - "thumb": "https://assets.coingecko.com/coins/images/878/thumb/decentraland-mana.png?1550108745", - "small": "https://assets.coingecko.com/coins/images/878/small/decentraland-mana.png?1550108745", - "large": "https://assets.coingecko.com/coins/images/878/large/decentraland-mana.png?1550108745" - }, - "MKR": { - "thumb": "https://assets.coingecko.com/coins/images/1364/thumb/Mark_Maker.png?1585191826", - "small": "https://assets.coingecko.com/coins/images/1364/small/Mark_Maker.png?1585191826", - "large": "https://assets.coingecko.com/coins/images/1364/large/Mark_Maker.png?1585191826" - }, - "REP": { - "thumb": "https://assets.coingecko.com/coins/images/309/thumb/REP.png?1596339859", - "small": "https://assets.coingecko.com/coins/images/309/small/REP.png?1596339859", - "large": "https://assets.coingecko.com/coins/images/309/large/REP.png?1596339859" - }, - "SNX": { - "thumb": "https://assets.coingecko.com/coins/images/3406/thumb/SNX.png?1598631139", - "small": "https://assets.coingecko.com/coins/images/3406/small/SNX.png?1598631139", - "large": "https://assets.coingecko.com/coins/images/3406/large/SNX.png?1598631139" - }, - "GOVI": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/govi.svg?alt=media&token=82358649-c6cb-4f3e-ba13-fbb70d1d801f", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/govi.svg?alt=media&token=82358649-c6cb-4f3e-ba13-fbb70d1d801f", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/govi.svg?alt=media&token=82358649-c6cb-4f3e-ba13-fbb70d1d801f" - }, - "WBTC": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "wBTC": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/wbtc.svg?alt=media&token=1985e3d8-3aa7-4d04-8839-565d4c341615" - }, - "ZRX": { - "thumb": "https://assets.coingecko.com/coins/images/863/thumb/0x.png?1547034672", - "small": "https://assets.coingecko.com/coins/images/863/small/0x.png?1547034672", - "large": "https://assets.coingecko.com/coins/images/863/large/0x.png?1547034672" - }, - "LRC": { - "thumb": "https://assets.coingecko.com/coins/images/913/thumb/LRC.png?1572852344", - "small": "https://assets.coingecko.com/coins/images/913/small/LRC.png?1572852344", - "large": "https://assets.coingecko.com/coins/images/913/large/LRC.png?1572852344" - }, - "HEX": { - "thumb": "https://assets.coingecko.com/coins/images/10103/thumb/HEX-logo.png?1575942673", - "small": "https://assets.coingecko.com/coins/images/10103/small/HEX-logo.png?1575942673", - "large": "https://assets.coingecko.com/coins/images/10103/large/HEX-logo.png?1575942673" - }, - "PAN": { - "thumb": "https://assets.coingecko.com/coins/images/9543/thumb/pan-logo.png?1568674599", - "small": "https://assets.coingecko.com/coins/images/9543/small/pan-logo.png?1568674599", - "large": "https://assets.coingecko.com/coins/images/9543/large/pan-logo.png?1568674599" - }, - "SNT": { - "thumb": "https://assets.coingecko.com/coins/images/779/thumb/status.png?1548610778", - "small": "https://assets.coingecko.com/coins/images/779/small/status.png?1548610778", - "large": "https://assets.coingecko.com/coins/images/779/large/status.png?1548610778" - }, - "YFI": { - "thumb": "https://assets.coingecko.com/coins/images/11849/thumb/yearn-finance-yfi.png?1676174746", - "small": "https://assets.coingecko.com/coins/images/11849/small/yearn-finance-yfi.png?1676174746", - "large": "https://assets.coingecko.com/coins/images/11849/large/yearn-finance-yfi.png?1676174746" - }, - "UNI": { - "thumb": "https://assets.coingecko.com/coins/images/12504/thumb/uniswap-uni.png?1600306604", - "small": "https://assets.coingecko.com/coins/images/12504/small/uniswap-uni.png?1600306604", - "large": "https://assets.coingecko.com/coins/images/12504/large/uniswap-uni.png?1600306604" - }, - "STORJ": { - "thumb": "https://assets.coingecko.com/coins/images/949/thumb/storj.png?1547034811", - "small": "https://assets.coingecko.com/coins/images/949/small/storj.png?1547034811", - "large": "https://assets.coingecko.com/coins/images/949/large/storj.png?1547034811" - }, - "TBTC": { - "thumb": "https://assets.coingecko.com/coins/images/11224/thumb/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504", - "small": "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504", - "large": "https://assets.coingecko.com/coins/images/11224/large/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504" - }, - "EURS": { - "thumb": "https://assets.coingecko.com/coins/images/5164/thumb/EURS_300x300.png?1550571779", - "small": "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779", - "large": "https://assets.coingecko.com/coins/images/5164/large/EURS_300x300.png?1550571779" - }, - "GUSD": { - "thumb": "https://assets.coingecko.com/coins/images/5992/thumb/gemini-dollar-gusd.png?1536745278", - "small": "https://assets.coingecko.com/coins/images/5992/small/gemini-dollar-gusd.png?1536745278", - "large": "https://assets.coingecko.com/coins/images/5992/large/gemini-dollar-gusd.png?1536745278" - }, - "RENBTC": { - "thumb": "https://assets.coingecko.com/coins/images/11370/thumb/Bitcoin.jpg?1628072791", - "small": "https://assets.coingecko.com/coins/images/11370/small/Bitcoin.jpg?1628072791", - "large": "https://assets.coingecko.com/coins/images/11370/large/Bitcoin.jpg?1628072791" - }, - "RNDR": { - "thumb": "https://assets.coingecko.com/coins/images/11636/thumb/rndr.png?1638840934", - "small": "https://assets.coingecko.com/coins/images/11636/small/rndr.png?1638840934", - "large": "https://assets.coingecko.com/coins/images/11636/large/rndr.png?1638840934" - }, - "DARK": { - "thumb": "https://assets.coingecko.com/coins/images/22456/thumb/DARK_bgWhite.png?1641870873", - "small": "https://assets.coingecko.com/coins/images/22456/small/DARK_bgWhite.png?1641870873", - "large": "https://assets.coingecko.com/coins/images/22456/large/DARK_bgWhite.png?1641870873" - }, - "CEL": { - "thumb": "https://assets.coingecko.com/coins/images/3263/thumb/CEL_logo.png?1609598753", - "small": "https://assets.coingecko.com/coins/images/3263/small/CEL_logo.png?1609598753", - "large": "https://assets.coingecko.com/coins/images/3263/large/CEL_logo.png?1609598753" - }, - "AUSDC": { - "thumb": "https://assets.coingecko.com/coins/images/14318/thumb/aUSDC.e260d492.png?1615527797", - "small": "https://assets.coingecko.com/coins/images/14318/small/aUSDC.e260d492.png?1615527797", - "large": "https://assets.coingecko.com/coins/images/14318/large/aUSDC.e260d492.png?1615527797" - }, - "CVP": { - "thumb": "https://assets.coingecko.com/coins/images/12266/thumb/Powerpool.jpg?1598621373", - "small": "https://assets.coingecko.com/coins/images/12266/small/Powerpool.jpg?1598621373", - "large": "https://assets.coingecko.com/coins/images/12266/large/Powerpool.jpg?1598621373" - }, - "BZRX": { - "thumb": "https://assets.coingecko.com/coins/images/11811/thumb/bzrx.png?1594563172", - "small": "https://assets.coingecko.com/coins/images/11811/small/bzrx.png?1594563172", - "large": "https://assets.coingecko.com/coins/images/11811/large/bzrx.png?1594563172" - }, - "REN": { - "thumb": "https://assets.coingecko.com/coins/images/3139/thumb/REN.png?1589985807", - "small": "https://assets.coingecko.com/coins/images/3139/small/REN.png?1589985807", - "large": "https://assets.coingecko.com/coins/images/3139/large/REN.png?1589985807" - }, - "PHNX": { - "thumb": "https://assets.coingecko.com/coins/images/11523/thumb/Token_Icon.png?1618447147", - "small": "https://assets.coingecko.com/coins/images/11523/small/Token_Icon.png?1618447147", - "large": "https://assets.coingecko.com/coins/images/11523/large/Token_Icon.png?1618447147" - }, - "GLM": { - "thumb": "https://assets.coingecko.com/coins/images/542/thumb/Golem_Submark_Positive_RGB.png?1606392013", - "small": "https://assets.coingecko.com/coins/images/542/small/Golem_Submark_Positive_RGB.png?1606392013", - "large": "https://assets.coingecko.com/coins/images/542/large/Golem_Submark_Positive_RGB.png?1606392013" - }, - "LON": { - "thumb": "https://assets.coingecko.com/coins/images/13454/thumb/lon_logo.png?1608701720", - "small": "https://assets.coingecko.com/coins/images/13454/small/lon_logo.png?1608701720", - "large": "https://assets.coingecko.com/coins/images/13454/large/lon_logo.png?1608701720" - }, - "GTC": { - "thumb": "https://assets.coingecko.com/coins/images/15810/thumb/gitcoin.png?1621992929", - "small": "https://assets.coingecko.com/coins/images/15810/small/gitcoin.png?1621992929", - "large": "https://assets.coingecko.com/coins/images/15810/large/gitcoin.png?1621992929" - }, - "DPI": { - "thumb": "https://assets.coingecko.com/coins/images/12465/thumb/defi_pulse_index_set.png?1600051053", - "small": "https://assets.coingecko.com/coins/images/12465/small/defi_pulse_index_set.png?1600051053", - "large": "https://assets.coingecko.com/coins/images/12465/large/defi_pulse_index_set.png?1600051053" - }, - "DINU": { - "thumb": "https://assets.coingecko.com/coins/images/16374/thumb/512x512_dinu_logo.jpg?1623919813", - "small": "https://assets.coingecko.com/coins/images/16374/small/512x512_dinu_logo.jpg?1623919813", - "large": "https://assets.coingecko.com/coins/images/16374/large/512x512_dinu_logo.jpg?1623919813" - }, - "MVI": { - "thumb": "https://assets.coingecko.com/coins/images/14684/thumb/MVI_logo.png?1617776444", - "small": "https://assets.coingecko.com/coins/images/14684/small/MVI_logo.png?1617776444", - "large": "https://assets.coingecko.com/coins/images/14684/large/MVI_logo.png?1617776444" - }, - "ETH2X-FLI": { - "thumb": "https://assets.coingecko.com/coins/images/14392/thumb/ETH2x-FLI_%281%29.png?1615875910", - "small": "https://assets.coingecko.com/coins/images/14392/small/ETH2x-FLI_%281%29.png?1615875910", - "large": "https://assets.coingecko.com/coins/images/14392/large/ETH2x-FLI_%281%29.png?1615875910" - }, - "BTC2X-FLI": { - "thumb": "https://assets.coingecko.com/coins/images/15406/thumb/Copy_of_BTC2x-FLI_token_logo.png?1646749417", - "small": "https://assets.coingecko.com/coins/images/15406/small/Copy_of_BTC2x-FLI_token_logo.png?1646749417", - "large": "https://assets.coingecko.com/coins/images/15406/large/Copy_of_BTC2x-FLI_token_logo.png?1646749417" - }, - "DEXTF": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dextf.svg?alt=media&token=1793cf4c-6933-42c0-a4a3-20ddbc7db753", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dextf.svg?alt=media&token=1793cf4c-6933-42c0-a4a3-20ddbc7db753", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/dextf.svg?alt=media&token=1793cf4c-6933-42c0-a4a3-20ddbc7db753" - }, - "MASK": { - "thumb": "https://assets.coingecko.com/coins/images/14051/thumb/Mask_Network.jpg?1614050316", - "small": "https://assets.coingecko.com/coins/images/14051/small/Mask_Network.jpg?1614050316", - "large": "https://assets.coingecko.com/coins/images/14051/large/Mask_Network.jpg?1614050316" - }, - "RAI": { - "thumb": "https://assets.coingecko.com/coins/images/14004/thumb/RAI-logo-coin.png?1613592334", - "small": "https://assets.coingecko.com/coins/images/14004/small/RAI-logo-coin.png?1613592334", - "large": "https://assets.coingecko.com/coins/images/14004/large/RAI-logo-coin.png?1613592334" - }, - "0XMR": { - "thumb": "https://assets.coingecko.com/coins/images/11035/thumb/0xmnr.PNG?1587357680", - "small": "https://assets.coingecko.com/coins/images/11035/small/0xmnr.PNG?1587357680", - "large": "https://assets.coingecko.com/coins/images/11035/large/0xmnr.PNG?1587357680" - }, - "MUTE": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/mute.svg?alt=media&token=91b36efd-93fe-4e05-86dd-b97890f5f137", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/mute.svg?alt=media&token=91b36efd-93fe-4e05-86dd-b97890f5f137", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/mute.svg?alt=media&token=91b36efd-93fe-4e05-86dd-b97890f5f137" - }, - "VOICE": { - "thumb": "https://assets.coingecko.com/coins/images/12926/thumb/OjCQtdL.png?1614780024", - "small": "https://assets.coingecko.com/coins/images/12926/small/OjCQtdL.png?1614780024", - "large": "https://assets.coingecko.com/coins/images/12926/large/OjCQtdL.png?1614780024" - }, - "FRM": { - "thumb": "https://assets.coingecko.com/coins/images/8251/thumb/FRM.png?1658819429", - "small": "https://assets.coingecko.com/coins/images/8251/small/FRM.png?1658819429", - "large": "https://assets.coingecko.com/coins/images/8251/large/FRM.png?1658819429" - }, - "VITA": { - "thumb": "https://assets.coingecko.com/coins/images/16580/thumb/QmRjwywiAfpzSfQTuWM3zCTghSHN7G6ohQaar7Ht6WANUp.png?1624506420", - "small": "https://assets.coingecko.com/coins/images/16580/small/QmRjwywiAfpzSfQTuWM3zCTghSHN7G6ohQaar7Ht6WANUp.png?1624506420", - "large": "https://assets.coingecko.com/coins/images/16580/large/QmRjwywiAfpzSfQTuWM3zCTghSHN7G6ohQaar7Ht6WANUp.png?1624506420" - }, - "WETH": { - "thumb": "https://assets.coingecko.com/coins/images/2518/thumb/weth.png?1628852295", - "small": "https://assets.coingecko.com/coins/images/2518/small/weth.png?1628852295", - "large": "https://assets.coingecko.com/coins/images/2518/large/weth.png?1628852295" - }, - "0XBTC": { - "thumb": "https://assets.coingecko.com/coins/images/4454/thumb/0xbtc.png?1561603765", - "small": "https://assets.coingecko.com/coins/images/4454/small/0xbtc.png?1561603765", - "large": "https://assets.coingecko.com/coins/images/4454/large/0xbtc.png?1561603765" - }, - "ARTM": { - "thumb": "https://assets.coingecko.com/coins/images/21577/thumb/artm_token_logo.png?1639530067", - "small": "https://assets.coingecko.com/coins/images/21577/small/artm_token_logo.png?1639530067", - "large": "https://assets.coingecko.com/coins/images/21577/large/artm_token_logo.png?1639530067" - }, - "XYO": { - "thumb": "https://assets.coingecko.com/coins/images/4519/thumb/XYO_Network-logo.png?1547039819", - "small": "https://assets.coingecko.com/coins/images/4519/small/XYO_Network-logo.png?1547039819", - "large": "https://assets.coingecko.com/coins/images/4519/large/XYO_Network-logo.png?1547039819" - }, - "STMX": { - "thumb": "https://assets.coingecko.com/coins/images/1369/thumb/StormX.png?1603113002", - "small": "https://assets.coingecko.com/coins/images/1369/small/StormX.png?1603113002", - "large": "https://assets.coingecko.com/coins/images/1369/large/StormX.png?1603113002" - }, - "RYOSHI": { - "thumb": "https://assets.coingecko.com/coins/images/17614/thumb/OFFICIAL_RYOSHI_LOGO-removebg-preview_2_200x200.png?1629794604", - "small": "https://assets.coingecko.com/coins/images/17614/small/OFFICIAL_RYOSHI_LOGO-removebg-preview_2_200x200.png?1629794604", - "large": "https://assets.coingecko.com/coins/images/17614/large/OFFICIAL_RYOSHI_LOGO-removebg-preview_2_200x200.png?1629794604" - }, - "VERI": { - "thumb": "https://assets.coingecko.com/coins/images/695/thumb/veritaseum.png?1547034460", - "small": "https://assets.coingecko.com/coins/images/695/small/veritaseum.png?1547034460", - "large": "https://assets.coingecko.com/coins/images/695/large/veritaseum.png?1547034460" - }, - "yvDAI": { - "thumb": "https://assets.coingecko.com/coins/images/28743/thumb/yvdai.png?1673842143", - "small": "https://assets.coingecko.com/coins/images/28743/small/yvdai.png?1673842143", - "large": "https://assets.coingecko.com/coins/images/28743/large/yvdai.png?1673842143" - }, - "yvWBTC": { - "thumb": "https://assets.coingecko.com/coins/images/28796/thumb/yvWBTC-128-0xA696a63cc78DfFa1a63E9E50587C197387FF6C7E.png?1674226331", - "small": "https://assets.coingecko.com/coins/images/28796/small/yvWBTC-128-0xA696a63cc78DfFa1a63E9E50587C197387FF6C7E.png?1674226331", - "large": "https://assets.coingecko.com/coins/images/28796/large/yvWBTC-128-0xA696a63cc78DfFa1a63E9E50587C197387FF6C7E.png?1674226331" - }, - "wstEth": { - "thumb": "https://assets.coingecko.com/coins/images/18834/thumb/wstETH.png?1633565443", - "small": "https://assets.coingecko.com/coins/images/18834/small/wstETH.png?1633565443", - "large": "https://assets.coingecko.com/coins/images/18834/large/wstETH.png?1633565443" - }, - "GVT": { - "thumb": "https://assets.coingecko.com/coins/images/18628/thumb/613f170fa75cd0ec6fd17f50_Icon-Vault-256x256-Square.png?1632980198", - "small": "https://assets.coingecko.com/coins/images/18628/small/613f170fa75cd0ec6fd17f50_Icon-Vault-256x256-Square.png?1632980198", - "large": "https://assets.coingecko.com/coins/images/18628/large/613f170fa75cd0ec6fd17f50_Icon-Vault-256x256-Square.png?1632980198" - }, - "RLC": { - "thumb": "https://assets.coingecko.com/coins/images/646/thumb/pL1VuXm.png?1604543202", - "small": "https://assets.coingecko.com/coins/images/646/small/pL1VuXm.png?1604543202", - "large": "https://assets.coingecko.com/coins/images/646/large/pL1VuXm.png?1604543202" - }, - "PENDLE": { - "thumb": "https://assets.coingecko.com/coins/images/15069/thumb/Pendle_Logo_Normal-03.png?1634196276", - "small": "https://assets.coingecko.com/coins/images/15069/small/Pendle_Logo_Normal-03.png?1634196276", - "large": "https://assets.coingecko.com/coins/images/15069/large/Pendle_Logo_Normal-03.png?1634196276" - }, - "ENS": { - "thumb": "https://assets.coingecko.com/coins/images/19785/thumb/acatxTm8_400x400.jpg?1635850140", - "small": "https://assets.coingecko.com/coins/images/19785/small/acatxTm8_400x400.jpg?1635850140", - "large": "https://assets.coingecko.com/coins/images/19785/large/acatxTm8_400x400.jpg?1635850140" - }, - "AERGO": { - "thumb": "https://assets.coingecko.com/coins/images/4490/thumb/aergo.png?1647696770", - "small": "https://assets.coingecko.com/coins/images/4490/small/aergo.png?1647696770", - "large": "https://assets.coingecko.com/coins/images/4490/large/aergo.png?1647696770" - }, - "CRPT": { - "thumb": "https://assets.coingecko.com/coins/images/1901/thumb/crypt.png?1547036205", - "small": "https://assets.coingecko.com/coins/images/1901/small/crypt.png?1547036205", - "large": "https://assets.coingecko.com/coins/images/1901/large/crypt.png?1547036205" - }, - "KP3R": { - "thumb": "https://assets.coingecko.com/coins/images/12966/thumb/kp3r_logo.jpg?1607057458", - "small": "https://assets.coingecko.com/coins/images/12966/small/kp3r_logo.jpg?1607057458", - "large": "https://assets.coingecko.com/coins/images/12966/large/kp3r_logo.jpg?1607057458" - }, - "PLBT": { - "thumb": "https://assets.coingecko.com/coins/images/766/thumb/polybius.png?1547034516", - "small": "https://assets.coingecko.com/coins/images/766/small/polybius.png?1547034516", - "large": "https://assets.coingecko.com/coins/images/766/large/polybius.png?1547034516" - }, - "NCR": { - "thumb": "https://assets.coingecko.com/coins/images/17935/thumb/s4C4tVi.png?1629860208", - "small": "https://assets.coingecko.com/coins/images/17935/small/s4C4tVi.png?1629860208", - "large": "https://assets.coingecko.com/coins/images/17935/large/s4C4tVi.png?1629860208" - }, - "DEXT": { - "thumb": "https://assets.coingecko.com/coins/images/11603/thumb/dext.png?1605790188", - "small": "https://assets.coingecko.com/coins/images/11603/small/dext.png?1605790188", - "large": "https://assets.coingecko.com/coins/images/11603/large/dext.png?1605790188" - }, - "UBT": { - "thumb": "https://assets.coingecko.com/coins/images/2707/thumb/UnibrightLogo_colorful_500x500_preview.png?1547036916", - "small": "https://assets.coingecko.com/coins/images/2707/small/UnibrightLogo_colorful_500x500_preview.png?1547036916", - "large": "https://assets.coingecko.com/coins/images/2707/large/UnibrightLogo_colorful_500x500_preview.png?1547036916" - }, - "ALN": { - "thumb": "https://assets.coingecko.com/coins/images/14379/thumb/uaLoLU8c_400x400_%281%29.png?1627873106", - "small": "https://assets.coingecko.com/coins/images/14379/small/uaLoLU8c_400x400_%281%29.png?1627873106", - "large": "https://assets.coingecko.com/coins/images/14379/large/uaLoLU8c_400x400_%281%29.png?1627873106" - }, - "FRAX": { - "thumb": "https://assets.coingecko.com/coins/images/13422/thumb/ethCanonicalFRAX.png?1669277108", - "small": "https://assets.coingecko.com/coins/images/13422/small/ethCanonicalFRAX.png?1669277108", - "large": "https://assets.coingecko.com/coins/images/13422/large/ethCanonicalFRAX.png?1669277108" - }, - "SHIB": { - "thumb": "https://assets.coingecko.com/coins/images/11939/thumb/shiba.png?1622619446", - "small": "https://assets.coingecko.com/coins/images/11939/small/shiba.png?1622619446", - "large": "https://assets.coingecko.com/coins/images/11939/large/shiba.png?1622619446" - }, - "ASH": { - "thumb": "https://assets.coingecko.com/coins/images/15714/thumb/omnPqaTY.png?1622820503", - "small": "https://assets.coingecko.com/coins/images/15714/small/omnPqaTY.png?1622820503", - "large": "https://assets.coingecko.com/coins/images/15714/large/omnPqaTY.png?1622820503" - }, - "FNT": { - "thumb": "https://assets.coingecko.com/coins/images/11579/thumb/falcon_ava_black.png?1591317863", - "small": "https://assets.coingecko.com/coins/images/11579/small/falcon_ava_black.png?1591317863", - "large": "https://assets.coingecko.com/coins/images/11579/large/falcon_ava_black.png?1591317863" - }, - "GRT": { - "thumb": "https://assets.coingecko.com/coins/images/13397/thumb/Graph_Token.png?1608145566", - "small": "https://assets.coingecko.com/coins/images/13397/small/Graph_Token.png?1608145566", - "large": "https://assets.coingecko.com/coins/images/13397/large/Graph_Token.png?1608145566" - }, - "ENJ": { - "thumb": "https://assets.coingecko.com/coins/images/1102/thumb/enjin-coin-logo.png?1547035078", - "small": "https://assets.coingecko.com/coins/images/1102/small/enjin-coin-logo.png?1547035078", - "large": "https://assets.coingecko.com/coins/images/1102/large/enjin-coin-logo.png?1547035078" - }, - "CRO": { - "thumb": "https://assets.coingecko.com/coins/images/7310/thumb/cro_token_logo.png?1669699773", - "small": "https://assets.coingecko.com/coins/images/7310/small/cro_token_logo.png?1669699773", - "large": "https://assets.coingecko.com/coins/images/7310/large/cro_token_logo.png?1669699773" - }, - "SAND": { - "thumb": "https://assets.coingecko.com/coins/images/12129/thumb/sandbox_logo.jpg?1597397942", - "small": "https://assets.coingecko.com/coins/images/12129/small/sandbox_logo.jpg?1597397942", - "large": "https://assets.coingecko.com/coins/images/12129/large/sandbox_logo.jpg?1597397942" - }, - "AAVE": { - "thumb": "https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110", - "small": "https://assets.coingecko.com/coins/images/12645/small/AAVE.png?1601374110", - "large": "https://assets.coingecko.com/coins/images/12645/large/AAVE.png?1601374110" - }, - "AMP": { - "thumb": "https://assets.coingecko.com/coins/images/12409/thumb/amp-200x200.png?1599625397", - "small": "https://assets.coingecko.com/coins/images/12409/small/amp-200x200.png?1599625397", - "large": "https://assets.coingecko.com/coins/images/12409/large/amp-200x200.png?1599625397" - }, - "SUSHI": { - "thumb": "https://assets.coingecko.com/coins/images/12271/thumb/512x512_Logo_no_chop.png?1606986688", - "small": "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688", - "large": "https://assets.coingecko.com/coins/images/12271/large/512x512_Logo_no_chop.png?1606986688" - }, - "COMP": { - "thumb": "https://assets.coingecko.com/coins/images/10775/thumb/COMP.png?1592625425", - "small": "https://assets.coingecko.com/coins/images/10775/small/COMP.png?1592625425", - "large": "https://assets.coingecko.com/coins/images/10775/large/COMP.png?1592625425" - }, - "JPYC": { - "thumb": "https://assets.coingecko.com/coins/images/25971/thumb/2023jpyc.png?1675935375", - "small": "https://assets.coingecko.com/coins/images/25971/small/2023jpyc.png?1675935375", - "large": "https://assets.coingecko.com/coins/images/25971/large/2023jpyc.png?1675935375" - }, - "AXS": { - "thumb": "https://assets.coingecko.com/coins/images/13029/thumb/axie_infinity_logo.png?1604471082", - "small": "https://assets.coingecko.com/coins/images/13029/small/axie_infinity_logo.png?1604471082", - "large": "https://assets.coingecko.com/coins/images/13029/large/axie_infinity_logo.png?1604471082" - }, - "CETH": { - "thumb": "https://assets.coingecko.com/coins/images/10643/thumb/ceth2.JPG?1581389598", - "small": "https://assets.coingecko.com/coins/images/10643/small/ceth2.JPG?1581389598", - "large": "https://assets.coingecko.com/coins/images/10643/large/ceth2.JPG?1581389598" - }, - "CUSDC": { - "thumb": "https://assets.coingecko.com/coins/images/9442/thumb/Compound_USDC.png?1567581577", - "small": "https://assets.coingecko.com/coins/images/9442/small/Compound_USDC.png?1567581577", - "large": "https://assets.coingecko.com/coins/images/9442/large/Compound_USDC.png?1567581577" - }, - "HOT": { - "thumb": "https://assets.coingecko.com/coins/images/3348/thumb/Holologo_Profile.png?1547037966", - "small": "https://assets.coingecko.com/coins/images/3348/small/Holologo_Profile.png?1547037966", - "large": "https://assets.coingecko.com/coins/images/3348/large/Holologo_Profile.png?1547037966" - }, - "KCS": { - "thumb": "https://assets.coingecko.com/coins/images/1047/thumb/sa9z79.png?1610678720", - "small": "https://assets.coingecko.com/coins/images/1047/small/sa9z79.png?1610678720", - "large": "https://assets.coingecko.com/coins/images/1047/large/sa9z79.png?1610678720" - }, - "PRCY": { - "thumb": "https://assets.coingecko.com/coins/images/14151/thumb/prcy.png?1614666991", - "small": "https://assets.coingecko.com/coins/images/14151/small/prcy.png?1614666991", - "large": "https://assets.coingecko.com/coins/images/14151/large/prcy.png?1614666991" - }, - "STRONG": { - "thumb": "https://assets.coingecko.com/coins/images/12092/thumb/STRONG-Token-256x256.png?1597823573", - "small": "https://assets.coingecko.com/coins/images/12092/small/STRONG-Token-256x256.png?1597823573", - "large": "https://assets.coingecko.com/coins/images/12092/large/STRONG-Token-256x256.png?1597823573" - }, - "TOKE": { - "thumb": "https://assets.coingecko.com/coins/images/17495/thumb/tokemak-avatar-200px-black.png?1628131614", - "small": "https://assets.coingecko.com/coins/images/17495/small/tokemak-avatar-200px-black.png?1628131614", - "large": "https://assets.coingecko.com/coins/images/17495/large/tokemak-avatar-200px-black.png?1628131614" - }, - "FXS": { - "thumb": "https://assets.coingecko.com/coins/images/13423/thumb/ethCanonicalFXS.png?1669276861", - "small": "https://assets.coingecko.com/coins/images/13423/small/ethCanonicalFXS.png?1669276861", - "large": "https://assets.coingecko.com/coins/images/13423/large/ethCanonicalFXS.png?1669276861" - }, - "NIL": { - "thumb": "https://assets.coingecko.com/coins/images/19667/thumb/_AoPtxGt_400x400.jpg?1635737598", - "small": "https://assets.coingecko.com/coins/images/19667/small/_AoPtxGt_400x400.jpg?1635737598", - "large": "https://assets.coingecko.com/coins/images/19667/large/_AoPtxGt_400x400.jpg?1635737598" - }, - "LPT": { - "thumb": "https://assets.coingecko.com/coins/images/7137/thumb/logo-circle-green.png?1619593365", - "small": "https://assets.coingecko.com/coins/images/7137/small/logo-circle-green.png?1619593365", - "large": "https://assets.coingecko.com/coins/images/7137/large/logo-circle-green.png?1619593365" - }, - "OMG": { - "thumb": "https://assets.coingecko.com/coins/images/776/thumb/OMG_Network.jpg?1591167168", - "small": "https://assets.coingecko.com/coins/images/776/small/OMG_Network.jpg?1591167168", - "large": "https://assets.coingecko.com/coins/images/776/large/OMG_Network.jpg?1591167168" - }, - "RLY": { - "thumb": "https://assets.coingecko.com/coins/images/12843/thumb/image.png?1611212077", - "small": "https://assets.coingecko.com/coins/images/12843/small/image.png?1611212077", - "large": "https://assets.coingecko.com/coins/images/12843/large/image.png?1611212077" - }, - "MOMA": { - "thumb": "https://assets.coingecko.com/coins/images/14993/thumb/mochi.PNG?1619390399", - "small": "https://assets.coingecko.com/coins/images/14993/small/mochi.PNG?1619390399", - "large": "https://assets.coingecko.com/coins/images/14993/large/mochi.PNG?1619390399" - }, - "AIOZ": { - "thumb": "https://assets.coingecko.com/coins/images/14631/thumb/aioz-logo-200.png?1649237507", - "small": "https://assets.coingecko.com/coins/images/14631/small/aioz-logo-200.png?1649237507", - "large": "https://assets.coingecko.com/coins/images/14631/large/aioz-logo-200.png?1649237507" - }, - "COC": { - "thumb": "https://assets.coingecko.com/coins/images/13121/thumb/coc.png?1647079316", - "small": "https://assets.coingecko.com/coins/images/13121/small/coc.png?1647079316", - "large": "https://assets.coingecko.com/coins/images/13121/large/coc.png?1647079316" - }, - "agEUR": { - "thumb": "https://assets.coingecko.com/coins/images/19479/thumb/agEUR.png?1635283566", - "small": "https://assets.coingecko.com/coins/images/19479/small/agEUR.png?1635283566", - "large": "https://assets.coingecko.com/coins/images/19479/large/agEUR.png?1635283566" - }, - "ANGLE": { - "thumb": "https://assets.coingecko.com/coins/images/19060/thumb/ANGLE_Token-light.png?1666774221", - "small": "https://assets.coingecko.com/coins/images/19060/small/ANGLE_Token-light.png?1666774221", - "large": "https://assets.coingecko.com/coins/images/19060/large/ANGLE_Token-light.png?1666774221" - }, - "RPL": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/rpl.svg?alt=media&token=d00177fb-503a-45fe-bd50-dea7a4b7c32e", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/rpl.svg?alt=media&token=d00177fb-503a-45fe-bd50-dea7a4b7c32e", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/rpl.svg?alt=media&token=d00177fb-503a-45fe-bd50-dea7a4b7c32e" - }, - "rETH": { - "thumb": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/reth.svg?alt=media&token=05c2bfe7-2967-4db1-9e0d-bbd49cace416", - "small": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/reth.svg?alt=media&token=05c2bfe7-2967-4db1-9e0d-bbd49cace416", - "large": "https://firebasestorage.googleapis.com/v0/b/token-library.appspot.com/o/reth.svg?alt=media&token=05c2bfe7-2967-4db1-9e0d-bbd49cace416" - }, - "LDO": { - "thumb": "https://assets.coingecko.com/coins/images/13573/thumb/Lido_DAO.png?1609873644", - "small": "https://assets.coingecko.com/coins/images/13573/small/Lido_DAO.png?1609873644", - "large": "https://assets.coingecko.com/coins/images/13573/large/Lido_DAO.png?1609873644" - }, - "NDX": { - "thumb": "https://assets.coingecko.com/coins/images/13546/thumb/indexed-light.74bb5471.png?1609712728", - "small": "https://assets.coingecko.com/coins/images/13546/small/indexed-light.74bb5471.png?1609712728", - "large": "https://assets.coingecko.com/coins/images/13546/large/indexed-light.74bb5471.png?1609712728" - }, - "TRU": { - "thumb": "https://assets.coingecko.com/coins/images/15053/thumb/Truebit.png?1623296246", - "small": "https://assets.coingecko.com/coins/images/15053/small/Truebit.png?1623296246", - "large": "https://assets.coingecko.com/coins/images/15053/large/Truebit.png?1623296246" - }, - "BRIGHT": { - "thumb": "https://assets.coingecko.com/coins/images/17552/thumb/BrightToken_Token-only_200x200-1.png?1628227007", - "small": "https://assets.coingecko.com/coins/images/17552/small/BrightToken_Token-only_200x200-1.png?1628227007", - "large": "https://assets.coingecko.com/coins/images/17552/large/BrightToken_Token-only_200x200-1.png?1628227007" - }, - "NMR": { - "thumb": "https://assets.coingecko.com/coins/images/752/thumb/numeraire.png?1592538976", - "small": "https://assets.coingecko.com/coins/images/752/small/numeraire.png?1592538976", - "large": "https://assets.coingecko.com/coins/images/752/large/numeraire.png?1592538976" - }, - "UST": { - "thumb": "https://assets.coingecko.com/coins/images/21150/thumb/UST_wh_small.png?1644223065", - "small": "https://assets.coingecko.com/coins/images/21150/small/UST_wh_small.png?1644223065", - "large": "https://assets.coingecko.com/coins/images/21150/large/UST_wh_small.png?1644223065" - }, - "LUNC": { - "thumb": "https://assets.coingecko.com/coins/images/22951/thumb/LUNA_wh_small.png?1644226405", - "small": "https://assets.coingecko.com/coins/images/22951/small/LUNA_wh_small.png?1644226405", - "large": "https://assets.coingecko.com/coins/images/22951/large/LUNA_wh_small.png?1644226405" - }, - "DYDX": { - "thumb": "https://assets.coingecko.com/coins/images/17500/thumb/hjnIm9bV.jpg?1628009360", - "small": "https://assets.coingecko.com/coins/images/17500/small/hjnIm9bV.jpg?1628009360", - "large": "https://assets.coingecko.com/coins/images/17500/large/hjnIm9bV.jpg?1628009360" - }, - "SOL": { - "thumb": "https://assets.coingecko.com/coins/images/22876/thumb/SOL_wh_small.png?1644224316", - "small": "https://assets.coingecko.com/coins/images/22876/small/SOL_wh_small.png?1644224316", - "large": "https://assets.coingecko.com/coins/images/22876/large/SOL_wh_small.png?1644224316" - }, - "FTM": { - "thumb": "https://assets.coingecko.com/coins/images/4001/thumb/Fantom_round.png?1669652346", - "small": "https://assets.coingecko.com/coins/images/4001/small/Fantom_round.png?1669652346", - "large": "https://assets.coingecko.com/coins/images/4001/large/Fantom_round.png?1669652346" - }, - "AVAX": { - "thumb": "https://assets.coingecko.com/coins/images/22943/thumb/AVAX_wh_small.png?1644224391", - "small": "https://assets.coingecko.com/coins/images/22943/small/AVAX_wh_small.png?1644224391", - "large": "https://assets.coingecko.com/coins/images/22943/large/AVAX_wh_small.png?1644224391" - }, - "MATIC": { - "thumb": "https://assets.coingecko.com/coins/images/4713/thumb/matic-token-icon.png?1624446912", - "small": "https://assets.coingecko.com/coins/images/4713/small/matic-token-icon.png?1624446912", - "large": "https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png?1624446912" - }, - "METIS": { - "thumb": "https://assets.coingecko.com/coins/images/15595/thumb/metis.jpeg?1660285312", - "small": "https://assets.coingecko.com/coins/images/15595/small/metis.jpeg?1660285312", - "large": "https://assets.coingecko.com/coins/images/15595/large/metis.jpeg?1660285312" - }, - "DEP": { - "thumb": "https://assets.coingecko.com/coins/images/10970/thumb/DEAPcoin_01.png?1586741677", - "small": "https://assets.coingecko.com/coins/images/10970/small/DEAPcoin_01.png?1586741677", - "large": "https://assets.coingecko.com/coins/images/10970/large/DEAPcoin_01.png?1586741677" - }, - "KEEP": { - "thumb": "https://assets.coingecko.com/coins/images/3373/thumb/IuNzUb5b_400x400.jpg?1589526336", - "small": "https://assets.coingecko.com/coins/images/3373/small/IuNzUb5b_400x400.jpg?1589526336", - "large": "https://assets.coingecko.com/coins/images/3373/large/IuNzUb5b_400x400.jpg?1589526336" - }, - "LOOKS": { - "thumb": "https://assets.coingecko.com/coins/images/22173/thumb/circle-black-256.png?1641173160", - "small": "https://assets.coingecko.com/coins/images/22173/small/circle-black-256.png?1641173160", - "large": "https://assets.coingecko.com/coins/images/22173/large/circle-black-256.png?1641173160" - }, - "SATT": { - "thumb": "https://assets.coingecko.com/coins/images/4070/thumb/r3s9XKk.png?1623046839", - "small": "https://assets.coingecko.com/coins/images/4070/small/r3s9XKk.png?1623046839", - "large": "https://assets.coingecko.com/coins/images/4070/large/r3s9XKk.png?1623046839" - }, - "STETH": { - "thumb": "https://assets.coingecko.com/coins/images/13442/thumb/steth_logo.png?1608607546", - "small": "https://assets.coingecko.com/coins/images/13442/small/steth_logo.png?1608607546", - "large": "https://assets.coingecko.com/coins/images/13442/large/steth_logo.png?1608607546" - }, - "BED": { - "thumb": "https://assets.coingecko.com/coins/images/17175/thumb/BED_Logo_-_No_border.png?1626833695", - "small": "https://assets.coingecko.com/coins/images/17175/small/BED_Logo_-_No_border.png?1626833695", - "large": "https://assets.coingecko.com/coins/images/17175/large/BED_Logo_-_No_border.png?1626833695" - }, - "DATA": { - "thumb": "https://assets.coingecko.com/coins/images/18500/thumb/data_32.png?1632209427", - "small": "https://assets.coingecko.com/coins/images/18500/small/data_32.png?1632209427", - "large": "https://assets.coingecko.com/coins/images/18500/large/data_32.png?1632209427" - }, - "CRV": { - "thumb": "https://assets.coingecko.com/coins/images/12124/thumb/Curve.png?1597369484", - "small": "https://assets.coingecko.com/coins/images/12124/small/Curve.png?1597369484", - "large": "https://assets.coingecko.com/coins/images/12124/large/Curve.png?1597369484" - }, - "GMI": { - "thumb": "https://assets.coingecko.com/coins/images/22238/thumb/GMI_LOGO-07.png?1641266293", - "small": "https://assets.coingecko.com/coins/images/22238/small/GMI_LOGO-07.png?1641266293", - "large": "https://assets.coingecko.com/coins/images/22238/large/GMI_LOGO-07.png?1641266293" - }, - "APE": { - "thumb": "https://assets.coingecko.com/coins/images/24383/thumb/apecoin.jpg?1647476455", - "small": "https://assets.coingecko.com/coins/images/24383/small/apecoin.jpg?1647476455", - "large": "https://assets.coingecko.com/coins/images/24383/large/apecoin.jpg?1647476455" - }, - "aCRV": { - "thumb": "https://assets.coingecko.com/coins/images/25395/thumb/Sv06cFHS_400x400.jpg?1651707422", - "small": "https://assets.coingecko.com/coins/images/25395/small/Sv06cFHS_400x400.jpg?1651707422", - "large": "https://assets.coingecko.com/coins/images/25395/large/Sv06cFHS_400x400.jpg?1651707422" - }, - "icETH": { - "thumb": "https://assets.coingecko.com/coins/images/24483/thumb/icETH-token-logo.png?1647826356", - "small": "https://assets.coingecko.com/coins/images/24483/small/icETH-token-logo.png?1647826356", - "large": "https://assets.coingecko.com/coins/images/24483/large/icETH-token-logo.png?1647826356" - }, - "JPG": { - "thumb": "https://assets.coingecko.com/coins/images/25071/thumb/JPG-token-logo-01.png?1650242041", - "small": "https://assets.coingecko.com/coins/images/25071/small/JPG-token-logo-01.png?1650242041", - "large": "https://assets.coingecko.com/coins/images/25071/large/JPG-token-logo-01.png?1650242041" - }, - "LYXE": { - "thumb": "https://assets.coingecko.com/coins/images/11423/thumb/1_QAHTciwVhD7SqVmfRW70Pw.png?1590110612", - "small": "https://assets.coingecko.com/coins/images/11423/small/1_QAHTciwVhD7SqVmfRW70Pw.png?1590110612", - "large": "https://assets.coingecko.com/coins/images/11423/large/1_QAHTciwVhD7SqVmfRW70Pw.png?1590110612" - }, - "QNT": { - "thumb": "https://assets.coingecko.com/coins/images/3370/thumb/5ZOu7brX_400x400.jpg?1612437252", - "small": "https://assets.coingecko.com/coins/images/3370/small/5ZOu7brX_400x400.jpg?1612437252", - "large": "https://assets.coingecko.com/coins/images/3370/large/5ZOu7brX_400x400.jpg?1612437252" - }, - "INDEX": { - "thumb": "https://assets.coingecko.com/coins/images/12729/thumb/index.png?1634894321", - "small": "https://assets.coingecko.com/coins/images/12729/small/index.png?1634894321", - "large": "https://assets.coingecko.com/coins/images/12729/large/index.png?1634894321" - }, - "ZZ": { - "thumb": "https://assets.coingecko.com/coins/images/26141/thumb/zig_zag.?1656248564", - "small": "https://assets.coingecko.com/coins/images/26141/small/zig_zag.?1656248564", - "large": "https://assets.coingecko.com/coins/images/26141/large/zig_zag.?1656248564" - }, - "dsETH": { - "thumb": "https://assets.coingecko.com/coins/images/28751/thumb/dsETH-logo.png?1673929867", - "small": "https://assets.coingecko.com/coins/images/28751/small/dsETH-logo.png?1673929867", - "large": "https://assets.coingecko.com/coins/images/28751/large/dsETH-logo.png?1673929867" - }, - "LSETH": { - "thumb": "https://assets.coingecko.com/coins/images/28848/thumb/LsETH-receipt-token-circle.png?1674866187", - "small": "https://assets.coingecko.com/coins/images/28848/small/LsETH-receipt-token-circle.png?1674866187", - "large": "https://assets.coingecko.com/coins/images/28848/large/LsETH-receipt-token-circle.png?1674866187" - } -} diff --git a/assets/lottie/idle-faucet.json b/assets/lottie/idle-faucet.json deleted file mode 100644 index 97ad7856d..000000000 --- a/assets/lottie/idle-faucet.json +++ /dev/null @@ -1,1998 +0,0 @@ -{ - "v": "4.8.0", - "meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" }, - "fr": 60, - "ip": 0, - "op": 240, - "w": 300, - "h": 72, - "nm": "state-1", - "ddd": 0, - "assets": [], - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "DAI Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "a": 0, "k": [198, 36, 0], "ix": 2 }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.05, 0.05, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 1.667] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 2.667] }, - "o": { "x": [0.317, 0.317, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [110, 110, 100] - }, - { "t": 120, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [-1.307, -3.624], - [0, 0], - [0, 0], - [0, 0], - [0, -0.358], - [0, 0], - [0.046, -0.388], - [0, 0], - [0, 0], - [0, 0], - [4.581, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [4.634, 0], - [0, 0], - [0, 0], - [0, 0], - [0.037, 0.346], - [0, 0], - [0, 0.403], - [0, 0], - [0, 0], - [0, 0], - [-1.341, 3.574], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-8.4, -9.419], - [-0.781, -9.419], - [8.673, -3.303], - [11.046, -3.303], - [11.046, -1.113], - [9.173, -1.113], - [9.229, -0.055], - [9.229, -0.001], - [9.159, 1.186], - [11.046, 1.186], - [11.046, 3.378], - [8.628, 3.378], - [-0.781, 9.419], - [-8.4, 9.419], - [-8.4, 3.378], - [-11.046, 3.378], - [-11.046, 1.186], - [-8.4, 1.186], - [-8.4, -1.113], - [-11.046, -1.113], - [-11.046, -3.303], - [-8.4, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [-1.172, 2.444] - ], - "o": [ - [0, 0], - [0, 0], - [3.387, 0], - [0, 0] - ], - "v": [ - [-6.27, 3.378], - [-6.27, 7.454], - [-0.781, 7.454], - [6.294, 3.378] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0.387], - [0, 0], - [0.049, 0.362], - [0, 0], - [0, 0] - ], - "o": [ - [0.051, -0.368], - [0, 0], - [0, -0.378], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [6.947, 1.186], - [7.025, 0.053], - [7.025, -0.001], - [6.95, -1.113], - [-6.27, -1.113], - [-6.27, 1.186] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [3.402, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [-1.165, -2.478] - ], - "v": [ - [-0.781, -7.456], - [-6.27, -7.456], - [-6.27, -3.303], - [6.311, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.814, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, 11.046], - [11.046, 0], - [0, -11.046] - ], - "o": [ - [11.046, 0], - [0, -11.046], - [-11.046, 0], - [0, 11.046] - ], - "v": [ - [0, 20], - [20, 0], - [0, -20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.992156922583, 0.756862804936, 0.203921583587, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 2, - "ty": 4, - "nm": "USDC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "a": 0, "k": [174, 36, 0], "ix": 2 }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.05, 0.05, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 30, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.317, 0.317, 0], "y": [0, 0, 0] }, - "t": 60, - "s": [110, 110, 100] - }, - { "t": 150, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, -11.046], - [11.046, 0], - [0, 11.046] - ], - "o": [ - [11.046, 0], - [0, 11.046], - [-11.046, 0], - [0, -11.046] - ], - "v": [ - [0, -20], - [20, 0], - [0, 20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [6.049, 1.933], - [0, -0.473], - [0, 0], - [-0.298, -0.109], - [0, -5.387], - [4.787, -1.754], - [0, -0.348], - [0, 0], - [-0.451, 0.144], - [0, 6.691] - ], - "o": [ - [-0.451, -0.144], - [0, 0], - [0, 0.317], - [4.787, 1.753], - [0, 5.387], - [-0.327, 0.12], - [0, 0], - [0, 0.474], - [6.049, -1.933], - [0, -6.69] - ], - "v": [ - [4.57, -14.083], - [3.75, -13.486], - [3.75, -12.321], - [4.287, -11.533], - [12.5, 0.208], - [4.287, 11.95], - [3.75, 12.738], - [3.75, 13.902], - [4.57, 14.5], - [15, 0.208] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0.451, -0.144], - [0, -6.69], - [-6.049, -1.933], - [0, 0.474], - [0, 0], - [0.298, 0.109], - [0, 5.387], - [-4.787, 1.753], - [0, 0.317] - ], - "o": [ - [0, -0.473], - [-6.049, 1.933], - [0, 6.691], - [0.451, 0.144], - [0, 0], - [0, -0.318], - [-4.787, -1.754], - [0, -5.387], - [0.298, -0.109], - [0, 0] - ], - "v": [ - [-3.75, -13.486], - [-4.57, -14.083], - [-15, 0.208], - [-4.57, 14.5], - [-3.75, 13.902], - [-3.75, 12.738], - [-4.287, 11.95], - [-12.5, 0.208], - [-4.287, -11.533], - [-3.75, -12.321] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [0.345, 0], - [0, 0], - [0, -0.345], - [0, 0], - [0, -2.116], - [-3.495, -0.47], - [0, -1.349], - [1.614, 0], - [0.265, 1.236], - [0.299, 0], - [0, 0], - [-0.062, -0.354], - [-2.727, -0.37], - [0, 0], - [-0.345, 0], - [0, 0], - [0, 0.346], - [0, 0], - [0, 2.221], - [3.434, 0.47], - [0, 1.185], - [-1.656, 0], - [-0.356, -1.205], - [-0.28, 0], - [0, 0], - [0.078, 0.358], - [2.012, 0.36], - [0, 0] - ], - "o": [ - [0, 0], - [-0.345, 0], - [0, 0], - [-2.478, 0.352], - [0, 2.738], - [2.37, 0.388], - [0, 1.348], - [-2.182, 0], - [-0.063, -0.293], - [0, 0], - [-0.359, 0], - [0.363, 2.081], - [0, 0], - [0, 0.346], - [0, 0], - [0.345, 0], - [0, 0], - [2.581, -0.41], - [0, -2.922], - [-2.534, -0.368], - [0, -1.124], - [1.497, 0], - [0.079, 0.269], - [0, 0], - [0.367, 0], - [-0.416, -1.904], - [0, 0], - [0, -0.345] - ], - "v": [ - [0.625, -9.792], - [-0.625, -9.792], - [-1.25, -9.167], - [-1.25, -7.23], - [-5.33, -3.113], - [-0.18, 1.158], - [2.865, 3.406], - [0.106, 5.654], - [-3.059, 3.463], - [-3.672, 2.956], - [-5.098, 2.956], - [-5.676, 3.633], - [-1.25, 7.61], - [-1.25, 9.583], - [-0.625, 10.208], - [0.625, 10.208], - [1.25, 9.583], - [1.25, 7.609], - [5.481, 3.181], - [0.269, -1.192], - [-2.755, -3.338], - [-0.241, -5.259], - [2.473, -3.532], - [3.073, -3.073], - [4.388, -3.073], - [4.962, -3.768], - [1.25, -7.175], - [1.25, -9.167] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.152941176471, 0.458823559331, 0.792156922583, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-9.313, 0], - [0, 9.313], - [9.313, 0], - [0, -9.313] - ], - "o": [ - [9.313, 0], - [0, -9.313], - [-9.313, 0], - [0, 9.313] - ], - "v": [ - [0, 16.863], - [16.863, -0.001], - [0, -16.863], - [-16.863, -0.001] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 3, - "ty": 4, - "nm": "LINK Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "a": 0, "k": [150, 36, 0], "ix": 2 }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.05, 0.05, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 60, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.317, 0.317, 0], "y": [0, 0, 0] }, - "t": 90, - "s": [110, 110, 100] - }, - { "t": 180, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -7.718], - [6.737, -3.873], - [6.737, 3.848], - [0.022, 7.718], - [-6.712, 3.879], - [-6.712, -3.842] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -13.394], - [-2.468, -11.969], - [-9.196, -8.093], - [-11.667, -6.668], - [-11.667, -3.83], - [-11.667, 3.885], - [-11.667, 6.723], - [-9.196, 8.136], - [-2.462, 11.981], - [0.009, 13.394], - [2.48, 11.969], - [9.196, 8.093], - [11.667, 6.674], - [11.667, 3.836], - [11.667, -3.885], - [11.667, -6.723], - [9.196, -8.136], - [2.462, -11.981], - [-0.009, -13.394] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20.061], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.215686289469, 0.356862745098, 0.823529471603, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 4, - "ty": 4, - "nm": "WBTC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "a": 0, "k": [126, 36, 0], "ix": 2 }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.05, 0.05, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 90, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.317, 0.317, 0], "y": [0, 0, 0] }, - "t": 120, - "s": [110, 110, 100] - }, - { "t": 210, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-4.944, 0.008], - [-3.069, -2.049], - [-1.414, -3.409], - [0.72, -3.62], - [2.609, -2.609], - [3.62, -0.72], - [3.41, 1.414], - [2.05, 3.07], - [-0.001, 3.691], - [-3.496, 3.496] - ], - "o": [ - [3.691, -0.002], - [3.07, 2.05], - [1.413, 3.41], - [-0.72, 3.62], - [-2.61, 2.61], - [-3.62, 0.72], - [-3.409, -1.413], - [-2.049, -3.069], - [0.008, -4.944], - [3.496, -3.496] - ], - "v": [ - [-0.008, -18.658], - [10.36, -15.517], - [17.236, -7.144], - [18.299, 3.638], - [13.193, 13.192], - [3.638, 18.299], - [-7.144, 17.235], - [-15.517, 10.36], - [-18.658, -0.008], - [-13.187, -13.187] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [2.626, -0.001], - [3.288, -2.198], - [1.513, -3.655], - [-0.773, -3.879], - [-2.798, -2.796], - [-3.88, -0.77], - [-3.654, 1.515], - [-2.196, 3.289], - [0.001, 3.956], - [1.006, 2.426], - [1.858, 1.856], - [2.427, 1.004] - ], - "o": [ - [-3.956, 0.001], - [-3.288, 2.199], - [-1.512, 3.655], - [0.774, 3.879], - [2.798, 2.796], - [3.88, 0.77], - [3.654, -1.515], - [2.197, -3.29], - [-0.001, -2.627], - [-1.006, -2.426], - [-1.857, -1.856], - [-2.427, -1.004] - ], - "v": [ - [-0.008, -20], - [-11.118, -16.626], - [-18.481, -7.647], - [-19.615, 3.909], - [-14.137, 14.147], - [-3.895, 19.617], - [7.66, 18.474], - [16.633, 11.105], - [20, -0.008], - [18.474, -7.661], - [14.136, -14.148], - [7.646, -18.481] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0.554, -0.353], - [2.438, -0.353], - [1.255, 0.141], - [2.425, 2.051], - [0.132, 0.096], - [0, 0], - [-4.173, 0.002], - [0, 0], - [0, 0], - [-2.954, 2.521], - [-0.129, 0.132], - [0, 0] - ], - "o": [ - [-2.011, 1.421], - [-1.247, 0.199], - [-3.161, -0.306], - [-0.126, -0.092], - [0, 0], - [3.094, 3.055], - [0, 0], - [0, 0], - [3.882, -0.102], - [0.134, -0.126], - [0, 0], - [-0.556, 0.417] - ], - "v": [ - [8.988, -1.527], - [2.22, 1.173], - [-1.55, 1.261], - [-10.128, -2.359], - [-10.511, -2.637], - [-11.396, -1.845], - [0.111, 2.677], - [0.387, 2.677], - [0.431, 2.677], - [10.996, -1.376], - [11.395, -1.759], - [10.651, -2.678] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.981, 34.303], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [2.648, 3.137], - [0, 0], - [0.155, 0.144], - [0, 0], - [5.701, -6.71], - [0, 0], - [-0.061, 4.104] - ], - "o": [ - [0, 0], - [-0.147, -0.153], - [0, 0], - [4.833, 5.49], - [0, 0], - [2.739, -3.058], - [0.06, -4.105] - ], - "v": [ - [-1.365, -10.945], - [-1.373, -10.945], - [-1.825, -11.394], - [-2.648, -10.492], - [-2.496, 10.424], - [-1.695, 11.393], - [2.647, 0.286] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [34.339, 19.918], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 3", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-2.646, 2.889], - [0, 0], - [0, 0], - [-5.446, -5.182], - [0, 0], - [0.003, 3.919] - ], - "o": [ - [0, 0], - [0, 0], - [-6.374, 6.682], - [0, 0], - [-2.651, -2.885], - [-0.004, -3.918] - ], - "v": [ - [2.682, -10.545], - [2.68, -10.545], - [1.74, -11.368], - [1.74, 11.367], - [2.699, 10.617], - [-1.427, 0.039] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [5.695, 19.924], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 4", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 4, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [3.916, 0.108], - [0, 0], - [0, 0], - [1.237, -0.288], - [0, 0], - [0, 0], - [1.127, -0.598], - [0.973, -1.008], - [0, 0], - [-2.586, 0.602], - [-2.553, -0.73], - [0, 0], - [-0.109, -0.036], - [-0.153, -0.056], - [0, 0], - [-0.205, -0.087], - [0, 0], - [-1.352, -1.158], - [0, 0], - [0.117, 0.109] - ], - "o": [ - [0, 0], - [0, 0], - [-1.27, 0.018], - [0, 0], - [0, 0], - [-1.233, 0.331], - [-1.235, 0.663], - [0, 0], - [1.969, -1.781], - [2.586, -0.601], - [0, 0], - [0.112, 0.033], - [0.157, 0.05], - [0, 0], - [0.209, 0.077], - [0, 0], - [1.636, 0.704], - [0, 0], - [-0.115, -0.115], - [-2.962, -2.566] - ], - "v": [ - [0.402, -2.694], - [-0.225, -2.694], - [-0.269, -2.694], - [-4.041, -2.234], - [-4.295, -2.172], - [-4.505, -2.117], - [-8.057, -0.719], - [-11.388, 1.803], - [-10.579, 2.685], - [-3.633, -0.948], - [4.203, -0.751], - [4.425, -0.688], - [4.755, -0.585], - [5.223, -0.425], - [5.377, -0.37], - [6, -0.124], - [6.025, -0.113], - [10.533, 2.695], - [11.389, 1.77], - [11.038, 1.441] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.037, 5.619], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 5", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 5, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -2.301], - [1.095, 0], - [0, 0] - ], - "o": [ - [0, 2.213], - [0, 0], - [1.097, 0] - ], - "v": [ - [2.745, -3.194], - [-1.801, -1.249], - [-1.801, -5.148] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [1.318, 0], - [0, 0], - [0, -2.533] - ], - "o": [ - [0, 2.419], - [0, 0], - [1.318, 0], - [0, 0] - ], - "v": [ - [3.646, 2.858], - [-1.805, 5], - [-1.805, 0.718], - [3.646, 2.868] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [2.514, 0.241], - [0, 0], - [0, 0], - [0, 0], - [0.519, -0.019], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.021, -0.025], - [-0.206, -0.16], - [-0.037, -0.258], - [0, 0], - [0.039, -0.082], - [0.068, -0.059], - [0.086, -0.03], - [0.09, 0.006], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [-0.295, 3.078], - [1.858, 0.443], - [0.169, 1.688] - ], - "o": [ - [-0.221, -2.32], - [0, 0], - [0, 0], - [0, 0], - [-0.512, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.259, -0.029], - [0.205, 0.16], - [0, 0], - [-0.006, 0.09], - [-0.04, 0.081], - [-0.068, 0.06], - [-0.085, 0.029], - [0.025, 0.023], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [3.281, -0.191], - [0.232, -2.48], - [1.13, -0.576], - [0, 0] - ], - "v": [ - [6.37, -4.057], - [1.648, -7.386], - [1.648, -10.568], - [-0.283, -10.568], - [-0.283, -7.449], - [-1.835, -7.43], - [-1.835, -10.568], - [-3.777, -10.568], - [-3.777, -7.367], - [-7.714, -7.367], - [-7.714, -5.284], - [-6.301, -5.284], - [-5.576, -5.08], - [-5.197, -4.429], - [-5.197, 4.337], - [-5.266, 4.597], - [-5.428, 4.81], - [-5.661, 4.946], - [-5.926, 4.981], - [-7.34, 4.981], - [-7.723, 7.307], - [-3.801, 7.307], - [-3.801, 10.568], - [-1.859, 10.568], - [-1.859, 7.355], - [-0.307, 7.355], - [-0.307, 10.547], - [1.635, 10.547], - [1.635, 7.33], - [7.492, 3.242], - [4.704, -0.785], - [6.374, -4.063] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 0.588235294118, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.658, 20.425], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 6", - "np": 7, - "cix": 2, - "bm": 0, - "ix": 6, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.960784373564, 0.960784373564, 0.960784373564, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 7", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 7, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 5, - "ty": 4, - "nm": "ETH Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "a": 0, "k": [102, 36, 0], "ix": 2 }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.05, 0.05, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 120, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.317, 0.317, 0], "y": [0, 0, 0] }, - "t": 150, - "s": [110, 110, 100] - }, - { "t": 240, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.001, -13.334], - [8.334, 0.072], - [0.001, 4.848], - [-8.334, 0.072] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-0.002, 6.294], - [8.334, 1.212], - [-0.002, 13.334], - [-8.333, 1.214] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.999, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "o": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "v": [ - [-20, 0], - [0, -20], - [20, 0], - [0, 20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.36862745098, 0.486274539723, 0.945098099054, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - } - ], - "markers": [] -} diff --git a/assets/lottie/progress-blocks.json b/assets/lottie/progress-blocks.json deleted file mode 100644 index 10abc0219..000000000 --- a/assets/lottie/progress-blocks.json +++ /dev/null @@ -1,785 +0,0 @@ -{ - "nm": "UI animation 1", - "ddd": 0, - "h": 1080, - "w": 1080, - "meta": { "g": "@lottiefiles/toolkit-js 0.26.1" }, - "layers": [ - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -40, - "op": 146, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { "a": 0, "k": [34.3, 34.3, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [50, 50, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 1, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -40, - "op": 146, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [50, 50, 0], - "t": 0, - "ti": [10.0208330154419, 5.75, 0], - "to": [-10.0208330154419, -5.75, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0.452, "y": 0.452 }, - "s": [-10.125, 15.5, 0], - "t": 20, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [-10.125, 15.5, 0], - "t": 126, - "ti": [-10.0208330154419, -5.75, 0], - "to": [10.0208330154419, 5.75, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 2, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -80, - "op": 146, - "ip": 40, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [49.937, -19.687, 0], - "t": 40, - "ti": [-9.98958301544189, -5.88020849227905, 0], - "to": [9.98958301544189, 5.88020849227905, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0.322, "y": 0.322 }, - "s": [109.875, 15.594, 0], - "t": 60, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [109.875, 15.594, 0], - "t": 126, - "ti": [9.97916698455811, -5.734375, 0], - "to": [-9.97916698455811, 5.734375, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 3, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -60, - "op": 146, - "ip": 20, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [-10.125, 15.5, 0], - "t": 20, - "ti": [-10.0104169845581, 5.86458349227905, 0], - "to": [10.0104169845581, -5.86458349227905, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0.402, "y": 0.402 }, - "s": [49.937, -19.687, 0], - "t": 40, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [49.937, -19.687, 0], - "t": 126, - "ti": [-0.01041666697711, -11.6145830154419, 0], - "to": [0.01041666697711, 11.6145830154419, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 4, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -120, - "op": 146, - "ip": 80, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [109.875, 87.25, 0], - "t": 80, - "ti": [9.98958301544189, -5.875, 0], - "to": [-9.98958301544189, 5.875, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0, "y": 0 }, - "s": [49.937, 122.5, 0], - "t": 100, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [49.937, 122.5, 0], - "t": 126, - "ti": [-0.01041666697711, 12.0833330154419, 0], - "to": [0.01041666697711, -12.0833330154419, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 5, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -100, - "op": 146, - "ip": 60, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [109.875, 15.594, 0], - "t": 60, - "ti": [0, -11.9427080154419, 0], - "to": [0, 11.9427080154419, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0.172, "y": 0.172 }, - "s": [109.875, 87.25, 0], - "t": 80, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [109.875, 87.25, 0], - "t": 126, - "ti": [9.97916698455811, 6.20833349227905, 0], - "to": [-9.97916698455811, -6.20833349227905, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 6, - "parent": 8 - }, - { - "ty": 0, - "nm": "UI-Cube-animation-thing-", - "sr": 1, - "st": -140, - "op": 146, - "ip": 100, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [540, 529.067, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 1, "y": 0 }, "i": { "x": 0, "y": 1 }, "s": [34.3, 34.3, 100], "t": 152 }, - { "s": [0, 0, 100], "t": 172 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [49.937, 122.5, 0], - "t": 100, - "ti": [10.0104169845581, 5.875, 0], - "to": [-10.0104169845581, -5.875, 0] - }, - { - "o": { "x": 0.167, "y": 0.167 }, - "i": { "x": 0, "y": 0 }, - "s": [-10.125, 87.25, 0], - "t": 120, - "ti": [0, 0, 0], - "to": [0, 0, 0] - }, - { - "o": { "x": 1, "y": 0 }, - "i": { "x": 0, "y": 1 }, - "s": [-10.125, 87.25, 0], - "t": 126, - "ti": [-10.0208330154419, 6.20833349227905, 0], - "to": [10.0208330154419, -6.20833349227905, 0] - }, - { "s": [50, 50, 0], "t": 146 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "w": 1080, - "h": 1080, - "refId": "comp_0", - "ind": 7, - "parent": 8 - }, - { - "ty": 3, - "nm": "Null 10", - "sr": 1, - "st": -40, - "op": 146, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [50, 50, 0], "ix": 1 }, - "s": { "a": 0, "k": [221.8, 221.8, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [540, 538, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 0, "ix": 11 } - }, - "ef": [], - "ind": 8 - } - ], - "v": "5.4.3", - "fr": 60, - "op": 146, - "ip": 0, - "assets": [ - { - "nm": "", - "id": "comp_0", - "layers": [ - { - "ty": 4, - "nm": "Shape Layer 1", - "sr": 1, - "st": 0, - "op": 1799.7997997998, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [540, 540, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [], - "ind": 1 - }, - { - "ty": 4, - "nm": "Isometric Data thing 1 Outlines", - "sr": 1, - "st": 0, - "op": 1799.7997997998, - "ip": 0, - "hd": false, - "cl": "primary-colored-cube", - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [160.823, 191.372, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [539.969, 535.808, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Group 1", - "ix": 1, - "cix": 2, - "np": 2, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [80.36, -52.418], - [79.8, 144.887], - [-80.36, 52.418], - [-79.801, -144.887] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.0667, 0.2431, 0.698], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [80.61, 237.607], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - }, - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Group 2", - "ix": 2, - "cix": 2, - "np": 2, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [80.493, -144.887], - [80.493, 51.933], - [-80.493, 144.887], - [-79.933, -52.417] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.0471, 0.1725, 0.502], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [240.903, 237.606], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - }, - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Group 3", - "ix": 3, - "cix": 2, - "np": 2, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [160.293, -0.001], - [-0.132, 92.47], - [-160.293, 0.001], - [-1.173, -92.47] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.5608, 0.6745, 0.9922], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [161.102, 92.72], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - }, - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Shape 1", - "ix": 5, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [5.625, -13.688], - [0.625, -10.688], - [0.562, -10.688], - [-0.5, 183.81], - [-0.438, 185.874], - [5.875, 182.875] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.5608, 0.6745, 0.9922], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [160.075, 195.869], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 2 - } - ] - } - ] -} diff --git a/assets/lottie/progress-faucet.json b/assets/lottie/progress-faucet.json deleted file mode 100644 index c8a67625e..000000000 --- a/assets/lottie/progress-faucet.json +++ /dev/null @@ -1,2050 +0,0 @@ -{ - "v": "4.8.0", - "meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" }, - "fr": 60, - "ip": 0, - "op": 240, - "w": 300, - "h": 72, - "nm": "state-loading", - "ddd": 0, - "assets": [], - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "DAI Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { - "s": true, - "x": { - "a": 1, - "k": [ - { "i": { "x": [0.253], "y": [1] }, "o": { "x": [0.017], "y": [0.646] }, "t": 0, "s": [198] }, - { "i": { "x": [0.253], "y": [1] }, "o": { "x": [0], "y": [0] }, "t": 60, "s": [258] }, - { "i": { "x": [0.984], "y": [0.185] }, "o": { "x": [0.668], "y": [0] }, "t": 180, "s": [258] }, - { "t": 239, "s": [198] } - ], - "ix": 3 - }, - "y": { "a": 0, "k": 36, "ix": 4 } - }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0, 0, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.25, 0.25, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { "t": 180, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [-1.307, -3.624], - [0, 0], - [0, 0], - [0, 0], - [0, -0.358], - [0, 0], - [0.046, -0.388], - [0, 0], - [0, 0], - [0, 0], - [4.581, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [4.634, 0], - [0, 0], - [0, 0], - [0, 0], - [0.037, 0.346], - [0, 0], - [0, 0.403], - [0, 0], - [0, 0], - [0, 0], - [-1.341, 3.574], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-8.4, -9.419], - [-0.781, -9.419], - [8.673, -3.303], - [11.046, -3.303], - [11.046, -1.113], - [9.173, -1.113], - [9.229, -0.055], - [9.229, -0.001], - [9.159, 1.186], - [11.046, 1.186], - [11.046, 3.378], - [8.628, 3.378], - [-0.781, 9.419], - [-8.4, 9.419], - [-8.4, 3.378], - [-11.046, 3.378], - [-11.046, 1.186], - [-8.4, 1.186], - [-8.4, -1.113], - [-11.046, -1.113], - [-11.046, -3.303], - [-8.4, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [-1.172, 2.444] - ], - "o": [ - [0, 0], - [0, 0], - [3.387, 0], - [0, 0] - ], - "v": [ - [-6.27, 3.378], - [-6.27, 7.454], - [-0.781, 7.454], - [6.294, 3.378] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0.387], - [0, 0], - [0.049, 0.362], - [0, 0], - [0, 0] - ], - "o": [ - [0.051, -0.368], - [0, 0], - [0, -0.378], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [6.947, 1.186], - [7.025, 0.053], - [7.025, -0.001], - [6.95, -1.113], - [-6.27, -1.113], - [-6.27, 1.186] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [3.402, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [-1.165, -2.478] - ], - "v": [ - [-0.781, -7.456], - [-6.27, -7.456], - [-6.27, -3.303], - [6.311, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.814, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, 11.046], - [11.046, 0], - [0, -11.046] - ], - "o": [ - [11.046, 0], - [0, -11.046], - [-11.046, 0], - [0, 11.046] - ], - "v": [ - [0, 20], - [20, 0], - [0, -20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.992156922583, 0.756862804936, 0.203921583587, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 2, - "ty": 4, - "nm": "USDC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { - "s": true, - "x": { - "a": 1, - "k": [ - { "i": { "x": [0.253], "y": [1] }, "o": { "x": [0.01], "y": [0.646] }, "t": 0, "s": [174] }, - { "i": { "x": [0.253], "y": [1] }, "o": { "x": [0], "y": [0] }, "t": 60, "s": [204] }, - { "i": { "x": [0.99], "y": [0.259] }, "o": { "x": [0.709], "y": [0] }, "t": 180, "s": [204] }, - { "t": 239, "s": [174] } - ], - "ix": 3 - }, - "y": { "a": 0, "k": 36, "ix": 4 } - }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0, 0, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.25, 0.25, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { "t": 149, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, -11.046], - [11.046, 0], - [0, 11.046] - ], - "o": [ - [11.046, 0], - [0, 11.046], - [-11.046, 0], - [0, -11.046] - ], - "v": [ - [0, -20], - [20, 0], - [0, 20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [6.049, 1.933], - [0, -0.473], - [0, 0], - [-0.298, -0.109], - [0, -5.387], - [4.787, -1.754], - [0, -0.348], - [0, 0], - [-0.451, 0.144], - [0, 6.691] - ], - "o": [ - [-0.451, -0.144], - [0, 0], - [0, 0.317], - [4.787, 1.753], - [0, 5.387], - [-0.327, 0.12], - [0, 0], - [0, 0.474], - [6.049, -1.933], - [0, -6.69] - ], - "v": [ - [4.57, -14.083], - [3.75, -13.486], - [3.75, -12.321], - [4.287, -11.533], - [12.5, 0.208], - [4.287, 11.95], - [3.75, 12.738], - [3.75, 13.902], - [4.57, 14.5], - [15, 0.208] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0.451, -0.144], - [0, -6.69], - [-6.049, -1.933], - [0, 0.474], - [0, 0], - [0.298, 0.109], - [0, 5.387], - [-4.787, 1.753], - [0, 0.317] - ], - "o": [ - [0, -0.473], - [-6.049, 1.933], - [0, 6.691], - [0.451, 0.144], - [0, 0], - [0, -0.318], - [-4.787, -1.754], - [0, -5.387], - [0.298, -0.109], - [0, 0] - ], - "v": [ - [-3.75, -13.486], - [-4.57, -14.083], - [-15, 0.208], - [-4.57, 14.5], - [-3.75, 13.902], - [-3.75, 12.738], - [-4.287, 11.95], - [-12.5, 0.208], - [-4.287, -11.533], - [-3.75, -12.321] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [0.345, 0], - [0, 0], - [0, -0.345], - [0, 0], - [0, -2.116], - [-3.495, -0.47], - [0, -1.349], - [1.614, 0], - [0.265, 1.236], - [0.299, 0], - [0, 0], - [-0.062, -0.354], - [-2.727, -0.37], - [0, 0], - [-0.345, 0], - [0, 0], - [0, 0.346], - [0, 0], - [0, 2.221], - [3.434, 0.47], - [0, 1.185], - [-1.656, 0], - [-0.356, -1.205], - [-0.28, 0], - [0, 0], - [0.078, 0.358], - [2.012, 0.36], - [0, 0] - ], - "o": [ - [0, 0], - [-0.345, 0], - [0, 0], - [-2.478, 0.352], - [0, 2.738], - [2.37, 0.388], - [0, 1.348], - [-2.182, 0], - [-0.063, -0.293], - [0, 0], - [-0.359, 0], - [0.363, 2.081], - [0, 0], - [0, 0.346], - [0, 0], - [0.345, 0], - [0, 0], - [2.581, -0.41], - [0, -2.922], - [-2.534, -0.368], - [0, -1.124], - [1.497, 0], - [0.079, 0.269], - [0, 0], - [0.367, 0], - [-0.416, -1.904], - [0, 0], - [0, -0.345] - ], - "v": [ - [0.625, -9.792], - [-0.625, -9.792], - [-1.25, -9.167], - [-1.25, -7.23], - [-5.33, -3.113], - [-0.18, 1.158], - [2.865, 3.406], - [0.106, 5.654], - [-3.059, 3.463], - [-3.672, 2.956], - [-5.098, 2.956], - [-5.676, 3.633], - [-1.25, 7.61], - [-1.25, 9.583], - [-0.625, 10.208], - [0.625, 10.208], - [1.25, 9.583], - [1.25, 7.609], - [5.481, 3.181], - [0.269, -1.192], - [-2.755, -3.338], - [-0.241, -5.259], - [2.473, -3.532], - [3.073, -3.073], - [4.388, -3.073], - [4.962, -3.768], - [1.25, -7.175], - [1.25, -9.167] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.152941176471, 0.458823559331, 0.792156922583, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-9.313, 0], - [0, 9.313], - [9.313, 0], - [0, -9.313] - ], - "o": [ - [9.313, 0], - [0, -9.313], - [-9.313, 0], - [0, 9.313] - ], - "v": [ - [0, 16.863], - [16.863, -0.001], - [0, -16.863], - [-16.863, -0.001] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 3, - "ty": 4, - "nm": "LINK Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 150, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0, 0, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 3.333] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 4.333] }, - "o": { "x": [0.25, 0.25, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { "t": 120, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -7.718], - [6.737, -3.873], - [6.737, 3.848], - [0.022, 7.718], - [-6.712, 3.879], - [-6.712, -3.842] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -13.394], - [-2.468, -11.969], - [-9.196, -8.093], - [-11.667, -6.668], - [-11.667, -3.83], - [-11.667, 3.885], - [-11.667, 6.723], - [-9.196, 8.136], - [-2.462, 11.981], - [0.009, 13.394], - [2.48, 11.969], - [9.196, 8.093], - [11.667, 6.674], - [11.667, 3.836], - [11.667, -3.885], - [11.667, -6.723], - [9.196, -8.136], - [2.462, -11.981], - [-0.009, -13.394] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20.061], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.215686289469, 0.356862745098, 0.823529471603, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 4, - "ty": 4, - "nm": "WBTC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { - "s": true, - "x": { - "a": 1, - "k": [ - { "i": { "x": [0.632], "y": [1] }, "o": { "x": [0.01], "y": [0.719] }, "t": 0, "s": [126] }, - { "i": { "x": [0.632], "y": [1] }, "o": { "x": [0.124], "y": [0] }, "t": 60, "s": [96] }, - { "i": { "x": [0.984], "y": [0.214] }, "o": { "x": [0.595], "y": [0] }, "t": 180, "s": [96] }, - { "t": 239, "s": [126] } - ], - "ix": 3 - }, - "y": { "a": 0, "k": 36, "ix": 4 } - }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0, 0, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.25, 0.25, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { "t": 149, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-4.944, 0.008], - [-3.069, -2.049], - [-1.414, -3.409], - [0.72, -3.62], - [2.609, -2.609], - [3.62, -0.72], - [3.41, 1.414], - [2.05, 3.07], - [-0.001, 3.691], - [-3.496, 3.496] - ], - "o": [ - [3.691, -0.002], - [3.07, 2.05], - [1.413, 3.41], - [-0.72, 3.62], - [-2.61, 2.61], - [-3.62, 0.72], - [-3.409, -1.413], - [-2.049, -3.069], - [0.008, -4.944], - [3.496, -3.496] - ], - "v": [ - [-0.008, -18.658], - [10.36, -15.517], - [17.236, -7.144], - [18.299, 3.638], - [13.193, 13.192], - [3.638, 18.299], - [-7.144, 17.235], - [-15.517, 10.36], - [-18.658, -0.008], - [-13.187, -13.187] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [2.626, -0.001], - [3.288, -2.198], - [1.513, -3.655], - [-0.773, -3.879], - [-2.798, -2.796], - [-3.88, -0.77], - [-3.654, 1.515], - [-2.196, 3.289], - [0.001, 3.956], - [1.006, 2.426], - [1.858, 1.856], - [2.427, 1.004] - ], - "o": [ - [-3.956, 0.001], - [-3.288, 2.199], - [-1.512, 3.655], - [0.774, 3.879], - [2.798, 2.796], - [3.88, 0.77], - [3.654, -1.515], - [2.197, -3.29], - [-0.001, -2.627], - [-1.006, -2.426], - [-1.857, -1.856], - [-2.427, -1.004] - ], - "v": [ - [-0.008, -20], - [-11.118, -16.626], - [-18.481, -7.647], - [-19.615, 3.909], - [-14.137, 14.147], - [-3.895, 19.617], - [7.66, 18.474], - [16.633, 11.105], - [20, -0.008], - [18.474, -7.661], - [14.136, -14.148], - [7.646, -18.481] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0.554, -0.353], - [2.438, -0.353], - [1.255, 0.141], - [2.425, 2.051], - [0.132, 0.096], - [0, 0], - [-4.173, 0.002], - [0, 0], - [0, 0], - [-2.954, 2.521], - [-0.129, 0.132], - [0, 0] - ], - "o": [ - [-2.011, 1.421], - [-1.247, 0.199], - [-3.161, -0.306], - [-0.126, -0.092], - [0, 0], - [3.094, 3.055], - [0, 0], - [0, 0], - [3.882, -0.102], - [0.134, -0.126], - [0, 0], - [-0.556, 0.417] - ], - "v": [ - [8.988, -1.527], - [2.22, 1.173], - [-1.55, 1.261], - [-10.128, -2.359], - [-10.511, -2.637], - [-11.396, -1.845], - [0.111, 2.677], - [0.387, 2.677], - [0.431, 2.677], - [10.996, -1.376], - [11.395, -1.759], - [10.651, -2.678] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.981, 34.303], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [2.648, 3.137], - [0, 0], - [0.155, 0.144], - [0, 0], - [5.701, -6.71], - [0, 0], - [-0.061, 4.104] - ], - "o": [ - [0, 0], - [-0.147, -0.153], - [0, 0], - [4.833, 5.49], - [0, 0], - [2.739, -3.058], - [0.06, -4.105] - ], - "v": [ - [-1.365, -10.945], - [-1.373, -10.945], - [-1.825, -11.394], - [-2.648, -10.492], - [-2.496, 10.424], - [-1.695, 11.393], - [2.647, 0.286] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [34.339, 19.918], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 3", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-2.646, 2.889], - [0, 0], - [0, 0], - [-5.446, -5.182], - [0, 0], - [0.003, 3.919] - ], - "o": [ - [0, 0], - [0, 0], - [-6.374, 6.682], - [0, 0], - [-2.651, -2.885], - [-0.004, -3.918] - ], - "v": [ - [2.682, -10.545], - [2.68, -10.545], - [1.74, -11.368], - [1.74, 11.367], - [2.699, 10.617], - [-1.427, 0.039] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [5.695, 19.924], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 4", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 4, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [3.916, 0.108], - [0, 0], - [0, 0], - [1.237, -0.288], - [0, 0], - [0, 0], - [1.127, -0.598], - [0.973, -1.008], - [0, 0], - [-2.586, 0.602], - [-2.553, -0.73], - [0, 0], - [-0.109, -0.036], - [-0.153, -0.056], - [0, 0], - [-0.205, -0.087], - [0, 0], - [-1.352, -1.158], - [0, 0], - [0.117, 0.109] - ], - "o": [ - [0, 0], - [0, 0], - [-1.27, 0.018], - [0, 0], - [0, 0], - [-1.233, 0.331], - [-1.235, 0.663], - [0, 0], - [1.969, -1.781], - [2.586, -0.601], - [0, 0], - [0.112, 0.033], - [0.157, 0.05], - [0, 0], - [0.209, 0.077], - [0, 0], - [1.636, 0.704], - [0, 0], - [-0.115, -0.115], - [-2.962, -2.566] - ], - "v": [ - [0.402, -2.694], - [-0.225, -2.694], - [-0.269, -2.694], - [-4.041, -2.234], - [-4.295, -2.172], - [-4.505, -2.117], - [-8.057, -0.719], - [-11.388, 1.803], - [-10.579, 2.685], - [-3.633, -0.948], - [4.203, -0.751], - [4.425, -0.688], - [4.755, -0.585], - [5.223, -0.425], - [5.377, -0.37], - [6, -0.124], - [6.025, -0.113], - [10.533, 2.695], - [11.389, 1.77], - [11.038, 1.441] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.037, 5.619], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 5", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 5, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -2.301], - [1.095, 0], - [0, 0] - ], - "o": [ - [0, 2.213], - [0, 0], - [1.097, 0] - ], - "v": [ - [2.745, -3.194], - [-1.801, -1.249], - [-1.801, -5.148] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [1.318, 0], - [0, 0], - [0, -2.533] - ], - "o": [ - [0, 2.419], - [0, 0], - [1.318, 0], - [0, 0] - ], - "v": [ - [3.646, 2.858], - [-1.805, 5], - [-1.805, 0.718], - [3.646, 2.868] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [2.514, 0.241], - [0, 0], - [0, 0], - [0, 0], - [0.519, -0.019], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.021, -0.025], - [-0.206, -0.16], - [-0.037, -0.258], - [0, 0], - [0.039, -0.082], - [0.068, -0.059], - [0.086, -0.03], - [0.09, 0.006], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [-0.295, 3.078], - [1.858, 0.443], - [0.169, 1.688] - ], - "o": [ - [-0.221, -2.32], - [0, 0], - [0, 0], - [0, 0], - [-0.512, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.259, -0.029], - [0.205, 0.16], - [0, 0], - [-0.006, 0.09], - [-0.04, 0.081], - [-0.068, 0.06], - [-0.085, 0.029], - [0.025, 0.023], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [3.281, -0.191], - [0.232, -2.48], - [1.13, -0.576], - [0, 0] - ], - "v": [ - [6.37, -4.057], - [1.648, -7.386], - [1.648, -10.568], - [-0.283, -10.568], - [-0.283, -7.449], - [-1.835, -7.43], - [-1.835, -10.568], - [-3.777, -10.568], - [-3.777, -7.367], - [-7.714, -7.367], - [-7.714, -5.284], - [-6.301, -5.284], - [-5.576, -5.08], - [-5.197, -4.429], - [-5.197, 4.337], - [-5.266, 4.597], - [-5.428, 4.81], - [-5.661, 4.946], - [-5.926, 4.981], - [-7.34, 4.981], - [-7.723, 7.307], - [-3.801, 7.307], - [-3.801, 10.568], - [-1.859, 10.568], - [-1.859, 7.355], - [-0.307, 7.355], - [-0.307, 10.547], - [1.635, 10.547], - [1.635, 7.33], - [7.492, 3.242], - [4.704, -0.785], - [6.374, -4.063] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 0.588235294118, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.658, 20.425], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 6", - "np": 7, - "cix": 2, - "bm": 0, - "ix": 6, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.960784373564, 0.960784373564, 0.960784373564, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 7", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 7, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 5, - "ty": 4, - "nm": "ETH Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { - "s": true, - "x": { - "a": 1, - "k": [ - { "i": { "x": [0.549], "y": [1] }, "o": { "x": [0.026], "y": [0.776] }, "t": 0, "s": [102] }, - { "i": { "x": [0.549], "y": [1] }, "o": { "x": [0.151], "y": [0] }, "t": 60, "s": [42] }, - { "i": { "x": [0.99], "y": [0.347] }, "o": { "x": [0.794], "y": [0] }, "t": 180, "s": [42] }, - { "t": 239, "s": [102] } - ], - "ix": 3 - }, - "y": { "a": 0, "k": 36, "ix": 4 } - }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0, 0, 1], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.25, 0.25, 0], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { "t": 180, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.001, -13.334], - [8.334, 0.072], - [0.001, 4.848], - [-8.334, 0.072] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-0.002, 6.294], - [8.334, 1.212], - [-0.002, 13.334], - [-8.333, 1.214] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.999, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "o": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "v": [ - [-20, 0], - [0, -20], - [20, 0], - [0, 20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.36862745098, 0.486274539723, 0.945098099054, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - } - ], - "markers": [] -} diff --git a/assets/lottie/progress-plane.json b/assets/lottie/progress-plane.json deleted file mode 100644 index a72606b6e..000000000 --- a/assets/lottie/progress-plane.json +++ /dev/null @@ -1,589 +0,0 @@ -{ - "nm": "avioncito", - "ddd": 0, - "h": 80, - "w": 280, - "meta": { "g": "@lottiefiles/toolkit-js 0.26.1" }, - "layers": [ - { - "ty": 3, - "nm": "size wiggler", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [140, 40, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 0, "ix": 11 } - }, - "ef": [ - { - "ty": 0, - "mn": "ADBE Slider Control", - "nm": "Slider Control", - "ix": 1, - "en": 1, - "ef": [ - { - "ty": 0, - "mn": "ADBE Slider Control-0001", - "nm": "Slider", - "ix": 1, - "v": { - "a": 1, - "k": [ - { "o": { "x": 0.736, "y": 0 }, "i": { "x": 0.499, "y": 1 }, "s": [70], "t": 9 }, - { "o": { "x": 0.557, "y": 0 }, "i": { "x": 0.667, "y": 1 }, "s": [111], "t": 64 }, - { "s": [70], "t": 111 } - ], - "ix": 1 - } - } - ] - } - ], - "ind": 1 - }, - { - "ty": 4, - "nm": "avioncito 2", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "cl": "primary-colored", - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [111.111, 111.111, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [2.222, 0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Color", - "ix": 1, - "cix": 2, - "np": 4, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, -0.07], - [-0.51, -0.3], - [-0.3, 0], - [-0.24, 0.13], - [0, 0], - [0, 0.62], - [0.56, 0.3], - [0, 0], - [0.5, -0.3], - [0, -0.59], - [-0.03, -0.07], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0.59], - [0.26, 0.16], - [0.26, 0], - [0, 0], - [0.55, -0.29], - [0, -0.62], - [0, 0], - [-0.52, -0.28], - [-0.51, 0.31], - [0, 0.07], - [0, 0], - [0, 0], - [-0.03, 0.06] - ], - "v": [ - [-10, 8.33], - [-9.19, 9.76], - [-8.33, 10], - [-7.57, 9.81], - [9.15, 1.48], - [10.04, 0], - [9.14, -1.48], - [-7.56, -9.8], - [-9.19, -9.76], - [-10, -8.33], - [-9.96, -8.12], - [-6.71, 0], - [-9.96, 8.13] - ] - }, - "ix": 2 - } - }, - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 2", - "ix": 2, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, 0], - [-0.02, 0], - [0, 0], - [0, 0.31], - [0.31, 0], - [0, 0], - [0.02, 0], - [0, 0], - [-0.07, 0.04], - [-0.26, -0.14], - [0, 0], - [0, -0.1], - [0.26, -0.13], - [0, 0], - [0.08, 0.05], - [0.03, 0.23] - ], - "o": [ - [0.02, 0.01], - [0, 0], - [0.31, 0], - [0, -0.31], - [0, 0], - [-0.02, 0], - [0, 0], - [0.03, -0.23], - [0.08, -0.05], - [0, 0], - [0.27, 0.14], - [0, 0.1], - [0, 0], - [-0.25, 0.13], - [-0.07, -0.05], - [0, 0] - ], - "v": [ - [-5.732, 0.544], - [-5.682, 0.554], - [2.238, 0.554], - [2.798, 0.004], - [2.238, -0.556], - [-5.682, -0.556], - [-5.732, -0.546], - [-8.882, -8.416], - [-8.622, -8.806], - [-8.062, -8.816], - [8.628, -0.486], - [8.928, 0.004], - [8.638, 0.484], - [-8.072, 8.824], - [-8.622, 8.814], - [-8.882, 8.424] - ] - }, - "ix": 2 - } - }, - { "ty": "mm", "bm": 0, "hd": false, "mn": "ADBE Vector Filter - Merge", "nm": "Merge Paths 1", "mm": 1 }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.0863, 0.3137, 0.898], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [200, 200], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 2, - "parent": 3 - }, - { - "ty": 3, - "nm": "circulo 2", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 1, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 0.107, "y": 0 }, "i": { "x": 0.156, "y": 1 }, "s": [0, 0, 100], "t": 0 }, - { "o": { "x": 0.859, "y": 0 }, "i": { "x": 0.898, "y": 1 }, "s": [90, 90, 100], "t": 60 }, - { "s": [0, 0, 100], "t": 120 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 0, "y": 0 }, - "i": { "x": 0.124, "y": 0.585 }, - "s": [-18, 87, 0], - "t": 0, - "ti": [-59.5, 2, 0], - "to": [58, -34, 0] - }, - { - "o": { "x": 0.859, "y": 0.403 }, - "i": { "x": 1, "y": 1 }, - "s": [140, 40, 0], - "t": 60, - "ti": [-58.5, -33.5, 0], - "to": [59.5, -2, 0] - }, - { "s": [298.5, 88, 0], "t": 120 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0.7, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "ind": 3 - }, - { - "ty": 4, - "nm": "avioncito", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "ln": "plane", - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [155.111, 155.111, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [1.628, -0.06, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Color", - "ix": 1, - "cix": 2, - "np": 2, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0, -0.07], - [-0.51, -0.3], - [-0.3, 0], - [-0.24, 0.13], - [0, 0], - [0, 0.62], - [0.56, 0.3], - [0, 0], - [0.5, -0.3], - [0, -0.59], - [-0.03, -0.07], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0.59], - [0.26, 0.16], - [0.26, 0], - [0, 0], - [0.55, -0.29], - [0, -0.62], - [0, 0], - [-0.52, -0.28], - [-0.51, 0.31], - [0, 0.07], - [0, 0], - [0, 0], - [-0.03, 0.06] - ], - "v": [ - [-10, 8.33], - [-9.19, 9.76], - [-8.33, 10], - [-7.57, 9.81], - [9.15, 1.48], - [10.04, 0], - [9.14, -1.48], - [-7.56, -9.8], - [-9.19, -9.76], - [-10, -8.33], - [-9.96, -8.12], - [-6.71, 0], - [-9.96, 8.13] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [1, 1, 1], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [200, 200], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 4, - "parent": 5 - }, - { - "ty": 3, - "nm": "circulo", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 1, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 0.107, "y": 0 }, "i": { "x": 0.156, "y": 1 }, "s": [0, 0, 100], "t": 0 }, - { "o": { "x": 0.859, "y": 0 }, "i": { "x": 0.898, "y": 1 }, "s": [90, 90, 100], "t": 60 }, - { "s": [0, 0, 100], "t": 120 } - ], - "ix": 6 - }, - "sk": { "a": 0, "k": 0 }, - "p": { - "a": 1, - "k": [ - { - "o": { "x": 0, "y": 0 }, - "i": { "x": 0.124, "y": 0.585 }, - "s": [-18, 87, 0], - "t": 0, - "ti": [-59.5, 2, 0], - "to": [58, -34, 0] - }, - { - "o": { "x": 0.859, "y": 0.403 }, - "i": { "x": 1, "y": 1 }, - "s": [140, 40, 0], - "t": 60, - "ti": [-58.5, -33.5, 0], - "to": [59.5, -2, 0] - }, - { "s": [298.5, 88, 0], "t": 120 } - ], - "ix": 2 - }, - "r": { "a": 0, "k": 0.7, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "ind": 5 - }, - { - "ty": 4, - "nm": "line punteada", - "sr": 1, - "st": 0, - "op": 301, - "ip": 0, - "hd": false, - "cl": "primary-colored", - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [140, 39.25, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Shape 1", - "ix": 1, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": false, - "i": [ - [-56.009, 36.086], - [-78.5, -50.5] - ], - "o": [ - [74.5, -48], - [85.444, 54.967] - ], - "v": [ - [-136.5, 38], - [136.75, 37.75] - ] - }, - "ix": 2 - } - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 2, - "ml": 1, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 3, "ix": 5 }, - "d": [ - { "nm": "dash", "n": "d", "v": { "a": 0, "k": 13.7, "ix": 1 } }, - { - "nm": "offset", - "n": "o", - "v": { - "a": 1, - "k": [ - { "o": { "x": 0.167, "y": 0.167 }, "i": { "x": 0.833, "y": 0.833 }, "s": [0], "t": 0 }, - { "s": [-109.7], "t": 240 } - ], - "ix": 7 - } - } - ], - "c": { "a": 0, "k": [0.0863, 0.3137, 0.898], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 6 - } - ], - "v": "5.6.4", - "fr": 60, - "op": 120, - "ip": 0, - "assets": [] -} diff --git a/assets/lottie/success-confetti.json b/assets/lottie/success-confetti.json deleted file mode 100644 index 7dcf702ed..000000000 --- a/assets/lottie/success-confetti.json +++ /dev/null @@ -1 +0,0 @@ -{"v":"5.7.3","fr":60,"ip":0,"op":180,"w":1920,"h":1920,"nm":"animation","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Tick","parent":4,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":3.115,"s":[100]},{"t":20.796875,"s":[100]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[-165]},{"t":39,"s":[0]}],"ix":10},"p":{"a":0,"k":[346.916,346.917,0],"ix":2},"a":{"a":0,"k":[278.033,227.218,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19.533,"s":[20,20,100]},{"t":38.48046875,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-153.033,0.588],[-51.404,102.218],[153.032,-102.218]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":55,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[278.033,227.218],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.67],"y":[0]},"t":20.164,"s":[0]},{"t":38.48046875,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":1800,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Glow Mask","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":3.115,"s":[100]},{"t":20.796875,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.783,"y":0.48},"o":{"x":0.506,"y":0},"t":0,"s":[1099.01,1187.835,0],"to":[-51.058,-20.951,0],"ti":[23.519,29.424,0]},{"i":{"x":0.576,"y":1},"o":{"x":0.337,"y":0.496},"t":19.533,"s":[989.155,1114.015,0],"to":[-26.997,-33.775,0],"ti":[3.563,56.649,0]},{"t":32.1640625,"s":[947.01,981.835,0]}],"ix":2},"a":{"a":0,"k":[346.917,346.917,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19.533,"s":[20,20,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":38.48,"s":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":51.109,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":58.688,"s":[102,102,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":63.74,"s":[98,98,100]},{"t":70.0546875,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-191.459],[191.459,0],[0,191.458],[-191.458,0]],"o":[[0,191.458],[-191.458,0],[0,-191.459],[191.459,0]],"v":[[346.667,0],[0,346.667],[-346.667,0],[0,-346.666]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.442999985639,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[346.916,346.917],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Glow","tt":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":3.115,"s":[100]},{"i":{"x":[0.833],"y":[0.643]},"o":{"x":[0.72],"y":[0]},"t":70.055,"s":[100]},{"t":89,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.788},"o":{"x":0.72,"y":0},"t":59.951,"s":[56,440,0],"to":[226.667,131.333,0],"ti":[-226.667,-131.333,0]},{"t":89,"s":[1416,1228,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[348.655,1.947],[0,0],[35.647,880.072]],"o":[[0,0],[-8.868,-0.049],[0,0],[-3.819,-94.283]],"v":[[211.999,-440],[-480,280],[-136,648],[483.999,-312]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.76862745098,0.823067997951,1,1],"ix":4},"o":{"a":0,"k":30,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Background Circle (Blue)","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":8,"s":[100]},{"t":20.796875,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,960,0],"ix":2},"a":{"a":0,"k":[346.917,346.917,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19.533,"s":[20,20,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":39,"s":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":51.109,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":58.688,"s":[102,102,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":63.74,"s":[98,98,100]},{"t":70.0546875,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-191.459],[191.459,0],[0,191.458],[-191.458,0]],"o":[[0,191.458],[-191.458,0],[0,-191.459],[191.459,0]],"v":[[346.667,0],[0,346.667],[-346.667,0],[0,-346.666]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.313725490196,0.81568627451,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[346.916,346.917],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Element 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.174,"y":0},"t":15.99,"s":[957.368,957.581,0],"to":[-154.333,61,0],"ti":[34.333,-69,0]},{"t":32.615234375,"s":[774.545,1455.048,0]}],"ix":2},"a":{"a":0,"k":[88.379,84.132,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-17.539,13.457],[-12.743,-16.607],[0,0]],"o":[[-12.743,-16.608],[17.539,-13.458],[0,0],[0,0]],"v":[[-25.635,34.132],[-16.894,-20.673],[38.306,-14.931],[38.379,-14.837]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.685999971278,0.501999978458,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[88.378,84.131],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Element 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.229,"y":0},"t":15.99,"s":[960,960,0],"to":[59.019,77.842,0],"ti":[-71.667,-48,0]},{"t":34.6953125,"s":[1314.113,1427.051,0]}],"ix":2},"a":{"a":0,"k":[33.514,41.664,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.281,-1.895],[0,0],[1.894,3.281],[0,0],[-3.281,1.894],[0,0],[-1.894,-3.282],[0,0]],"o":[[0,0],[-3.281,1.894],[0,0],[-1.894,-3.283],[0,0],[3.281,-1.895],[0,0],[1.894,3.281]],"v":[[28.859,29.055],[10.732,39.52],[1.361,37.009],[-31.37,-19.681],[-28.859,-29.053],[-10.732,-39.519],[-1.361,-37.008],[31.37,19.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.275,0.513999968884,0.961000031116,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.514,41.664],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Element 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.189,"y":0},"t":15.99,"s":[961.262,961.213,0],"to":[70.333,-5.667,0],"ti":[-62.333,-30.333,0]},{"t":33.134765625,"s":[1420.768,1239.936,0]}],"ix":2},"a":{"a":0,"k":[60.548,78.82,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.886,-21.917],[20.753,2.734],[0.039,0.005]],"o":[[20.754,2.733],[-2.886,21.918],[-0.04,-0.005],[0,0]],"v":[[-12.409,-41.32],[20.162,3.615],[-22.93,38.586],[-23.048,38.571]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.149019607843,0.505882352941,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[60.548,78.82],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Element 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.263,"y":0},"t":15.99,"s":[959.692,959.692,0],"to":[46.333,-81.667,0],"ti":[-98.333,51.667,0]},{"t":46.126953125,"s":[1397.413,873.271,0]}],"ix":2},"a":{"a":0,"k":[47.326,47.325,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.644,-3.948],[0,0],[-3.912,2.92],[0,0],[0.157,-12.294],[0,0],[-3.985,-2.819],[0,0],[11.74,-3.65],[0,0],[1.449,-4.662],[0,0],[7.098,10.038],[0,0],[4.882,-0.063],[0,0],[-7.354,9.853],[0,0],[1.569,4.624],[0,0]],"o":[[0,0],[4.623,1.568],[0,0],[9.854,-7.353],[0,0],[-0.062,4.882],[0,0],[10.038,7.099],[0,0],[-4.662,1.449],[0,0],[-3.649,11.74],[0,0],[-2.82,-3.986],[0,0],[-12.293,0.156],[0,0],[2.92,-3.913],[0,0],[-3.948,-11.644]],"v":[[-17.558,-36.37],[-13.481,-34.987],[0.154,-37.147],[3.606,-39.722],[27.31,-27.644],[27.255,-23.339],[33.522,-11.038],[37.038,-8.552],[32.877,17.724],[28.763,19.002],[19.003,28.764],[17.724,32.876],[-8.551,37.037],[-11.037,33.522],[-23.338,27.255],[-27.644,27.31],[-39.721,3.606],[-37.146,0.155],[-34.987,-13.481],[-36.37,-17.558]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.736999990426,0.195999998205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.325,47.325],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Element 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.229,"y":0},"t":15.99,"s":[958.09,958.244,0],"to":[18.333,-110,0],"ti":[-64.333,76,0]},{"t":34.6953125,"s":[1316.148,645.839,0]}],"ix":2},"a":{"a":0,"k":[77.856,74.774,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.731,9.768],[-9.249,-12.055],[-0.018,-0.022]],"o":[[-9.249,-12.055],[12.73,-9.768],[0.018,0.023],[0,0]],"v":[[-18.607,24.774],[-12.262,-15.006],[27.805,-10.838],[27.857,-10.77]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.149019607843,0.505882352941,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[77.856,74.774],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Element 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.189,"y":0},"t":15.99,"s":[959.693,959.693,0],"to":[-138,24.333,0],"ti":[110,-64.333,0]},{"t":33.134765625,"s":[529.471,1363.811,0]}],"ix":2},"a":{"a":0,"k":[47.326,47.325,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.644,-3.948],[0,0],[-3.913,2.92],[0,0],[0.157,-12.294],[0,0],[-3.986,-2.819],[0,0],[11.74,-3.65],[0,0],[1.449,-4.662],[0,0],[7.099,10.038],[0,0],[4.881,-0.062],[0,0],[-7.353,9.853],[0,0],[1.568,4.624],[0,0]],"o":[[0,0],[4.623,1.567],[0,0],[9.853,-7.352],[0,0],[-0.063,4.882],[0,0],[10.038,7.1],[0,0],[-4.662,1.449],[0,0],[-3.649,11.741],[0,0],[-2.819,-3.987],[0,0],[-12.293,0.157],[0,0],[2.92,-3.913],[0,0],[-3.948,-11.644]],"v":[[-17.558,-36.37],[-13.481,-34.987],[0.154,-37.147],[3.605,-39.723],[27.31,-27.644],[27.255,-23.339],[33.521,-11.038],[37.037,-8.553],[32.875,17.724],[28.763,19.002],[19.003,28.764],[17.724,32.875],[-8.552,37.037],[-11.039,33.522],[-23.339,27.254],[-27.645,27.31],[-39.722,3.606],[-37.146,0.154],[-34.987,-13.481],[-36.37,-17.558]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.737254901961,0.196078446332,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.325,47.325],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Element 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.283,"y":0},"t":15.99,"s":[960,960,0],"to":[-178.333,3,0],"ti":[124.333,-150,0]},{"t":47.166015625,"s":[517.297,1177.159,0]}],"ix":2},"a":{"a":0,"k":[30.771,30.771,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.856],[16.856,0],[0,16.856],[-16.857,0]],"o":[[0,16.856],[-16.857,0],[0,-16.856],[16.856,0]],"v":[[30.521,0],[0,30.521],[-30.521,0],[0,-30.521]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.149019607843,0.505882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.771,30.771],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Element 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.273,"y":0},"t":15.99,"s":[960,960,0],"to":[-94.667,-86.667,0],"ti":[140.667,20.667,0]},{"t":46.64453125,"s":[446.624,934.727,0]}],"ix":2},"a":{"a":0,"k":[42,25.144,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.829,-3.697],[0,0],[3.698,-0.828],[0,0],[0.83,3.697],[0,0],[-3.697,0.828],[0,0]],"o":[[0,0],[0.829,3.697],[0,0],[-3.697,0.828],[0,0],[-0.828,-3.697],[0,0],[3.697,-0.828]],"v":[[36.343,-18.872],[40.921,1.552],[35.727,9.747],[-28.148,24.066],[-36.344,18.872],[-40.922,-1.553],[-35.728,-9.747],[28.148,-24.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.313725490196,0.81568627451,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42,25.144],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Element 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.174,"y":0},"t":15.99,"s":[959.693,959.692,0],"to":[-113.667,-146,0],"ti":[119.667,22.5,0]},{"t":42.48828125,"s":[529.471,736.071,0]}],"ix":2},"a":{"a":0,"k":[47.326,47.325,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.644,-3.948],[0,0],[-3.913,2.92],[0,0],[0.157,-12.294],[0,0],[-3.986,-2.819],[0,0],[11.74,-3.65],[0,0],[1.449,-4.662],[0,0],[7.099,10.038],[0,0],[4.881,-0.063],[0,0],[-7.353,9.854],[0,0],[1.568,4.624],[0,0]],"o":[[0,0],[4.623,1.568],[0,0],[9.853,-7.353],[0,0],[-0.063,4.882],[0,0],[10.038,7.099],[0,0],[-4.662,1.449],[0,0],[-3.649,11.74],[0,0],[-2.819,-3.986],[0,0],[-12.293,0.157],[0,0],[2.92,-3.912],[0,0],[-3.948,-11.644]],"v":[[-17.558,-36.37],[-13.481,-34.987],[0.154,-37.147],[3.605,-39.722],[27.31,-27.644],[27.255,-23.339],[33.521,-11.038],[37.037,-8.552],[32.875,17.724],[28.763,19.002],[19.003,28.764],[17.724,32.876],[-8.552,37.037],[-11.039,33.522],[-23.339,27.255],[-27.645,27.309],[-39.722,3.605],[-37.146,0.154],[-34.987,-13.481],[-36.37,-17.558]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.274509803922,0.513725490196,0.960784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.325,47.325],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Element 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.601]},"o":{"x":[0.72],"y":[0]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.292,"y":0},"t":15.99,"s":[960,960,0],"to":[-95.667,-127,0],"ti":[3.667,95,0]},{"t":47.6875,"s":[788.638,547.457,0]}],"ix":2},"a":{"a":0,"k":[33.515,41.664,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.281,-1.895],[0,0],[1.895,3.281],[0,0],[-3.281,1.894],[0,0],[-1.895,-3.281],[0,0]],"o":[[0,0],[-3.282,1.895],[0,0],[-1.895,-3.281],[0,0],[3.281,-1.894],[0,0],[1.895,3.282]],"v":[[28.859,29.054],[10.733,39.519],[1.36,37.008],[-31.37,-19.683],[-28.859,-29.054],[-10.732,-39.52],[-1.36,-37.009],[31.37,19.682]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.274509803922,0.513725490196,0.960784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.515,41.664],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Element 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10.793,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12.871,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":27.42,"s":[100]},{"t":56,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.252,"y":0},"t":15.99,"s":[960,960,0],"to":[22,-151.667,0],"ti":[40,75.667,0]},{"t":45.607421875,"s":[1027.199,504.507,0]}],"ix":2},"a":{"a":0,"k":[30.771,30.771,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.856],[16.856,0],[0,16.857],[-16.857,0]],"o":[[0,16.857],[-16.857,0],[0,-16.856],[16.856,0]],"v":[[30.522,-0.001],[0,30.522],[-30.522,-0.001],[0,-30.522]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.685999971278,0.501999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.771,30.772],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":1815,"st":15,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/assets/lottie/success-faucet.json b/assets/lottie/success-faucet.json deleted file mode 100644 index c38c169f9..000000000 --- a/assets/lottie/success-faucet.json +++ /dev/null @@ -1,2088 +0,0 @@ -{ - "v": "4.8.0", - "meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" }, - "fr": 60, - "ip": 0, - "op": 240, - "w": 300, - "h": 72, - "nm": "finish", - "ddd": 0, - "assets": [], - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "DAI Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 258, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 1.515] }, - "t": 0, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 2.515] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 20, - "s": [120, 120, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, - "t": 60, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 180, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 200, - "s": [120, 120, 100] - }, - { "t": 240, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [-1.307, -3.624], - [0, 0], - [0, 0], - [0, 0], - [0, -0.358], - [0, 0], - [0.046, -0.388], - [0, 0], - [0, 0], - [0, 0], - [4.581, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [4.634, 0], - [0, 0], - [0, 0], - [0, 0], - [0.037, 0.346], - [0, 0], - [0, 0.403], - [0, 0], - [0, 0], - [0, 0], - [-1.341, 3.574], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-8.4, -9.419], - [-0.781, -9.419], - [8.673, -3.303], - [11.046, -3.303], - [11.046, -1.113], - [9.173, -1.113], - [9.229, -0.055], - [9.229, -0.001], - [9.159, 1.186], - [11.046, 1.186], - [11.046, 3.378], - [8.628, 3.378], - [-0.781, 9.419], - [-8.4, 9.419], - [-8.4, 3.378], - [-11.046, 3.378], - [-11.046, 1.186], - [-8.4, 1.186], - [-8.4, -1.113], - [-11.046, -1.113], - [-11.046, -3.303], - [-8.4, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [-1.172, 2.444] - ], - "o": [ - [0, 0], - [0, 0], - [3.387, 0], - [0, 0] - ], - "v": [ - [-6.27, 3.378], - [-6.27, 7.454], - [-0.781, 7.454], - [6.294, 3.378] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0.387], - [0, 0], - [0.049, 0.362], - [0, 0], - [0, 0] - ], - "o": [ - [0.051, -0.368], - [0, 0], - [0, -0.378], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [6.947, 1.186], - [7.025, 0.053], - [7.025, -0.001], - [6.95, -1.113], - [-6.27, -1.113], - [-6.27, 1.186] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [3.402, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [-1.165, -2.478] - ], - "v": [ - [-0.781, -7.456], - [-6.27, -7.456], - [-6.27, -3.303], - [6.311, -3.303] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.814, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, 11.046], - [11.046, 0], - [0, -11.046] - ], - "o": [ - [11.046, 0], - [0, -11.046], - [-11.046, 0], - [0, 11.046] - ], - "v": [ - [0, 20], - [20, 0], - [0, -20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.992156922583, 0.756862804936, 0.203921583587, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 2, - "ty": 4, - "nm": "USDC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 204, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 10, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 30, - "s": [120, 120, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, - "t": 70, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 165, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 185, - "s": [120, 120, 100] - }, - { "t": 225, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-11.046, 0], - [0, -11.046], - [11.046, 0], - [0, 11.046] - ], - "o": [ - [11.046, 0], - [0, 11.046], - [-11.046, 0], - [0, -11.046] - ], - "v": [ - [0, -20], - [20, 0], - [0, 20], - [-20, 0] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [6.049, 1.933], - [0, -0.473], - [0, 0], - [-0.298, -0.109], - [0, -5.387], - [4.787, -1.754], - [0, -0.348], - [0, 0], - [-0.451, 0.144], - [0, 6.691] - ], - "o": [ - [-0.451, -0.144], - [0, 0], - [0, 0.317], - [4.787, 1.753], - [0, 5.387], - [-0.327, 0.12], - [0, 0], - [0, 0.474], - [6.049, -1.933], - [0, -6.69] - ], - "v": [ - [4.57, -14.083], - [3.75, -13.486], - [3.75, -12.321], - [4.287, -11.533], - [12.5, 0.208], - [4.287, 11.95], - [3.75, 12.738], - [3.75, 13.902], - [4.57, 14.5], - [15, 0.208] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0.451, -0.144], - [0, -6.69], - [-6.049, -1.933], - [0, 0.474], - [0, 0], - [0.298, 0.109], - [0, 5.387], - [-4.787, 1.753], - [0, 0.317] - ], - "o": [ - [0, -0.473], - [-6.049, 1.933], - [0, 6.691], - [0.451, 0.144], - [0, 0], - [0, -0.318], - [-4.787, -1.754], - [0, -5.387], - [0.298, -0.109], - [0, 0] - ], - "v": [ - [-3.75, -13.486], - [-4.57, -14.083], - [-15, 0.208], - [-4.57, 14.5], - [-3.75, 13.902], - [-3.75, 12.738], - [-4.287, 11.95], - [-12.5, 0.208], - [-4.287, -11.533], - [-3.75, -12.321] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 3, - "ty": "sh", - "ix": 4, - "ks": { - "a": 0, - "k": { - "i": [ - [0.345, 0], - [0, 0], - [0, -0.345], - [0, 0], - [0, -2.116], - [-3.495, -0.47], - [0, -1.349], - [1.614, 0], - [0.265, 1.236], - [0.299, 0], - [0, 0], - [-0.062, -0.354], - [-2.727, -0.37], - [0, 0], - [-0.345, 0], - [0, 0], - [0, 0.346], - [0, 0], - [0, 2.221], - [3.434, 0.47], - [0, 1.185], - [-1.656, 0], - [-0.356, -1.205], - [-0.28, 0], - [0, 0], - [0.078, 0.358], - [2.012, 0.36], - [0, 0] - ], - "o": [ - [0, 0], - [-0.345, 0], - [0, 0], - [-2.478, 0.352], - [0, 2.738], - [2.37, 0.388], - [0, 1.348], - [-2.182, 0], - [-0.063, -0.293], - [0, 0], - [-0.359, 0], - [0.363, 2.081], - [0, 0], - [0, 0.346], - [0, 0], - [0.345, 0], - [0, 0], - [2.581, -0.41], - [0, -2.922], - [-2.534, -0.368], - [0, -1.124], - [1.497, 0], - [0.079, 0.269], - [0, 0], - [0.367, 0], - [-0.416, -1.904], - [0, 0], - [0, -0.345] - ], - "v": [ - [0.625, -9.792], - [-0.625, -9.792], - [-1.25, -9.167], - [-1.25, -7.23], - [-5.33, -3.113], - [-0.18, 1.158], - [2.865, 3.406], - [0.106, 5.654], - [-3.059, 3.463], - [-3.672, 2.956], - [-5.098, 2.956], - [-5.676, 3.633], - [-1.25, 7.61], - [-1.25, 9.583], - [-0.625, 10.208], - [0.625, 10.208], - [1.25, 9.583], - [1.25, 7.609], - [5.481, 3.181], - [0.269, -1.192], - [-2.755, -3.338], - [-0.241, -5.259], - [2.473, -3.532], - [3.073, -3.073], - [4.388, -3.073], - [4.962, -3.768], - [1.25, -7.175], - [1.25, -9.167] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 4", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.152941176471, 0.458823559331, 0.792156922583, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-9.313, 0], - [0, 9.313], - [9.313, 0], - [0, -9.313] - ], - "o": [ - [9.313, 0], - [0, -9.313], - [-9.313, 0], - [0, 9.313] - ], - "v": [ - [0, 16.863], - [16.863, -0.001], - [0, -16.863], - [-16.863, -0.001] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 3, - "ty": 4, - "nm": "LINK Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 150, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 20, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 40, - "s": [120, 120, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, - "t": 80, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 150, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 170, - "s": [120, 120, 100] - }, - { "t": 210, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -7.718], - [6.737, -3.873], - [6.737, 3.848], - [0.022, 7.718], - [-6.712, 3.879], - [-6.712, -3.842] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.003, -13.394], - [-2.468, -11.969], - [-9.196, -8.093], - [-11.667, -6.668], - [-11.667, -3.83], - [-11.667, 3.885], - [-11.667, 6.723], - [-9.196, 8.136], - [-2.462, 11.981], - [0.009, 13.394], - [2.48, 11.969], - [9.196, 8.093], - [11.667, 6.674], - [11.667, 3.836], - [11.667, -3.885], - [11.667, -6.723], - [9.196, -8.136], - [2.462, -11.981], - [-0.009, -13.394] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20.061], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.215686289469, 0.356862745098, 0.823529471603, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 4, - "ty": 4, - "nm": "WBTC Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 96, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 30, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 50, - "s": [120, 120, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, - "t": 90, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 135, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 155, - "s": [120, 120, 100] - }, - { "t": 195, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-4.944, 0.008], - [-3.069, -2.049], - [-1.414, -3.409], - [0.72, -3.62], - [2.609, -2.609], - [3.62, -0.72], - [3.41, 1.414], - [2.05, 3.07], - [-0.001, 3.691], - [-3.496, 3.496] - ], - "o": [ - [3.691, -0.002], - [3.07, 2.05], - [1.413, 3.41], - [-0.72, 3.62], - [-2.61, 2.61], - [-3.62, 0.72], - [-3.409, -1.413], - [-2.049, -3.069], - [0.008, -4.944], - [3.496, -3.496] - ], - "v": [ - [-0.008, -18.658], - [10.36, -15.517], - [17.236, -7.144], - [18.299, 3.638], - [13.193, 13.192], - [3.638, 18.299], - [-7.144, 17.235], - [-15.517, 10.36], - [-18.658, -0.008], - [-13.187, -13.187] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [2.626, -0.001], - [3.288, -2.198], - [1.513, -3.655], - [-0.773, -3.879], - [-2.798, -2.796], - [-3.88, -0.77], - [-3.654, 1.515], - [-2.196, 3.289], - [0.001, 3.956], - [1.006, 2.426], - [1.858, 1.856], - [2.427, 1.004] - ], - "o": [ - [-3.956, 0.001], - [-3.288, 2.199], - [-1.512, 3.655], - [0.774, 3.879], - [2.798, 2.796], - [3.88, 0.77], - [3.654, -1.515], - [2.197, -3.29], - [-0.001, -2.627], - [-1.006, -2.426], - [-1.857, -1.856], - [-2.427, -1.004] - ], - "v": [ - [-0.008, -20], - [-11.118, -16.626], - [-18.481, -7.647], - [-19.615, 3.909], - [-14.137, 14.147], - [-3.895, 19.617], - [7.66, 18.474], - [16.633, 11.105], - [20, -0.008], - [18.474, -7.661], - [14.136, -14.148], - [7.646, -18.481] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 6, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0.554, -0.353], - [2.438, -0.353], - [1.255, 0.141], - [2.425, 2.051], - [0.132, 0.096], - [0, 0], - [-4.173, 0.002], - [0, 0], - [0, 0], - [-2.954, 2.521], - [-0.129, 0.132], - [0, 0] - ], - "o": [ - [-2.011, 1.421], - [-1.247, 0.199], - [-3.161, -0.306], - [-0.126, -0.092], - [0, 0], - [3.094, 3.055], - [0, 0], - [0, 0], - [3.882, -0.102], - [0.134, -0.126], - [0, 0], - [-0.556, 0.417] - ], - "v": [ - [8.988, -1.527], - [2.22, 1.173], - [-1.55, 1.261], - [-10.128, -2.359], - [-10.511, -2.637], - [-11.396, -1.845], - [0.111, 2.677], - [0.387, 2.677], - [0.431, 2.677], - [10.996, -1.376], - [11.395, -1.759], - [10.651, -2.678] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.981, 34.303], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [2.648, 3.137], - [0, 0], - [0.155, 0.144], - [0, 0], - [5.701, -6.71], - [0, 0], - [-0.061, 4.104] - ], - "o": [ - [0, 0], - [-0.147, -0.153], - [0, 0], - [4.833, 5.49], - [0, 0], - [2.739, -3.058], - [0.06, -4.105] - ], - "v": [ - [-1.365, -10.945], - [-1.373, -10.945], - [-1.825, -11.394], - [-2.648, -10.492], - [-2.496, 10.424], - [-1.695, 11.393], - [2.647, 0.286] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [34.339, 19.918], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 3", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [-2.646, 2.889], - [0, 0], - [0, 0], - [-5.446, -5.182], - [0, 0], - [0.003, 3.919] - ], - "o": [ - [0, 0], - [0, 0], - [-6.374, 6.682], - [0, 0], - [-2.651, -2.885], - [-0.004, -3.918] - ], - "v": [ - [2.682, -10.545], - [2.68, -10.545], - [1.74, -11.368], - [1.74, 11.367], - [2.699, 10.617], - [-1.427, 0.039] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [5.695, 19.924], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 4", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 4, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [3.916, 0.108], - [0, 0], - [0, 0], - [1.237, -0.288], - [0, 0], - [0, 0], - [1.127, -0.598], - [0.973, -1.008], - [0, 0], - [-2.586, 0.602], - [-2.553, -0.73], - [0, 0], - [-0.109, -0.036], - [-0.153, -0.056], - [0, 0], - [-0.205, -0.087], - [0, 0], - [-1.352, -1.158], - [0, 0], - [0.117, 0.109] - ], - "o": [ - [0, 0], - [0, 0], - [-1.27, 0.018], - [0, 0], - [0, 0], - [-1.233, 0.331], - [-1.235, 0.663], - [0, 0], - [1.969, -1.781], - [2.586, -0.601], - [0, 0], - [0.112, 0.033], - [0.157, 0.05], - [0, 0], - [0.209, 0.077], - [0, 0], - [1.636, 0.704], - [0, 0], - [-0.115, -0.115], - [-2.962, -2.566] - ], - "v": [ - [0.402, -2.694], - [-0.225, -2.694], - [-0.269, -2.694], - [-4.041, -2.234], - [-4.295, -2.172], - [-4.505, -2.117], - [-8.057, -0.719], - [-11.388, 1.803], - [-10.579, 2.685], - [-3.633, -0.948], - [4.203, -0.751], - [4.425, -0.688], - [4.755, -0.585], - [5.223, -0.425], - [5.377, -0.37], - [6, -0.124], - [6.025, -0.113], - [10.533, 2.695], - [11.389, 1.77], - [11.038, 1.441] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.239215701234, 0.258823529412, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.037, 5.619], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 5", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 5, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -2.301], - [1.095, 0], - [0, 0] - ], - "o": [ - [0, 2.213], - [0, 0], - [1.097, 0] - ], - "v": [ - [2.745, -3.194], - [-1.801, -1.249], - [-1.801, -5.148] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [1.318, 0], - [0, 0], - [0, -2.533] - ], - "o": [ - [0, 2.419], - [0, 0], - [1.318, 0], - [0, 0] - ], - "v": [ - [3.646, 2.858], - [-1.805, 5], - [-1.805, 0.718], - [3.646, 2.868] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 2, - "ty": "sh", - "ix": 3, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [2.514, 0.241], - [0, 0], - [0, 0], - [0, 0], - [0.519, -0.019], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.021, -0.025], - [-0.206, -0.16], - [-0.037, -0.258], - [0, 0], - [0.039, -0.082], - [0.068, -0.059], - [0.086, -0.03], - [0.09, 0.006], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [-0.295, 3.078], - [1.858, 0.443], - [0.169, 1.688] - ], - "o": [ - [-0.221, -2.32], - [0, 0], - [0, 0], - [0, 0], - [-0.512, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0.259, -0.029], - [0.205, 0.16], - [0, 0], - [-0.006, 0.09], - [-0.04, 0.081], - [-0.068, 0.06], - [-0.085, 0.029], - [0.025, 0.023], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [3.281, -0.191], - [0.232, -2.48], - [1.13, -0.576], - [0, 0] - ], - "v": [ - [6.37, -4.057], - [1.648, -7.386], - [1.648, -10.568], - [-0.283, -10.568], - [-0.283, -7.449], - [-1.835, -7.43], - [-1.835, -10.568], - [-3.777, -10.568], - [-3.777, -7.367], - [-7.714, -7.367], - [-7.714, -5.284], - [-6.301, -5.284], - [-5.576, -5.08], - [-5.197, -4.429], - [-5.197, 4.337], - [-5.266, 4.597], - [-5.428, 4.81], - [-5.661, 4.946], - [-5.926, 4.981], - [-7.34, 4.981], - [-7.723, 7.307], - [-3.801, 7.307], - [-3.801, 10.568], - [-1.859, 10.568], - [-1.859, 7.355], - [-0.307, 7.355], - [-0.307, 10.547], - [1.635, 10.547], - [1.635, 7.33], - [7.492, 3.242], - [4.704, -0.785], - [6.374, -4.063] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 3", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 0.588235294118, 0.301960784314, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20.658, 20.425], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 6", - "np": 7, - "cix": 2, - "bm": 0, - "ix": 6, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "o": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "v": [ - [20, 0], - [0, 20], - [-20, 0], - [0, -20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.960784373564, 0.960784373564, 0.960784373564, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 7", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 7, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 5, - "ty": 4, - "nm": "ETH Outlines", - "sr": 1, - "ks": { - "o": { "a": 0, "k": 100, "ix": 11 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "p": { "s": true, "x": { "a": 0, "k": 42, "ix": 3 }, "y": { "a": 0, "k": 36, "ix": 4 } }, - "a": { "a": 0, "k": [20, 20, 0], "ix": 1 }, - "s": { - "a": 1, - "k": [ - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 40, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 60, - "s": [120, 120, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, - "t": 100, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.142, 0.142, 0.667], "y": [1, 1, 1] }, - "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0] }, - "t": 120, - "s": [100, 100, 100] - }, - { - "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, - "o": { "x": [0.429, 0.429, 0.167], "y": [0, 0, 0] }, - "t": 140, - "s": [120, 120, 100] - }, - { "t": 180, "s": [100, 100, 100] } - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [0.001, -13.334], - [8.334, 0.072], - [0.001, 4.848], - [-8.334, 0.072] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-0.002, 6.294], - [8.334, 1.212], - [-0.002, 13.334], - [-8.333, 1.214] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, - { - "ty": "fl", - "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [19.999, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [0, 11.046], - [-11.046, 0], - [0, -11.046], - [11.046, 0] - ], - "o": [ - [0, -11.046], - [11.046, 0], - [0, 11.046], - [-11.046, 0] - ], - "v": [ - [-20, 0], - [0, -20], - [20, 0], - [0, 20] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { "a": 0, "k": [0.36862745098, 0.486274539723, 0.945098099054, 1], "ix": 4 }, - "o": { "a": 0, "k": 100, "ix": 5 }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { "a": 0, "k": [20, 20], "ix": 2 }, - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "o": { "a": 0, "k": 100, "ix": 7 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 240, - "st": 0, - "bm": 0 - } - ], - "markers": [] -} diff --git a/assets/lottie/success-unlock.json b/assets/lottie/success-unlock.json deleted file mode 100644 index 809830580..000000000 --- a/assets/lottie/success-unlock.json +++ /dev/null @@ -1,623 +0,0 @@ -{ - "nm": "Unlock", - "ddd": 0, - "h": 370, - "w": 370, - "meta": { "g": "LottieFiles AE 1.1.0", "tc": "#ffffff" }, - "layers": [ - { - "ty": 4, - "nm": "check", - "sr": 1, - "st": 36, - "op": 96, - "ip": 36, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Shape 1", - "ix": 1, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": false, - "i": [ - [0, 0], - [0, 0], - [0, 0] - ], - "o": [ - [0, 0], - [0, 0], - [0, 0] - ], - "v": [ - [-86, -4], - [-19, 59], - [86, -51] - ] - }, - "ix": 2 - } - }, - { - "ty": "tm", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Filter - Trim", - "nm": "Trim Paths 1", - "ix": 2, - "e": { - "a": 1, - "k": [ - { "o": { "x": 0.89, "y": 0 }, "i": { "x": 0.074, "y": 1 }, "s": [0], "t": 36 }, - { "s": [100], "t": 44 } - ], - "ix": 2 - }, - "o": { "a": 0, "k": 0, "ix": 3 }, - "s": { "a": 0, "k": 0, "ix": 1 }, - "m": 1 - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 2, - "ml": 1, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 20, "ix": 5 }, - "c": { "a": 0, "k": [0.1765, 0.7961, 0.3176], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - }, - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 2, - "d": 1, - "ks": { "a": 0, "k": { "c": false, "i": [], "o": [], "v": [] }, "ix": 2 } - } - ], - "ind": 1 - }, - { - "ty": 4, - "nm": "ring last", - "sr": 1, - "st": 30, - "op": 68, - "ip": 30, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Ellipse 1", - "ix": 1, - "cix": 2, - "np": 2, - "it": [ - { - "ty": "el", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Ellipse", - "nm": "Ellipse Path 1", - "d": 1, - "p": { "a": 0, "k": [0, 0], "ix": 3 }, - "s": { - "a": 1, - "k": [ - { "o": { "x": 0.167, "y": 0.167 }, "i": { "x": 0.833, "y": 0.833 }, "s": [180, 180], "t": 30 }, - { "s": [340, 340], "t": 38 } - ], - "ix": 2 - } - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 1, - "ml": 4, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 20, "ix": 5 }, - "c": { "a": 0, "k": [0.1765, 0.7961, 0.3176], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 2 - }, - { - "ty": 4, - "nm": "key", - "sr": 1, - "st": 0, - "op": 38, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 10 }, - "sa": { "a": 0, "k": 0 }, - "o": { - "a": 1, - "k": [ - { "o": { "x": 0.167, "y": 0.167 }, "i": { "x": 0.833, "y": 0.833 }, "s": [100], "t": 30 }, - { "s": [0], "t": 38 } - ], - "ix": 11 - } - }, - "ef": [], - "shapes": [ - { - "ty": "sh", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Group", - "nm": "Path 1", - "ix": 1, - "d": 1, - "ks": { - "a": 0, - "k": { - "c": true, - "i": [ - [0.595, 0.595], - [0, 0], - [-0.595, 0.595], - [0, 0], - [0.595, 0.595], - [0, 0], - [-0.595, 0.595], - [0, 0], - [0, 0.404], - [0, 0], - [-1.431, 0.597], - [0.919, 14.163], - [15.985, 0.766], - [0, -18.125], - [-11.528, -4.798], - [0, -1.545], - [0, 0], - [-0.621, -0.621], - [0, 0], - [-0.82, 0.82], - [0, 0], - [0.595, 0.595], - [0, 0], - [-0.595, 0.595], - [0, 0] - ], - "o": [ - [0, 0], - [-0.595, -0.595], - [0, 0], - [0.595, -0.595], - [0, 0], - [-0.595, -0.595], - [0, 0], - [0.286, -0.286], - [0, 0], - [0, -1.55], - [12.13, -5.058], - [-1.037, -15.97], - [-18.319, -0.878], - [0, 13.266], - [1.426, 0.593], - [0, 0], - [0, 0.879], - [0, 0], - [0.82, 0.82], - [0, 0], - [0.595, -0.595], - [0, 0], - [-0.595, -0.595], - [0, 0], - [0.595, -0.595] - ], - "v": [ - [8.4, 35.636], - [4.529, 31.765], - [4.529, 29.61], - [8.4, 25.739], - [8.4, 23.585], - [4.529, 19.714], - [4.529, 17.56], - [9.031, 13.057], - [9.477, 11.981], - [9.477, 7.686], - [11.83, 4.133], - [31.383, -27.409], - [1.144, -57.122], - [-32.302, -25.283], - [-12.665, 4.139], - [-10.327, 7.687], - [-10.327, 47.391], - [-9.357, 49.734], - [-1.911, 57.18], - [1.06, 57.18], - [8.4, 49.84], - [8.4, 47.686], - [4.529, 43.815], - [4.529, 41.661], - [8.4, 37.79] - ] - }, - "ix": 2 - } - }, - { - "ty": "fl", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Fill", - "nm": "Fill 1", - "c": { "a": 0, "k": [0.8431, 0.8784, 0.9176], "ix": 4 }, - "r": 1, - "o": { "a": 0, "k": 100, "ix": 5 } - } - ], - "ind": 3 - }, - { - "ty": 4, - "nm": "ring 003", - "sr": 1, - "st": 0, - "op": 30, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { - "a": 1, - "k": [ - { "o": { "x": 0.894, "y": 0 }, "i": { "x": 0.039, "y": 1 }, "s": [124], "t": 5 }, - { "s": [0], "t": 22 } - ], - "ix": 10 - }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Ellipse 1", - "ix": 1, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "el", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Ellipse", - "nm": "Ellipse Path 1", - "d": 1, - "p": { "a": 0, "k": [0, 0], "ix": 3 }, - "s": { "a": 0, "k": [180, 180], "ix": 2 } - }, - { - "ty": "tm", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Filter - Trim", - "nm": "Trim Paths 1", - "ix": 2, - "e": { "a": 0, "k": 95, "ix": 2 }, - "o": { "a": 0, "k": 0, "ix": 3 }, - "s": { "a": 0, "k": 5, "ix": 1 }, - "m": 1 - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 1, - "ml": 4, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 20, "ix": 5 }, - "c": { "a": 0, "k": [0.8431, 0.8784, 0.9176], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 4 - }, - { - "ty": 4, - "nm": "ring 002", - "sr": 1, - "st": 0, - "op": 34, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { - "a": 1, - "k": [ - { "o": { "x": 0.688, "y": 0 }, "i": { "x": 0.317, "y": 1 }, "s": [-278], "t": 5 }, - { "s": [0], "t": 26 } - ], - "ix": 10 - }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Ellipse 1", - "ix": 1, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "el", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Ellipse", - "nm": "Ellipse Path 1", - "d": 1, - "p": { "a": 0, "k": [0, 0], "ix": 3 }, - "s": { "a": 0, "k": [260, 260], "ix": 2 } - }, - { - "ty": "tm", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Filter - Trim", - "nm": "Trim Paths 1", - "ix": 2, - "e": { "a": 0, "k": 96.5, "ix": 2 }, - "o": { "a": 0, "k": 0, "ix": 3 }, - "s": { "a": 0, "k": 3.5, "ix": 1 }, - "m": 1 - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 1, - "ml": 4, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 20, "ix": 5 }, - "c": { "a": 0, "k": [0.8431, 0.8784, 0.9176], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 5 - }, - { - "ty": 4, - "nm": "ring 001", - "sr": 1, - "st": 0, - "op": 38, - "ip": 0, - "hd": false, - "ddd": 0, - "bm": 0, - "hasMask": false, - "ao": 0, - "ks": { - "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }, - "sk": { "a": 0, "k": 0 }, - "p": { "a": 0, "k": [185, 185, 0], "ix": 2 }, - "r": { - "a": 1, - "k": [ - { "o": { "x": 0.755, "y": 0 }, "i": { "x": 0.294, "y": 1 }, "s": [309], "t": 5 }, - { "s": [0], "t": 30 } - ], - "ix": 10 - }, - "sa": { "a": 0, "k": 0 }, - "o": { "a": 0, "k": 100, "ix": 11 } - }, - "ef": [], - "shapes": [ - { - "ty": "gr", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Group", - "nm": "Ellipse 1", - "ix": 1, - "cix": 2, - "np": 3, - "it": [ - { - "ty": "el", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Shape - Ellipse", - "nm": "Ellipse Path 1", - "d": 1, - "p": { "a": 0, "k": [0, 0], "ix": 3 }, - "s": { "a": 0, "k": [340, 340], "ix": 2 } - }, - { - "ty": "tm", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Filter - Trim", - "nm": "Trim Paths 1", - "ix": 2, - "e": { "a": 0, "k": 97.5, "ix": 2 }, - "o": { "a": 0, "k": 0, "ix": 3 }, - "s": { "a": 0, "k": 2.5, "ix": 1 }, - "m": 1 - }, - { - "ty": "st", - "bm": 0, - "hd": false, - "mn": "ADBE Vector Graphic - Stroke", - "nm": "Stroke 1", - "lc": 2, - "lj": 1, - "ml": 4, - "o": { "a": 0, "k": 100, "ix": 4 }, - "w": { "a": 0, "k": 20, "ix": 5 }, - "c": { "a": 0, "k": [0.8431, 0.8784, 0.9176], "ix": 3 } - }, - { - "ty": "tr", - "a": { "a": 0, "k": [0, 0], "ix": 1 }, - "s": { "a": 0, "k": [100, 100], "ix": 3 }, - "sk": { "a": 0, "k": 0, "ix": 4 }, - "p": { "a": 0, "k": [0, 0], "ix": 2 }, - "r": { "a": 0, "k": 0, "ix": 6 }, - "sa": { "a": 0, "k": 0, "ix": 5 }, - "o": { "a": 0, "k": 100, "ix": 7 } - } - ] - } - ], - "ind": 6 - } - ], - "v": "4.8.0", - "fr": 30, - "op": 60, - "ip": 0, - "assets": [] -} diff --git a/components/BridgeFromEthereumButton.vue b/components/BridgeFromEthereumButton.vue new file mode 100644 index 000000000..137dcaca5 --- /dev/null +++ b/components/BridgeFromEthereumButton.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/components/ConnectWalletBlock.vue b/components/ConnectWalletBlock.vue new file mode 100644 index 000000000..bbec2dcb8 --- /dev/null +++ b/components/ConnectWalletBlock.vue @@ -0,0 +1,16 @@ + + + diff --git a/components/EcosystemBlock.vue b/components/EcosystemBlock.vue new file mode 100644 index 000000000..7a004423c --- /dev/null +++ b/components/EcosystemBlock.vue @@ -0,0 +1,40 @@ + + + diff --git a/components/address/AddressAvatar.vue b/components/address/AddressAvatar.vue index 6a862cf89..8bb779020 100644 --- a/components/address/AddressAvatar.vue +++ b/components/address/AddressAvatar.vue @@ -26,7 +26,7 @@ defineProps({ @apply h-full w-full; } .address-avatar-icon { - @apply absolute -bottom-1 -right-1 aspect-square h-[60%] w-[60%] rounded-full bg-white bg-opacity-90 shadow backdrop-blur-sm; + @apply absolute -bottom-1 -right-1 aspect-square h-[60%] w-[60%] rounded-full bg-neutral-100 bg-opacity-90 shadow backdrop-blur-sm; img, svg { diff --git a/components/address/AddressCard.vue b/components/address/AddressCard.vue index 236519f87..843f46d35 100644 --- a/components/address/AddressCard.vue +++ b/components/address/AddressCard.vue @@ -8,10 +8,10 @@ @@ -24,8 +24,6 @@ diff --git a/components/animations/EcosystemLogotypes.vue b/components/animations/EcosystemLogotypes.vue new file mode 100644 index 000000000..83658e8a7 --- /dev/null +++ b/components/animations/EcosystemLogotypes.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/components/animations/IdleFaucet.vue b/components/animations/IdleFaucet.vue deleted file mode 100644 index 8414980e6..000000000 --- a/components/animations/IdleFaucet.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/components/animations/ProgressBlocks.vue b/components/animations/ProgressBlocks.vue deleted file mode 100644 index 66715464d..000000000 --- a/components/animations/ProgressBlocks.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - - diff --git a/components/animations/ProgressFaucet.vue b/components/animations/ProgressFaucet.vue deleted file mode 100644 index ba68a8699..000000000 --- a/components/animations/ProgressFaucet.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/components/animations/ProgressPlane.vue b/components/animations/ProgressPlane.vue deleted file mode 100644 index 1853b3a28..000000000 --- a/components/animations/ProgressPlane.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - diff --git a/components/animations/SuccessFaucet.vue b/components/animations/SuccessFaucet.vue deleted file mode 100644 index 0d5b28af3..000000000 --- a/components/animations/SuccessFaucet.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - diff --git a/components/animations/TransactionProgress.vue b/components/animations/TransactionProgress.vue new file mode 100644 index 000000000..c3c5f44d3 --- /dev/null +++ b/components/animations/TransactionProgress.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/components/bridge/AccountButton.vue b/components/bridge/AccountButton.vue deleted file mode 100644 index f66417145..000000000 --- a/components/bridge/AccountButton.vue +++ /dev/null @@ -1,128 +0,0 @@ - - - - - diff --git a/components/bridge/Navigation.vue b/components/bridge/Navigation.vue deleted file mode 100644 index c74ae0742..000000000 --- a/components/bridge/Navigation.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/components/common/Alert.vue b/components/common/Alert.vue index 4e3f4b313..657bee02c 100644 --- a/components/common/Alert.vue +++ b/components/common/Alert.vue @@ -1,6 +1,6 @@