alpha-wallet-ios
alpha-wallet-ios copied to clipboard
An advanced Ethereum/EVM mobile wallet
For the OpenSea API, it looks like the output will be either cursor-based (with `previous` and `next`) or offset-based depending on whether `offset` is provided in the URL. i.e.: ```...
Jump to https://github.com/AlphaWallet/alpha-wallet-ios/issues/3423#issuecomment-1111723198 instead ~Refer to #2629 starting from https://github.com/AlphaWallet/alpha-wallet-ios/issues/2629#issuecomment-915278303~
``` /alpha-wallet-ios/AlphaWallet/WalletConnect/Types/EIP712TypedData.swift:118:36: 'substring(to:)' is deprecated: Please use String slicing subscript with a 'partial range upto' operator. let elementType = type.substring(to: indexOfOpenBracket) ``` Trying to fix this depreciation message but there...
*Could* be rate limit? But the other data show up.
AW is not displaying the original imagen of the icon of the ERC20 XIDR token. The token is enlisted in CoinGecko. https://www.coingecko.com/en/coins/xidr https://cn.etherscan.com/token/0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52 
CircularStd-Bold 15pt ``` let paragraphStyle = NSMutableParagraphStyle() paragraphStyle.minimumLineHeight = 25 let attributes = [.font: UIFont(name: "CircularStd-Bold", size: 15) as Any, .paragraphStyle: paragraphStyle, .foregroundColor: UIColor(red: 0/255.0, green: 0/255.0, blue: 0/255.0, alpha:...
Badger BTC Bridge, the one I use to move the native BTC to Ethereum Network and back again to the BTC Network, is down. So the only safe Bridge we...
1. I used the Estimate fee calculation from this code: https://github.com/zsfelfoldi/feehistory, also ported to Kotlin here: https://github.com/komputing/KEthereum/blob/master/eip1559_feeOracle/src/main/kotlin/org/kethereum/eip1559_fee_oracle/EIP1559FeeOracle.kt #### Note that we may want to override this calculation with an oracle...
### How to access Swap feature? - For now, we let users to access the swap feature from the token menu (we will keep Send and Swap as main actions)...