-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* deploy: aux contracts on Linea * fix: adjust QuoterV2 config script for chains w/o SynapseRouter * deploy: FB Router on Linea * build: add FastBridge deployment addresses on Linea * chore: use latest FastBridge address on other chains * refactor: more explicit logs * deploy: UniV3 module on Scroll, LinkedPool * deploy: AlgebraModule on Linea, LinkedPool * fix: save linked pool viz as .png * chore: regenerate token trees * build: add deployed linked pools as origin-only pools * feat: script to generate all token trees * chore: regenerate all token trees * fix: getCode in integration tests
- Loading branch information
1 parent
97aeb0c
commit 182e046
Showing
54 changed files
with
2,950 additions
and
7,362 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"address": "0x5523D3c98809DdDB82C686E152F5C58B1B0fB59E", | ||
"constructorArgs": "0x000000000000000000000000bd88862fcc17de436f7bd17276c537acadda9a67" | ||
"address": "0x5523D3c98809DdDB82C686E152F5C58B1B0fB59E" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
{ | ||
"address": "0x8721e488c0cf6206A9eDAdFCafdd24367c5d432a", | ||
"constructorArgs": "0x0000000000000000000000003921e8cb45b17fc029a0a6de958330ca4e58339000000000000000000000000070ceb9e0237546115e2f108f8f7658e42daf3296", | ||
"abi": [ | ||
{ | ||
"type": "constructor", | ||
"inputs": [ | ||
{ | ||
"name": "algebraRouter_", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "algebraStaticQuoter_", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "algebraRouter", | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "contract IAlgebraRouter" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "algebraStaticQuoter", | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "contract IAlgebraStaticQuoter" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getPoolQuote", | ||
"inputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "tokenFrom", | ||
"type": "tuple", | ||
"internalType": "struct IndexedToken", | ||
"components": [ | ||
{ | ||
"name": "index", | ||
"type": "uint8", | ||
"internalType": "uint8" | ||
}, | ||
{ | ||
"name": "token", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "tokenTo", | ||
"type": "tuple", | ||
"internalType": "struct IndexedToken", | ||
"components": [ | ||
{ | ||
"name": "index", | ||
"type": "uint8", | ||
"internalType": "uint8" | ||
}, | ||
{ | ||
"name": "token", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "amountIn", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "bool", | ||
"internalType": "bool" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "amountOut", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getPoolTokens", | ||
"inputs": [ | ||
{ | ||
"name": "pool", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "tokens", | ||
"type": "address[]", | ||
"internalType": "address[]" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "poolSwap", | ||
"inputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "tokenFrom", | ||
"type": "tuple", | ||
"internalType": "struct IndexedToken", | ||
"components": [ | ||
{ | ||
"name": "index", | ||
"type": "uint8", | ||
"internalType": "uint8" | ||
}, | ||
{ | ||
"name": "token", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "tokenTo", | ||
"type": "tuple", | ||
"internalType": "struct IndexedToken", | ||
"components": [ | ||
{ | ||
"name": "index", | ||
"type": "uint8", | ||
"internalType": "uint8" | ||
}, | ||
{ | ||
"name": "token", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "amountIn", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "amountOut", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
} | ||
], | ||
"stateMutability": "nonpayable" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"address": "0x0000000000Cc5af216a3E1614091a20e11bbfD32", | ||
"constructorArgs": "0x", | ||
"abi": [ | ||
{ | ||
"type": "function", | ||
"name": "calculateAddLiquidity", | ||
"inputs": [ | ||
{ | ||
"name": "pool", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "amounts", | ||
"type": "uint256[]", | ||
"internalType": "uint256[]" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "amountOut", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
} | ||
], | ||
"stateMutability": "view" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"address": "0x34F52752975222d5994C206cE08C1d5B329f24dD" | ||
} |
Oops, something went wrong.