UNPKG
@stable-io/cctp-sdk-definitions
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Definitions for the CCTP SDK
@stable-io/cctp-sdk-definitions
/
dist
/
constants
/
chains
/
networks.d.ts
3 lines
•
149 B
TypeScript
View Raw
1
2
3
export
declare
const
networks
:
readonly
[
"Mainnet"
,
"Testnet"
];
export
type
Network
=
typeof
networks[
number
];
//# sourceMappingURL=networks.d.ts.map