Closed mstrasinskis closed 2 months ago
Users can import a custom token without providing an index canister ID. It should be possible to add the canister afterwards, and this PR addresses that.
Note: the transactions are loaded automatically by the transaction sync mechanism.
Demo: https://qsgjb-riaaa-aaaaa-aaaga-cai.mstr-ingress.devenv.dfinity.network ckRED token for testing:
mrfq3-7eaaa-aaaaa-qabja-cai
mwewp-s4aaa-aaaaa-qabjq-cai
AddIndexCanisterModal
addIndexCanisterMode
disabled
Motivation
Users can import a custom token without providing an index canister ID. It should be possible to add the canister afterwards, and this PR addresses that.
Note: the transactions are loaded automatically by the transaction sync mechanism.
Demo: https://qsgjb-riaaa-aaaaa-aaaga-cai.mstr-ingress.devenv.dfinity.network ckRED token for testing:
mrfq3-7eaaa-aaaaa-qabja-cai
mwewp-s4aaa-aaaaa-qabjq-cai
Changes
AddIndexCanisterModal
component.addIndexCanisterMode
to import token form.disabled
prop of PrincipalInput.Tests
Todos