UNPKG
supra-l1-sdk-core
Version:
latest (2.0.1)
2.0.1
2.0.0
Core of the Supra-L1-SDK
supra-l1-sdk-core
/
src
/
utils
/
misc.ts
7 lines
(5 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
7
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
export
const
DEFAULT_MAX_GAS_AMOUNT =
200000
;
// Transaction expire timestamp
export
const
DEFAULT_TXN_EXP_SEC_FROM_NOW =
20
;