Skip to content

Commit

Permalink
Merge pull request #5984 from multiversx/staking-for-direct-staked-no…
Browse files Browse the repository at this point in the history
…des-part2

Staking for direct staked nodes - part 2
  • Loading branch information
ssd04 authored Mar 8, 2024
2 parents aac68b1 + 6c2ee99 commit 3102cfc
Show file tree
Hide file tree
Showing 2 changed files with 1,141 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrationTests/chainSimulator/staking/delegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const gasLimitForAddNodesOperation = 500_000_000
const gasLimitForUndelegateOperation = 500_000_000
const gasLimitForMergeOperation = 600_000_000
const gasLimitForDelegate = 12_000_000
const gasLimitForUnBond = 12_000_000
const minGasPrice = 1000000000
const txVersion = 1
const mockTxSignature = "sig"
Expand Down
Loading

0 comments on commit 3102cfc

Please sign in to comment.