Skip to content

Commit fcb57a6

Browse files
authored
CCCP-499, feat: support Oasys mainnet (#172)
1 parent 047d68f commit fcb57a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ You should prepare RPC endpoints for the following blockchain networks. There ar
7272
- [Arbitrum](https://docs.arbitrum.io/node-running/node-providers)
7373
- [Bitcoin](https://bitcoin.org/en/full-node)
7474
- [Core](https://docs.coredao.org/docs/Dev-Guide/rpc-list)
75+
- [Oasys](https://docs.oasys.games/docs/staking/rpc-endpoint/1-1-rpc-endpoint)
7576

7677
You should also prepare an EVM account that will act as your relayer account. This account should have enough balance
7778
for transaction fees used in operations.

configs/config.mainnet.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,19 @@ evm_providers:
8989
min_gas_price: 30000000000
9090
socket_address: "0x4C7a44F3FB37A53F33D3fe3cCdE97A444F105239"
9191
authority_address: "0xA069a57426Cd4c53925c1847Bec01aAB832A5118"
92+
- name: "oasys"
93+
id: 248
94+
provider: "<YOUR_OASYS_RPC_ENDPOINT>"
95+
call_interval: 6000
96+
block_confirmations: 3
97+
is_relay_target: false
98+
eip1559: true
99+
socket_address: "0x4C7a44F3FB37A53F33D3fe3cCdE97A444F105239"
100+
authority_address: "0x48820089C1d4f5d768f6800CF647b4f5b8675CFA"
92101

93102
handler_configs:
94103
- handler_type: Socket
95-
watch_list: [3068, 1, 56, 137, 8453, 42161, 1116]
104+
watch_list: [3068, 1, 56, 137, 8453, 42161, 1116, 248]
96105
- handler_type: Roundup
97106
watch_list: [3068]
98107

0 commit comments

Comments
 (0)