Skip to content
Snippets Groups Projects

Xdefi whitelist

Merged Pluto requested to merge xdefi-whitelist into develop
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -51,6 +51,14 @@ func DexAggregators(version semver.Version) []Aggregator {
{common.AVAXChain, `0x3b7DbdD635B99cEa39D3d95Dbd0217F05e55B212`},
// TSAggregatorAvaxGeneric
{common.AVAXChain, `0x7C38b8B2efF28511ECc14a621e263857Fb5771d3`},
// XDEFIAggregatorEthGeneric
{common.ETHChain, `0x53E4DD4072A9a8ed56289e048f5BD5AA51c9Bf6E`},
// XDEFIAggregatorEthUniswapV2
{common.ETHChain, `0x82ff5842776ea577fd5247d3e97c88f7a0386620`},
// XDEFIAggregatorAvaxGeneric
{common.AVAXChain, `0xd0269244A876F7Bc600D1f38B03a9916864b73C6`},
// XDEFIAggregatorAvaxPangolin
{common.AVAXChain, `0x1462F79C2D4B308EB8CB6938F4d2cC9f85Dde31A`},
}
case version.GTE(semver.MustParse("1.96.0")):
return []Aggregator{
Loading