Skip to content

Commit

Permalink
Hotfix chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-j-luna committed Jul 29, 2022
1 parent db9591b commit 1b39d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akash/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}
AccountAddress: config["accountAddress"],
Net: config["net"],
Version: config["version"],
ChainId: config["chainId"],
ChainId: config["chain_id"],
Node: config["node"],
Home: config["home"],
Path: config["path"],
Expand Down

0 comments on commit 1b39d02

Please sign in to comment.