forked from DefiLlama/dimension-adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
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
igorshelkovenkov
committed
Jun 6, 2024
1 parent
4d1df68
commit 29d11ea
Showing
2 changed files
with
14 additions
and
0 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,7 @@ | ||
import { uniV2Exports } from "../helpers/uniswap"; | ||
|
||
export default uniV2Exports({ | ||
defichain_evm: { | ||
factory: '0x79Ea1b897deeF37e3e42cDB66ca35DaA799E93a3', | ||
} | ||
}) |
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,7 @@ | ||
import { uniV3Exports } from "../helpers/uniswap"; | ||
|
||
export default uniV3Exports({ | ||
defichain_evm: { | ||
factory: '0x9C444DD15Fb0Ac0bA8E9fbB9dA7b9015F43b4Dc1', | ||
} | ||
}) |