Skip to content

Commit

Permalink
update short long spell unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbear-gun committed Jun 6, 2023
1 parent 49ec313 commit f6d1981
Show file tree
Hide file tree
Showing 17 changed files with 830 additions and 441 deletions.
6 changes: 3 additions & 3 deletions abi/AuraSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@
"anonymous": false,
"inputs": [
{
"indexed": true,
"indexed": false,
"internalType": "uint256",
"name": "strategyId",
"type": "uint256"
},
{
"indexed": true,
"indexed": false,
"internalType": "address",
"name": "vault",
"type": "address"
Expand Down Expand Up @@ -259,7 +259,7 @@
"inputs": [
{
"internalType": "address",
"name": "vault",
"name": "bpt",
"type": "address"
},
{
Expand Down
22 changes: 2 additions & 20 deletions abi/BasicSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
"anonymous": false,
"inputs": [
{
"indexed": true,
"indexed": false,
"internalType": "uint256",
"name": "strategyId",
"type": "uint256"
},
{
"indexed": true,
"indexed": false,
"internalType": "address",
"name": "vault",
"type": "address"
Expand Down Expand Up @@ -171,24 +171,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "vault",
"type": "address"
},
{
"internalType": "uint256",
"name": "maxPosSize",
"type": "uint256"
}
],
"name": "addStrategy",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "bank",
Expand Down
6 changes: 3 additions & 3 deletions abi/ConvexSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@
"anonymous": false,
"inputs": [
{
"indexed": true,
"indexed": false,
"internalType": "uint256",
"name": "strategyId",
"type": "uint256"
},
{
"indexed": true,
"indexed": false,
"internalType": "address",
"name": "vault",
"type": "address"
Expand Down Expand Up @@ -259,7 +259,7 @@
"inputs": [
{
"internalType": "address",
"name": "vault",
"name": "crvLp",
"type": "address"
},
{
Expand Down
6 changes: 3 additions & 3 deletions abi/CurveSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@
"anonymous": false,
"inputs": [
{
"indexed": true,
"indexed": false,
"internalType": "uint256",
"name": "strategyId",
"type": "uint256"
},
{
"indexed": true,
"indexed": false,
"internalType": "address",
"name": "vault",
"type": "address"
Expand Down Expand Up @@ -259,7 +259,7 @@
"inputs": [
{
"internalType": "address",
"name": "vault",
"name": "crvLp",
"type": "address"
},
{
Expand Down
4 changes: 2 additions & 2 deletions abi/IchiSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@
"anonymous": false,
"inputs": [
{
"indexed": true,
"indexed": false,
"internalType": "uint256",
"name": "strategyId",
"type": "uint256"
},
{
"indexed": true,
"indexed": false,
"internalType": "address",
"name": "vault",
"type": "address"
Expand Down
Loading

0 comments on commit f6d1981

Please sign in to comment.