Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Added ability change wallets + show account/wallet (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Oct 8, 2018
1 parent ffc7f60 commit dbe82ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export const getDecoderForABI = (abi: ABI): Decoder => {
}

export const provider2SVG = (providerName: ProviderName | ProviderType) => {
console.log('TCL: provider2SVG -> providerName', providerName)
switch (providerName) {
case 'GNOSIS SAFE':
return GNOSIS_SAFE_SVG
Expand Down

0 comments on commit dbe82ca

Please sign in to comment.