Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
THORNode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
THORChain
THORNode
Merge requests
!2684
Xdefi whitelist
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Xdefi whitelist
xdefi-whitelist
into
develop
Overview
0
Commits
4
Pipelines
3
Changes
1
Merged
Pluto
requested to merge
xdefi-whitelist
into
develop
2 years ago
Overview
0
Commits
4
Pipelines
3
Changes
1
Expand
Duplicate of
!2668 (closed)
Reopening due to smoke test flakiness.
0
0
Merge request reports
Viewing commit
32ab244c
Show latest version
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
32ab244c
Whitelist XDEFI Thorchain Dex Agg contract
· 32ab244c
KevinXdefi
authored
2 years ago
x/thorchain/aggregators/dex_mainnet.go
+
8
−
0
Options
@@ -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