UNPKG
@keygate/wallet-management
Version:
latest (3.14.1)
3.14.1
3.14.0
Keygate Wallet Management solution.
github.com/keygate-io/swaps-sdk
keygate-io/swaps-sdk
@keygate/wallet-management
/
src
/
config
/
baseAccount.ts
8 lines
(6 loc)
•
219 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
{
BaseAccountParameters
}
from
'wagmi/connectors'
import
{ lifiLogoUrl }
from
'../icons.js'
export
const
defaultBaseAccountConfig
:
BaseAccountParameters
= {
appName
:
'LI.FI'
,
appLogoUrl
: lifiLogoUrl, }