-
Notifications
You must be signed in to change notification settings - Fork 19
/
sample-relayer-config.json
40 lines (40 loc) · 1.09 KB
/
sample-relayer-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"info-api": {
"base-url": "https://api.avax-test.network"
},
"p-chain-api": {
"base-url": "https://api.avax-test.network"
},
"source-blockchains": [
{
"subnet-id": "11111111111111111111111111111111LpoYY",
"blockchain-id": "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
"vm": "evm",
"rpc-endpoint": {
"base-url": "https://api.avax-test.network/ext/bc/C/rpc"
},
"ws-endpoint": {
"base-url": "wss://api.avax-test.network/ext/bc/C/ws"
},
"message-contracts": {
"0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf": {
"message-format": "teleporter",
"settings": {
"reward-address": "0x5072..."
}
}
}
}
],
"destination-blockchains": [
{
"subnet-id": "7WtoAMPhrmh5KosDUsFL9yTcvw7YSxiKHPpdfs4JsgW47oZT5",
"blockchain-id": "2D8RG4UpSXbPbvPCAWppNJyqTG2i2CAXSkTgmTBBvs7GKNZjsY",
"vm": "evm",
"rpc-endpoint": {
"base-url": "https://subnets.avax.network/dispatch/testnet/rpc"
},
"account-private-key": "0x7493..."
}
]
}