Skip to content

Commit

Permalink
chore: modify indentity wallet return identified_chain_types is null
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed Jan 19, 2025
1 parent 09d732f commit 7f41818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token-core/tcx/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ fn get_legacy_keystore() -> Result<Vec<ScannedKeystore>> {
("KEYSTORE_V3", _) => vec!["ETHERUM".to_string()],
("PRIVATE", "ETHEREUM" | "TRON") => vec!["ETHERUM".to_string(), "TRON".to_string()],
(_, "KUSAMA" | "POLKADOT") => vec!["KUSAMA".to_string(), "POLKADOT".to_string()],
("NEW_IDENTITY" | "RECOVERED_IDENTITY" | "MNEMONIC", _) => vec![],
_ => active_chain_types,
};

Expand Down

0 comments on commit 7f41818

Please sign in to comment.