You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To speed up the development of the wallet UI mock data was initially used. Now that there is enough development in place and the pattern for integration with the rpc is stabilised we should remove all mock data.
Buy Tokens List (options menu for "Buy" on account page) - should use rpc request - GetCryptoOnRamps available in the wallet.
Some other pieces using mock data:
Bridge Page
Wallet Account -> "Bridge" Button
Use real data for tokens
Collectibles Activity,
Generate New Keypair (in the create account flow),
Address suggestions etc
should all be hidden behind a feature flag of some sort so that an end user would not see this data.
Bridging a token
To speed up the development of the wallet UI mock data was initially used. Now that there is enough development in place and the pattern for integration with the rpc is stabilised we should remove all mock data.
Buy Tokens List (options menu for "Buy" on account page) - should use rpc request - GetCryptoOnRamps available in the wallet.
Some other pieces using mock data:
Bridge Page
Wallet Account -> "Bridge" Button
Use real data for tokens
Collectibles Activity,
Generate New Keypair (in the create account flow),
Address suggestions etc
should all be hidden behind a feature flag of some sort so that an end user would not see this data.
Bridging a token
Example of how to feature flag:
#18530
The text was updated successfully, but these errors were encountered: