diff options
Diffstat (limited to 'contracts/ens/contract/ens.go')
-rw-r--r-- | contracts/ens/contract/ens.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contracts/ens/contract/ens.go b/contracts/ens/contract/ens.go index 8827071af..203205983 100644 --- a/contracts/ens/contract/ens.go +++ b/contracts/ens/contract/ens.go @@ -6,12 +6,12 @@ package contract import ( "strings" - ethereum "github.com/ethereum/go-ethereum" - "github.com/ethereum/go-ethereum/accounts/abi" - "github.com/ethereum/go-ethereum/accounts/abi/bind" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/event" + ethereum "github.com/dexon-foundation/dexon" + "github.com/dexon-foundation/dexon/accounts/abi" + "github.com/dexon-foundation/dexon/accounts/abi/bind" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/event" ) // ENSABI is the input ABI used to generate the binding from. |