Skip to content

Commit

Permalink
Update deployment info for 84532-andromeda (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team authored Jan 28, 2025
1 parent cc46f63 commit d11639e
Show file tree
Hide file tree
Showing 7 changed files with 722 additions and 230 deletions.
16 changes: 16 additions & 0 deletions deployment-info/84532-andromeda/AllErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,22 @@
"name": "ExceedsMarketCreditCapacity",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint128",
"name": "accountId",
"type": "uint128"
},
{
"internalType": "bytes16",
"name": "mode",
"type": "bytes16"
}
],
"name": "IncorrectAccountMode",
"type": "error"
},
{
"inputs": [
{
Expand Down
1 change: 1 addition & 0 deletions deployment-info/84532-andromeda/AllErrors.readable.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"error PriceFeedNotSet(uint128 marketId)",
"error SynthNotEnabledForCollateral(uint128 collateralId)",
"error ExceedsMarketCreditCapacity(int256 delegatedCollateral, int256 newLockedCredit)",
"error IncorrectAccountMode(uint128 accountId, bytes16 mode)",
"error InsufficientMargin(int256 availableMargin, uint256 minMargin)",
"error MaxOpenInterestReached(uint128 marketId, uint256 maxMarketSize, int256 newSideSize)",
"error MaxPositionsPerAccountReached(uint128 maxPositionsPerAccount)",
Expand Down
Loading

0 comments on commit d11639e

Please sign in to comment.