Skip to content

Commit

Permalink
Update amm_v3.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Jan 31, 2025
1 parent 3c44365 commit 8bc5c2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/declare-program/idls/amm_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3430,12 +3430,12 @@
},
{
"code": 6006,
"name": "InvaildTickIndex",
"name": "InvalidTickIndex",
"msg": "Tick out of range"
},
{
"code": 6007,
"name": "TickInvaildOrder",
"name": "TickInvalidOrder",
"msg": "The lower tick must be below the upper tick"
},
{
Expand All @@ -3456,12 +3456,12 @@
{
"code": 6011,
"name": "InvalidTickArray",
"msg": "Invaild tick array account"
"msg": "Invalid tick array account"
},
{
"code": 6012,
"name": "InvalidTickArrayBoundary",
"msg": "Invaild tick array boundary"
"msg": "Invalid tick array boundary"
},
{
"code": 6013,
Expand All @@ -3485,8 +3485,8 @@
},
{
"code": 6017,
"name": "InvaildLiquidity",
"msg": "Invaild liquidity when update position"
"name": "InvalidLiquidity",
"msg": "Invalid liquidity when update position"
},
{
"code": 6018,
Expand Down Expand Up @@ -3541,7 +3541,7 @@
{
"code": 6028,
"name": "InvalidFirstTickArrayAccount",
"msg": "Invaild first tick array account"
"msg": "Invalid first tick array account"
},
{
"code": 6029,
Expand Down

0 comments on commit 8bc5c2e

Please sign in to comment.