Skip to content

Commit

Permalink
CCCP-254, feature: officially support arbitrum one & goerli (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 authored Oct 18, 2023
1 parent 864140e commit 13ff052
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion configs/config.mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,21 @@ evm_providers:
socket_address: "0xAe172D8c5E428D4b7C70f9E593b207F9daC9BF3e"
vault_address: "0x4F7aB59b5AC112970F5dD66D8a7ac505c8E5e08B"
authority_address: "0x4C7a44F3FB37A53F33D3fe3cCdE97A444F105239"
- name: "arbitrum"
id: 42161
provider: "<YOUR_ARBITRUM_ONE_RPC_ENDPOINT>"
call_interval: 2000
block_confirmations: 5
get_logs_batch_size: 8
is_relay_target: false
eip1559: true
socket_address: "0xac1552e30857A814a225BAa81145bcB071B46DDd"
vault_address: "0xf549E4B5B4Cb7fd4e83b8AA047C742C06D527429"
authority_address: "0xA069a57426Cd4c53925c1847Bec01aAB832A5118"

handler_configs:
- handler_type: BridgeRelay
watch_list: [3068, 1, 56, 137, 8453]
watch_list: [3068, 1, 56, 137, 8453, 42161]
- handler_type: Roundup
watch_list: [3068]

Expand Down
13 changes: 12 additions & 1 deletion configs/config.testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,21 @@ evm_providers:
socket_address: "0x9c8B701961C20d006cb7c4B5B91c6cb93EdB44Ac"
vault_address: "0x6EeE91b7c69e3576C13cE7a9C7C0E305dF6996F9"
authority_address: "0xb3f5C3a2237Df09F94dDAC32F63E5D962Ae66a42"
- name: "arbitrum"
id: 421613
provider: "<YOUR_ARBITRUM_GOERLI_RPC_ENDPOINT>"
call_interval: 2000
block_confirmations: 5
get_logs_batch_size: 8
is_relay_target: false
eip1559: true
socket_address: "0xdD3B4c386729aE16dA6F961d7E0d4775C28ecA09"
vault_address: "0x242f67F5A254749c17C24F8826e9b1d3a0cf038B"
authority_address: "0x487F36a661C131F6885aBfE5177616daEC959299"

handler_configs:
- handler_type: BridgeRelay
watch_list: [49088, 5, 97, 80001, 84531]
watch_list: [49088, 5, 97, 80001, 84531, 421613]
- handler_type: Roundup
watch_list: [49088]

Expand Down

0 comments on commit 13ff052

Please sign in to comment.