UNPKG
@nosense00/seal
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Seal project for Tea.xyz OSS registry
github.com/nosense00/seal
nosense00/seal
@nosense00/seal
/
examples
/
frontend
/
src
/
constants.ts
8 lines
(6 loc)
•
276 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// Copyright (c), Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export
const
DEVNET_PACKAGE_ID
=
'0xTODO'
;
export
const
TESTNET_PACKAGE_ID
=
'0x4cb081457b1e098d566a277f605ba48410e26e66eaab5b3be4f6c560e9501800'
;
export
const
MAINNET_PACKAGE_ID
=
'0xTODO'
;