Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoplavkov committed Aug 21, 2024
1 parent 6b8e004 commit 3398881
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 38 deletions.
140 changes: 102 additions & 38 deletions fixtures/mira-amm/mira_amm_contract-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
"type": 0,
"typeArguments": null
},
{
"name": "CannotAddLessThanMinimumLiquidity",
"type": 0,
"typeArguments": null
},
{
"name": "CurveInvariantViolation",
"type": 2,
Expand Down Expand Up @@ -184,6 +189,16 @@
"name": "LPTokenHashCollision",
"type": 0,
"typeArguments": null
},
{
"name": "NotAdmin",
"type": 0,
"typeArguments": null
},
{
"name": "ProtocolFeesAreTooHigh",
"type": 0,
"typeArguments": null
}
],
"typeParameters": null
Expand All @@ -203,7 +218,9 @@
"typeArguments": null
}
],
"typeParameters": [12]
"typeParameters": [
12
]
},
{
"typeId": 11,
Expand Down Expand Up @@ -439,7 +456,9 @@
"typeArguments": null
}
],
"typeParameters": [12]
"typeParameters": [
12
]
},
{
"typeId": 25,
Expand Down Expand Up @@ -511,7 +530,9 @@
"typeArguments": null
}
],
"typeParameters": [12]
"typeParameters": [
12
]
},
{
"typeId": 28,
Expand Down Expand Up @@ -556,7 +577,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand All @@ -583,7 +606,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand All @@ -610,7 +635,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand All @@ -625,7 +652,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand All @@ -652,7 +681,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand Down Expand Up @@ -682,7 +713,10 @@
},
{
"name": "storage",
"arguments": ["read", "write"]
"arguments": [
"read",
"write"
]
}
]
},
Expand Down Expand Up @@ -723,7 +757,10 @@
"attributes": [
{
"name": "storage",
"arguments": ["read", "write"]
"arguments": [
"read",
"write"
]
}
]
},
Expand All @@ -735,7 +772,14 @@
"type": 3,
"typeArguments": null
},
"attributes": null
"attributes": [
{
"name": "storage",
"arguments": [
"read"
]
}
]
},
{
"inputs": [
Expand All @@ -759,7 +803,10 @@
"attributes": [
{
"name": "storage",
"arguments": ["read", "write"]
"arguments": [
"read",
"write"
]
}
]
},
Expand All @@ -786,7 +833,9 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
Expand All @@ -807,7 +856,37 @@
"attributes": [
{
"name": "storage",
"arguments": ["read"]
"arguments": [
"read"
]
}
]
},
{
"inputs": [
{
"name": "volatile_fee",
"type": 29,
"typeArguments": null
},
{
"name": "stable_fee",
"type": 29,
"typeArguments": null
}
],
"name": "set_protocol_fees",
"output": {
"name": "",
"type": 0,
"typeArguments": null
},
"attributes": [
{
"name": "storage",
"arguments": [
"write"
]
}
]
},
Expand Down Expand Up @@ -852,7 +931,10 @@
},
{
"name": "storage",
"arguments": ["read", "write"]
"arguments": [
"read",
"write"
]
}
]
}
Expand Down Expand Up @@ -924,7 +1006,7 @@
"type": 29,
"typeArguments": null
},
"offset": 55712
"offset": 58056
},
{
"name": "LP_FEE_STABLE",
Expand All @@ -933,34 +1015,16 @@
"type": 29,
"typeArguments": null
},
"offset": 55704
},
{
"name": "PROTOCOL_FEE_VOLATILE",
"configurableType": {
"name": "",
"type": 29,
"typeArguments": null
},
"offset": 55768
},
{
"name": "PROTOCOL_FEE_STABLE",
"configurableType": {
"name": "",
"type": 29,
"typeArguments": null
},
"offset": 55760
"offset": 58048
},
{
"name": "PROTOCOL_FEES_COLLECTOR",
"name": "ADMIN",
"configurableType": {
"name": "",
"type": 8,
"typeArguments": []
},
"offset": 55720
"offset": 58008
}
]
}
}
Binary file modified fixtures/mira-amm/mira_amm_contract.bin
Binary file not shown.

0 comments on commit 3398881

Please sign in to comment.