-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(squid): Add squid bridge 1.0.0 (#496)
* Revert "chore: move squid implementation" This reverts commit d51688f. * deploy: staging deployments * fix: updates implementation to work with new Squid router implementation incl. tests * deploy: staging re-deployments (BSC,POL) * fix: removes check for token symbol from facet (causing errors when Squid internally swqps e.g. USDC > axlUSDC) * deploy: staging re-deployments (BSC,POL) v0.0.3 * deploy: staging re-deployments (BSC,POL) v0.0.4 * fix: removes failing test * deploy: BSC & POL staging redeployment * deploy: redeploy to POL staging * deploy: various staging redeployments * fix: fix failing tests * adds missing config values * Deploy to some chains * Deploy to remaining chains and add to diamond --------- Co-authored-by: Ed Zynda <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: Daniel Bläcker <[email protected]> Co-authored-by: Ed Zynda <[email protected]>
- Loading branch information
1 parent
7a0aa91
commit a9e6c37
Showing
43 changed files
with
1,371 additions
and
32 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"mainnet": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"polygon": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"bsc": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"arbitrum": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"avalanche": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"fantom": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"celo": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"moonbeam": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"base": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"scroll": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"linea": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
}, | ||
"optimism": { | ||
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666" | ||
} | ||
} |
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
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
Oops, something went wrong.