Skip to content

Commit

Permalink
Update(fluid-dex-t1): Adjust some logic related to the new contract u…
Browse files Browse the repository at this point in the history
…pdate (#585)
  • Loading branch information
sunspirit99 authored Nov 13, 2024
1 parent 3e66ef9 commit 9987ed6
Show file tree
Hide file tree
Showing 10 changed files with 640 additions and 128 deletions.
2 changes: 2 additions & 0 deletions pkg/liquidity-source/fluid/dex-t1/abis.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
var (
dexReservesResolverABI abi.ABI
erc20 abi.ABI
storageReadABI abi.ABI
)

func init() {
Expand All @@ -18,6 +19,7 @@ func init() {
}{
{&dexReservesResolverABI, dexReservesResolverJSON},
{&erc20, erc20JSON},
{&storageReadABI, storageReadJSON},
}

for _, b := range builder {
Expand Down
Loading

0 comments on commit 9987ed6

Please sign in to comment.