horizontalsystems / unstoppable-wallet-ios

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.
https://unstoppable.money
MIT License
696 stars 245 forks source link

Adding a custom chain for testing #5989

Open SamWilsn opened 1 month ago

SamWilsn commented 1 month ago

Hey! First some background: Wallet Test Framework has received a grant to include mobile wallet support in our testing tool, and Unstoppable is the first wallet we've chosen to work with. We've started the process of automating Unstoppable (see here for a video), but we've run into a roadblock: adding a custom chain.

Is there a way to point either the production or locally built app at a custom chain for testing purposes? Note that this would need to work for WalletConnect as well.

Thanks!