Skip to content

Commit

Permalink
fix: hsk config
Browse files Browse the repository at this point in the history
  • Loading branch information
weatherstar committed Jan 16, 2025
1 parent ad693b8 commit ab62e31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/src/config/presetNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1720,8 +1720,7 @@ const hsk: IServerNetwork = {
'decimals': 9,
'symbol': 'Gwei',
'isEIP1559FeeEnabled': false,
'isWithL1BaseFee': false,
'maxSendFeeUpRatio': 1.2,
'isWithL1BaseFee': true,
},
'status': ENetworkStatus.LISTED,
'isTestnet': false,
Expand Down

0 comments on commit ab62e31

Please sign in to comment.