Skip to content

Commit

Permalink
chore: move uniswapv3 contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 7, 2023
1 parent cde7a88 commit a003ba4
Show file tree
Hide file tree
Showing 66 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethclient"
uniswapv3loadtest "github.com/maticnetwork/polygon-cli/cmd/loadtest/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts-v2/src/uniswapv3"
"github.com/rs/zerolog/log"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/maticnetwork/polygon-cli/contracts/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts-v2/src/uniswapv3"
"github.com/rs/zerolog/log"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/maticnetwork/polygon-cli/contracts/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts-v2/src/uniswapv3"
"github.com/rs/zerolog/log"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3/swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/maticnetwork/polygon-cli/contracts/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts-v2/src/uniswapv3"
"github.com/rs/zerolog/log"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3/swapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/maticnetwork/polygon-cli/contracts/uniswapv3"
"github.com/maticnetwork/polygon-cli/contracts-v2/src/uniswapv3"
"github.com/rs/zerolog/log"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a003ba4

Please sign in to comment.