Skip to content

Commit

Permalink
ft: update fluid-dex-t1 resolver address in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Jan 12, 2025
1 parent 16c8216 commit 6d62397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestPoolListUpdater(t *testing.T) {
err error

config = Config{
DexReservesResolver: "0x45f4ad57e300da55c33dea579a40fcee000d7b94",
DexReservesResolver: "0xb387f9C2092cF7c4943F97842887eBff7AE96EB3",
}
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/liquidity-source/fluid/dex-t1/pool_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestPoolTracker(t *testing.T) {

var (
config = Config{
DexReservesResolver: "0x45f4ad57e300da55c33dea579a40fcee000d7b94",
DexReservesResolver: "0xb387f9C2092cF7c4943F97842887eBff7AE96EB3",
}
)

Expand Down

0 comments on commit 6d62397

Please sign in to comment.