Skip to content

Commit

Permalink
dont need this yet
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed May 29, 2024
1 parent 406c1fb commit 355e3ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface IRouterProcessor {
fun updateTokensDefaults(modified: MutableMap<String, Any>, selectedChainId: String?)
fun defaultChainId(): String?
fun selectedTokenSymbol(tokenAddress: String?): String?
fun selectedTokenDecimals(tokenAddress: String?, selectedChainId: String?): String?
fun selectedTokenDecimals(tokenAddress: String?): String?
fun filteredTokens(chainId: String?): List<Any>?
fun defaultTokenAddress(chainId: String?): String?
fun chainResources(chainId: String?): Map<String, Any>?
Expand Down

0 comments on commit 355e3ae

Please sign in to comment.