Skip to content

Commit

Permalink
Merge pull request #17 from VenusProtocol/fix/VEN-2283
Browse files Browse the repository at this point in the history
[VEN-2283]: record the right function signatures
chechu authored Jan 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents cc258a3 + 684c5e0 commit 37eb1dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ export const xvsBridgeMethodsSrc = [
"pause()",
"unpause()",
"removeTrustedRemote(uint16)",
"dropFailedMessage(uint16,bytes)",
"dropFailedMessage(uint16,bytes,uint64)",
"fallbackWithdraw(address,uint256)",
"fallbackDeposit(uint256)",
"fallbackDeposit(address,uint256)",
"setPrecrime(address)",
"setMinDstGas(uint16,uint16,uint256)",
"setPayloadSizeLimit(uint16,uint256)",
@@ -71,7 +71,7 @@ export const xvsBridgeMethodsDest = [
"pause()",
"unpause()",
"removeTrustedRemote(uint16)",
"dropFailedMessage(uint16,bytes)",
"dropFailedMessage(uint16,bytes,uint64)",
"setPrecrime(address)",
"setMinDstGas(uint16,uint16,uint256)",
"setPayloadSizeLimit(uint16,uint256)",

0 comments on commit 37eb1dd

Please sign in to comment.