UNPKG
@cygnus-wealth/wallet-integration-system
Version:
latest (1.0.0)
1.0.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
Multi-chain wallet integration system for CygnusWealth
@cygnus-wealth/wallet-integration-system
/
dist
/
utils
/
constants.d.ts
5 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
import
{
Chain
}
from
'@cygnus-wealth/data-models'
;
import
{
ChainConfig
}
from
'../types'
;
export
declare
const
CHAIN_CONFIGS
:
Partial
<
Record
<
Chain
,
ChainConfig
>>;
export
declare
const
EVM_CHAINS
:
Chain
[];
//# sourceMappingURL=constants.d.ts.map