Skip to content

Commit

Permalink
fix(#9): support EthSecp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeNinjaX committed Dec 3, 2024
1 parent 19dc191 commit 0b8e174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/artrolld/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/spf13/pflag"

"github.com/artela-network/artela-rollkit/app"
artelakeyring "github.com/artela-network/artela-rollkit/ethereum/crypto/keyring"
evmmoduletypes "github.com/artela-network/artela-rollkit/x/evm/types"
)

Expand Down Expand Up @@ -161,6 +162,7 @@ func ProvideClientContext(
WithInput(os.Stdin).
WithAccountRetriever(types.AccountRetriever{}).
WithHomeDir(app.DefaultNodeHome).
WithKeyringOptions(artelakeyring.Option()).
WithViper(app.Name) // env variable prefix

// Read the config again to overwrite the default values with the values from the config file
Expand Down

0 comments on commit 0b8e174

Please sign in to comment.