Skip to content

Commit

Permalink
Update pegin/pegout related methods in the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Jan 30, 2024
1 parent 19b5ab5 commit 86dde96
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tools/PrecompiledAbis.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ <h3>Events</h3>
'registerBtcTransaction',
'registerBtcCoinbaseTransaction',
'registerFastBridgeBtcTransaction',
'receiveHeaders',
'receiveHeader',
'getFederationAddress',
'getLockWhitelistSize',
'getLockWhitelistAddress',
'getLockWhitelistEntryByAddress',
'addLockWhitelistAddress',
'addOneOffLockWhitelistAddress',
'addUnlimitedLockWhitelistAddress',
'removeLockWhitelistAddress',
'setLockWhitelistDisableBlockDelay',
'getMinimumLockTxValue',
'getLockingCap',
'increaseLockingCap',
];

const peginEvents = [
Expand All @@ -169,6 +183,8 @@ <h3>Events</h3>
'releaseBtc',
'updateCollections',
'addSignature',
'getFeePerKb',
'voteFeePerKbChange'
];

const pegoutEvents = [
Expand Down

0 comments on commit 86dde96

Please sign in to comment.