-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e0fe04
commit 5c95319
Showing
9 changed files
with
1,342 additions
and
9 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,15 @@ | ||
// SPDX-License-Identifier: GPL-3.0 | ||
|
||
pragma solidity ^0.8.17; | ||
|
||
import "../../BaseRouter.sol"; | ||
|
||
/// @title AngleRouterXlayer | ||
/// @author Angle Core Team | ||
/// @notice Router contract built specifially for Angle use cases on Xlayer | ||
contract AngleRouterXlayer is BaseRouter { | ||
/// @inheritdoc BaseRouter | ||
function _getNativeWrapper() internal pure override returns (IWETH9) { | ||
return IWETH9(0xe538905cf8410324e03A5A23C1c177a474D59b2b); | ||
} | ||
} |
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 @@ | ||
{ | ||
"oneInchRouter": "0x0000000000000000000000000000000000000000", | ||
"uniswapV3Router": "0x0000000000000000000000000000000000000000" | ||
} |
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 @@ | ||
196 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.