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

feat(relayer): Bridge relayer updates #14461

Merged
merged 2 commits into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 6 additions & 2 deletions packages/relayer/.default.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ MYSQL_CONN_MAX_LIFETIME_IN_MS=100000
RELAYER_ECDSA_KEY=
L1_BRIDGE_ADDRESS=0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60
L2_BRIDGE_ADDRESS=0x1000777700000000000000000000000000000004
L1_TOKEN_VAULT_ADDRESS=0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60
L2_TOKEN_VAULT_ADDRESS=0x1000777700000000000000000000000000000002
L1_ERC20_VAULT_ADDRESS=0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60
L2_ERC20_VAULT_ADDRESS=0x1000777700000000000000000000000000000002
L1_ERC721_VAULT_ADDRESS=0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60
L2_ERC721_VAULT_ADDRESS=0x1000777700000000000000000000000000000002
L1_ERC1155_VAULT_ADDRESS=0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60
L2_ERC1155_VAULT_ADDRESS=0x1000777700000000000000000000000000000002
L1_TAIKO_ADDRESS=0x7B3AF414448ba906f02a1CA307C56c4ADFF27ce7
L2_TAIKO_ADDRESS=0x1000777700000000000000000000000000000001
L1_SIGNAL_SERVICE_ADDRESS=0x403cc7802725928652a3d116Bb1781005e2e76d3
Expand Down
4 changes: 2 additions & 2 deletions packages/relayer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ linters:

linters-settings:
funlen:
lines: 145
lines: 155
statements: 60
gocognit:
min-complexity: 50
min-complexity: 55

issues:
exclude-rules:
Expand Down
Loading