-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add config for Scroll * Deploy some basic contracts * Add external Scroll deployments * Adjust QuoterV2 script to deploy w/o SynapseRouter * Deploy FB Router on Scroll * Add integration test for UniV3 module on Scroll * Deploy UniV3 module * Add simple config and integration test for it * deploy: Create2Factory on linea
- Loading branch information
1 parent
8556305
commit 97aeb0c
Showing
20 changed files
with
2,866 additions
and
1 deletion.
There are no files selected for viewing
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
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 @@ | ||
59144 |
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,4 @@ | ||
{ | ||
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04", | ||
"constructorArgs": "0x" | ||
} |
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 @@ | ||
534352 |
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,4 @@ | ||
{ | ||
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04", | ||
"constructorArgs": "0x" | ||
} |
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" | ||
} | ||
] | ||
} |
Oops, something went wrong.