We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a826eef commit 20484fcCopy full SHA for 20484fc
tests/e2e/c/dynamic_fees.go
@@ -8,7 +8,6 @@ import (
8
"strings"
9
"time"
10
11
- "github.com/ava-labs/coreth/plugin/evm/upgrade/acp176"
12
"github.com/ava-labs/coreth/plugin/evm/upgrade/cortina"
13
"github.com/ava-labs/libevm/accounts/abi"
14
"github.com/ava-labs/libevm/common"
@@ -21,6 +20,7 @@ import (
21
20
"github.com/ava-labs/avalanchego/api/info"
22
"github.com/ava-labs/avalanchego/tests/fixture/e2e"
23
"github.com/ava-labs/avalanchego/tests/fixture/tmpnet"
+ "github.com/ava-labs/avalanchego/vms/evm/acp176"
24
)
25
26
// This test uses the compiled bytecode for `consume_gas.sol` as well as its ABI
0 commit comments