-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOB-2060 Send crypto on Base chain (#579)
* introduced case .Base * removed wrong token * "can send" eth on base -- enabled * sending on Base works let sender = try! CryptoSender(wallet: udWallet) let chainDesc = CryptoSenderChainDescription.init(symbol: "ETH", chain: "Base", env: .mainnet) let hash = try await sender.sendCrypto(dataToSend: .init(chainDesc: chainDesc, amount: 0.0003, txSpeed: .normal, toAddress: "0x94b420da794c1a8f45b70581ae015e6bd1957233")) * support Base testnet (sepolia) * removed isValidTxCost() completely * refactored supportedNetworks * added constant name for Base icon. removed Zilliqa icon * Logged attempt to create a Base-based wallet * added Base icons * added cases * removed dead code
- Loading branch information
Showing
19 changed files
with
48 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
...nager-ios/SupportingFiles/Assets.xcassets/DomainsList/smallZilliqa.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-368 Bytes
...ts.xcassets/DomainsList/smallZilliqa.imageset/networkSmallWithoutPfpZilliqa.png
Binary file not shown.
Binary file removed
BIN
-579 Bytes
...xcassets/DomainsList/smallZilliqa.imageset/networkSmallWithoutPfpZilliqa@2x.png
Binary file not shown.
Binary file removed
BIN
-845 Bytes
...xcassets/DomainsList/smallZilliqa.imageset/networkSmallWithoutPfpZilliqa@3x.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters