Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/luxfi/config v1.1.2
github.com/luxfi/crypto v1.17.42
github.com/luxfi/erc20-go v0.2.1
github.com/luxfi/erc20-go v0.2.2
github.com/luxfi/evm v0.8.35
github.com/luxfi/geth v1.16.76
github.com/luxfi/ids v1.2.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ github.com/luxfi/crypto v1.17.42 h1:RQDN9dSBN7wWXND/XO56pQfneMvtlEA8Ngb6OpVBgY4=
github.com/luxfi/crypto v1.17.42/go.mod h1:yz/86mgfby+aaf9hsHg8KIhHENueDsZpI9nnV+G4nW8=
github.com/luxfi/database v1.17.43 h1:AuW2IDc/nofuqfdspqCn0P6FsP6uBcx8RMgJr2bDRU8=
github.com/luxfi/database v1.17.43/go.mod h1:87bOpi6u0WAiHzBxPyxS/+pN1LJGqOY7QkyEZcI+7Kk=
github.com/luxfi/erc20-go v0.2.1 h1:7fRBaXnMLHuIVCrxCh5zkTBMZVP4n/M6j2uvY5A2Ivc=
github.com/luxfi/erc20-go v0.2.1/go.mod h1:MbUKY0menhmKos+0hBlozP0OJXejdpRH9q7GA0/r8kA=
github.com/luxfi/erc20-go v0.2.2 h1:dhcXrpcCUk0ZnKf5AzrpGeq5jhIUYDjFGy36v58Jf/M=
github.com/luxfi/erc20-go v0.2.2/go.mod h1:qso6l0s7fWPxzMlJGqt8D0cbMO1CZ7/4kdcGi89KgfQ=
github.com/luxfi/evm v0.8.35 h1:hdwVtlUl2avlCsMTWHM1tPMQlMC4TGJLZP0JS9cvspY=
github.com/luxfi/evm v0.8.35/go.mod h1:CoWii1fxC4TDNorSoWblKFLL59U9dU4RbqcVe7ayOe4=
github.com/luxfi/filesystem v0.0.1 h1:VZ6xMFKaAPBW/ddlMsDnI2G0VU1lV5rYaVcW5d+KwEY=
Expand Down
Loading