Skip to content

Commit

Permalink
Remove duplicate chainId definition (polkadot-evm#72)
Browse files Browse the repository at this point in the history
* Remove duplicate chainId definition

* Fix toml indentation

* Fix Aura inherent definition

* Fix compile with updated node interface

* Fix indentation
  • Loading branch information
sorpaas authored Jul 14, 2020
1 parent c9a35ee commit 57d040d
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 384 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
insert_final_newline=true

[*.toml]
indent_style=tab
indent_size=tab
tab_width=4
Loading

0 comments on commit 57d040d

Please sign in to comment.