Skip to content

Commit

Permalink
udpate default gas multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Oct 6, 2023
1 parent d59dfda commit 8a6819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class CudosNetworkConsts {
static BECH32_PREFIX_CONS_ADDR = 'cudosvalcons';
static BECH32_PREFIX_CONS_PUB = 'cudosvalconspub';
static BECH32_ACC_ADDR_LENGTH = 44;
static DEFAULT_GAS_MULTIPLIER = 1.3;
static DEFAULT_GAS_MULTIPLIER = 1.5;

static MESSAGE_TYPE_URL = '/gravity.v1.MsgSendToEth';

Expand Down

0 comments on commit 8a6819c

Please sign in to comment.