Skip to content

Commit

Permalink
Update 84532-andromeda (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team authored Mar 15, 2024
1 parent f366f29 commit 2f3a074
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 144 deletions.
70 changes: 70 additions & 0 deletions 84532-andromeda/AllErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,5 +1549,75 @@
"name": "shareRatioD18"
}
]
},
{
"type": "error",
"name": "FailedTransfer",
"inputs": [
{
"type": "address",
"name": "from"
},
{
"type": "address",
"name": "to"
},
{
"type": "uint256",
"name": "value"
}
]
},
{
"type": "error",
"name": "InvalidParameter",
"inputs": [
{
"type": "string",
"name": "parameter"
},
{
"type": "string",
"name": "reason"
}
]
},
{
"type": "error",
"name": "NotEnoughBalance",
"inputs": [
{
"type": "uint256",
"name": "amountRequested"
},
{
"type": "uint256",
"name": "currentBalance"
}
]
},
{
"type": "error",
"name": "NotEnoughRewardsLeft",
"inputs": [
{
"type": "uint256",
"name": "amountRequested"
},
{
"type": "uint256",
"name": "amountLeft"
}
]
},
{
"type": "error",
"name": "Unauthorized",
"inputs": [
{
"type": "address",
"name": "addr"
}
]
}
]
7 changes: 6 additions & 1 deletion 84532-andromeda/AllErrors.readable.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,10 @@
"error AcceptablePriceNotExceeded(uint256 fillPrice, uint256 acceptablePrice)",
"error NotEligibleForLiquidation(uint128 accountId)",
"error InvalidInterestRateParameters(uint128 lowUtilizationInterestRateGradient, uint128 highUtilizationInterestRateGradient)",
"error InvalidReferrerShareRatio(uint256 shareRatioD18)"
"error InvalidReferrerShareRatio(uint256 shareRatioD18)",
"error FailedTransfer(address from, address to, uint256 value)",
"error InvalidParameter(string parameter, string reason)",
"error NotEnoughBalance(uint256 amountRequested, uint256 currentBalance)",
"error NotEnoughRewardsLeft(uint256 amountRequested, uint256 amountLeft)",
"error Unauthorized(address addr)"
]
Loading

0 comments on commit 2f3a074

Please sign in to comment.