Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ APP_GATEWAY="0x"

# FOR INFRASTRUCTURE DEPLOYMENT ONLY
# Removes hardhat issues related to linting and syntax checking
SOCKET_SIGNER_KEY="0000dead0000dead0000dead0000dead0000dead0000dead0000dead0000dead"
SOCKET_PRIVATE_KEY="0000dead0000dead0000dead0000dead0000dead0000dead0000dead0000dead"
31 changes: 7 additions & 24 deletions Errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
| `PromiseRevertFailed()` | `0x0175b9de` |
| `NotLatestPromise()` | `0x39ca95d3` |

## evmx/plugs/ContractFactoryPlug.sol

| Error | Signature |
| -------------------------------- | ------------ |
| `DeploymentFailed()` | `0x30116425` |
| `ExecutionFailed(bytes32,bytes)` | `0xd255d8a3` |
| `information(bool,,bytes)` | `0x3a82a1f3` |

## evmx/plugs/FeesPlug.sol

| Error | Signature |
Expand All @@ -32,11 +24,13 @@
| `InvalidDepositAmount()` | `0xfe9ba5cd` |
| `TokenNotWhitelisted(address)` | `0xea3bff2e` |

## evmx/watcher/RequestHandler.sol
## evmx/watcher/Watcher.sol

| Error | Signature |
| ----------------------- | ------------ |
| `InsufficientMaxFees()` | `0x0e5bc492` |
| Error | Signature |
| --------------------------- | ------------ |
| `PayloadAlreadyCancelled()` | `0x999843d8` |
| `PayloadAlreadySettled()` | `0x8fce2d78` |
| `AppGatewayMismatch()` | `0x2b7236f9` |

## protocol/Socket.sol

Expand Down Expand Up @@ -74,17 +68,6 @@
| ---------------- | ------------ |
| `NotSupported()` | `0xa0387940` |

## protocol/switchboard/CCTPSwitchboard.sol

| Error | Signature |
| ------------------------------- | ------------ |
| `RemoteExecutionNotFound()` | `0xbd506972` |
| `PrevBatchDigestHashMismatch()` | `0xc9864e9d` |
| `NotAttested()` | `0x99efb890` |
| `NotExecuted()` | `0xec84b1da` |
| `InvalidSender()` | `0xddb5de5e` |
| `OnlyMessageTransmitter()` | `0x935ac89c` |

## protocol/switchboard/FastSwitchboard.sol

| Error | Signature |
Expand Down Expand Up @@ -145,7 +128,7 @@
| `AuctionNotOpen()` | `0xf0460077` |
| `BidExceedsMaxFees()` | `0x4c923f3c` |
| `LowerBidAlreadyExists()` | `0xaaa1f709` |
| `RequestCountMismatch()` | `0x98bbcbff` |
| `PayloadCountMismatch()` | `0xea50ceff` |
| `InvalidAmount()` | `0x2c5211c6` |
| `InsufficientCreditsAvailable()` | `0xe61dc0aa` |
| `InsufficientBalance()` | `0xf4d678b8` |
Expand Down
176 changes: 54 additions & 122 deletions EventTopics.md

Large diffs are not rendered by default.

Loading