From 446f3fd580670cf0e7eab57018626993b7e59002 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Mon, 23 Oct 2023 13:43:32 +0800 Subject: [PATCH] set new gas price number for testnet and mainnet --- common/constants.go | 2 +- common/constants/constants.go.testnet | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 9566b4bf42..6d9119f21d 100644 --- a/common/constants.go +++ b/common/constants.go @@ -77,7 +77,7 @@ var BaseTopUp = big.NewInt(100) var BaseRecall = big.NewInt(100) var TIPTRC21Fee = big.NewInt(38383838) var TIPTRC21FeeTestnet = big.NewInt(38383838) -var BlockNumberGas50x = big.NewInt(TIPTRC21Fee.Int64() + 30000000) +var BlockNumberGas50x = big.NewInt(TIPTRC21Fee.Int64() + 40000000) var LimitTimeFinality = uint64(30) // limit in 30 block var IgnoreSignerCheckBlockArray = map[uint64]bool{ diff --git a/common/constants/constants.go.testnet b/common/constants/constants.go.testnet index 7fec041a78..3d0c3cdb2f 100644 --- a/common/constants/constants.go.testnet +++ b/common/constants/constants.go.testnet @@ -77,6 +77,7 @@ var BaseTopUp = big.NewInt(100) var BaseRecall = big.NewInt(100) var TIPTRC21Fee = big.NewInt(23779191) var TIPTRC21FeeTestnet = big.NewInt(23779191) +var BlockNumberGas50x = big.NewInt(TIPTRC21Fee.Int64() + 40000000) var LimitTimeFinality = uint64(30) // limit in 30 block var IgnoreSignerCheckBlockArray = map[uint64]bool{