Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
it4rb committed Jan 8, 2024
1 parent bd2464c commit 9e9b5cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/source/dodo/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ var v1PoolData []byte

//go:embed abi/DodoV2Pool.json
var v2PoolData []byte

//go:embed blacklist/bsc.txt
var bscBlacklistFilePath []byte

var bytesByPath = map[string][]byte{
"blacklist/bsc.txt": bscBlacklistFilePath,
}

0 comments on commit 9e9b5cd

Please sign in to comment.