Add support for Energy Web Foundation's new chains (#10957)

* add(chain-support): new ewf chains support added

- volta test network
- ewc production chain

* remove(tobalaba): ewf chain tobalaba support removal

- tobalaba is deprecated so not officially supported by ewf any more
This commit is contained in:
Adam Z. Nagy
2019-08-12 13:20:12 +02:00
committed by joshua-mir
parent cafdfa8107
commit ffc066e5a4
6 changed files with 426 additions and 88 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -76,7 +76,8 @@ bundle_release_spec! {
"ethereum/poasokol" => new_sokol,
"ethereum/rinkeby" => new_rinkeby,
"ethereum/ropsten" => new_ropsten,
"ethereum/tobalaba" => new_tobalaba
"ethereum/volta" => new_volta,
"ethereum/ewc" => new_ewc
}
bundle_test_spec! {