Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Relayer configration docs and Examples #369

Merged
merged 30 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
dc0cb2a
Add an Example and simple config file
shekohex Mar 14, 2023
e733c0a
Add env file example
shekohex Mar 14, 2023
dc97faf
Start working on config index
shekohex Mar 14, 2023
7f3af40
fix naming and links
shekohex Mar 15, 2023
64d1646
fix naming and links
shekohex Mar 15, 2023
45bcf99
add common configrations for evm based chains
shekohex Mar 15, 2023
179f24b
finish up the evm config section
shekohex Mar 15, 2023
5615ce1
add substrate config
shekohex Mar 15, 2023
d611ed3
fixing contract ref
shekohex Mar 15, 2023
d45e75a
fixing contract ref
shekohex Mar 15, 2023
72e1994
Merge branch 'shady/relayer-docs-config' of github.com:webb-tools/rel…
shekohex Mar 15, 2023
ca0b4db
add docs to each development configs
shekohex Mar 16, 2023
de2f741
remove unused envs
shekohex Mar 16, 2023
3c8ed70
Delete README.md
shekohex Mar 16, 2023
0e5c22e
remove old and unused config files
shekohex Mar 16, 2023
96e59f1
fix block header relay config
shekohex Mar 16, 2023
5631457
update env in the examples with correct values
shekohex Mar 16, 2023
4264e26
move example env to the top directory
shekohex Mar 16, 2023
6533045
Update development configs
shekohex Mar 16, 2023
1d301d1
add default value for block confirmations to be zero
shekohex Mar 16, 2023
596cfd4
add test to check config files that are correct and always up to date
shekohex Mar 16, 2023
37103dd
Update config/README.md
shekohex Mar 16, 2023
85ab268
Apply suggestions from code review
shekohex Mar 16, 2023
babf036
fix small typos
shekohex Mar 16, 2023
2f572ef
Merge branch 'shady/relayer-docs-config' of github.com:webb-tools/rel…
shekohex Mar 16, 2023
eef23ec
Apply suggestions from code review
shekohex Mar 16, 2023
f814965
update the way we render example
shekohex Mar 17, 2023
a729901
fix typos
shekohex Mar 17, 2023
5a89300
Merge branch 'develop' into shady/relayer-docs-config
shekohex Mar 17, 2023
fbbdd82
fix tests
salman01zp Mar 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
WEBB_EVM_RINKEBY_ENABLED=true
WEBB_EVM_HARMONYMAINNET0_ENABLED=true

RINKEBY_PRIVATE_KEY=<0X_PREFIXED_PRIVATE_KEY>
HARMONYMAINNET0_PRIVATE_KEY=<0X_PREFIXED_PRIVATE_KEY>

#add an optional beneficiary to receive rewards for relaying
WEBB_EVM_RINKEBY_BENEFICIARY=<0X_PREFIXED_ADDRESS>
WEBB_EVM_HARMONYMAINNET0_BENEFICIARY=<0X_PREFIXED_ADDRESS>

ETH1_INFURA_API_KEY=<INFURA_API_KEY>
ETH1_INFURA_API_KEY=<INFURA_API_KEY>
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading