diff options
author | StephenButtolph <[email protected]> | 2020-09-10 00:10:51 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-09-10 00:10:51 -0400 |
commit | 01aee7a46974915f535f8a22302028196edee209 (patch) | |
tree | 398631d21343a82da80b0f4dcc05cc69947d002a /plugin/evm/static_service.go | |
parent | 9be5529922f9c1e97349388fab3958d443a2df41 (diff) |
updated gecko dependencyv0.2.15-rc.1
Diffstat (limited to 'plugin/evm/static_service.go')
-rw-r--r-- | plugin/evm/static_service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/static_service.go b/plugin/evm/static_service.go index d3870ca..a379c44 100644 --- a/plugin/evm/static_service.go +++ b/plugin/evm/static_service.go @@ -8,7 +8,7 @@ import ( "encoding/json" "github.com/ava-labs/coreth/core" - "github.com/ava-labs/gecko/utils/formatting" + "github.com/ava-labs/avalanche-go/utils/formatting" ) // StaticService defines the static API services exposed by the evm |