Skip to content

Commit

Permalink
feat: init fireblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
isordo committed Dec 5, 2023
1 parent dfc16cf commit 7b4b190
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/logos/ios-fireblocks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions scripts/blockchains/tezos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,15 @@ export const tezosIosList: App[] = [
supportedInteractionStandards: ['wallet_connect'],
universalLink: 'https://wallet.kukai.app',
deepLink: 'kukai://'
},
{
key: 'fireblocks_ios',
name: 'Fireblocks Wallet',
shortName: 'Fireblocks',
color: '',
logo: 'ios-fireblocks.svg',
supportedInteractionStandards: ['wallet_connect'],
universalLink: 'https://wallet.kukai.app',
deepLink: 'kukai://'
}
]

0 comments on commit 7b4b190

Please sign in to comment.