Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix openethereum config (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAR2 authored Mar 21, 2022
1 parent 17f5539 commit b64a4de
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambrosus-nop",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "",
"repository": "[email protected]:ambrosus/ambrosus-nop.git",
Expand Down
3 changes: 0 additions & 3 deletions setup_templates/apollo/ambnet-dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ warp = false
apis = ["web3", "eth", "net", "parity"]
interface = "all"

[ui]
disable = true

[account]
password = ["/app/password.pwds"]

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/apollo/ambnet-test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ warp = false
apis = ["web3", "eth", "net", "parity"]
interface = "all"

[ui]
disable = true

[account]
password = ["/app/password.pwds"]

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/apollo/dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ warp = false
apis = ["web3", "eth", "net", "parity"]
interface = "all"

[ui]
disable = true

[account]
password = ["/app/password.pwds"]

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/apollo/test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ warp = false
apis = ["web3", "eth", "net", "parity"]
interface = "all"

[ui]
disable = true

[account]
password = ["/app/password.pwds"]

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/atlas/ambnet-dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/atlas/ambnet-test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/atlas/dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/atlas/test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/hermes/ambnet-dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/hermes/ambnet-test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/hermes/dev/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down
3 changes: 0 additions & 3 deletions setup_templates/hermes/test/parity_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cors = ["*"]
apis = ["web3", "eth", "net"]
interface = "all"

[ui]
disable = true

[ipc]
disable = true

Expand Down

0 comments on commit b64a4de

Please sign in to comment.