Skip to content

Commit 20484fc

Browse files
authored
Replace Coreth/ACP-176 package import (#4301)
1 parent a826eef commit 20484fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/c/dynamic_fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/ava-labs/coreth/plugin/evm/upgrade/acp176"
1211
"github.com/ava-labs/coreth/plugin/evm/upgrade/cortina"
1312
"github.com/ava-labs/libevm/accounts/abi"
1413
"github.com/ava-labs/libevm/common"
@@ -21,6 +20,7 @@ import (
2120
"github.com/ava-labs/avalanchego/api/info"
2221
"github.com/ava-labs/avalanchego/tests/fixture/e2e"
2322
"github.com/ava-labs/avalanchego/tests/fixture/tmpnet"
23+
"github.com/ava-labs/avalanchego/vms/evm/acp176"
2424
)
2525

2626
// This test uses the compiled bytecode for `consume_gas.sol` as well as its ABI

0 commit comments

Comments
 (0)