Skip to content

Commit

Permalink
auto ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vipwzw committed Feb 23, 2022
1 parent 79420d1 commit 474fabf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions plugin/dapp/cross2eth/ebrelayer/relayer/chain33/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package chain33
import (
"errors"
"fmt"

chain33Common "github.com/33cn/chain33/common"
"github.com/33cn/chain33/common/address"
"github.com/33cn/chain33/system/crypto/secp256k1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"context"
"errors"
"fmt"
"strings"

chain33Abi "github.com/33cn/plugin/plugin/dapp/evm/executor/abi"
"github.com/ethereum/go-ethereum/accounts/abi"
"strings"

bep20 "github.com/33cn/plugin/plugin/dapp/cross2eth/contracts/bep20/generated"
"github.com/33cn/plugin/plugin/dapp/cross2eth/contracts/contracts4eth/generated"
Expand Down
3 changes: 2 additions & 1 deletion plugin/dapp/cross2eth/ebrelayer/types/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion plugin/dapp/cross2eth/ebrelayer/types/relayer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 474fabf

Please sign in to comment.