-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json.example
102 lines (102 loc) · 3.86 KB
/
config.json.example
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"mapchain": {
"id": "212",
"endpoint": "http://18.142.54.137:7445",
"from": "0xE0DC8D7f134d0A79019BE1232fd4b2013a64fCD6",
"opts": {
"mcs": "0x0ac4611305254cdd257beC56CB79CBeC720Cd02D",
"lightnode": "0x000068656164657273746F726541646472657373",
"http": "true",
"gasLimit": "4000000000000",
"maxGasPrice": "2000000000000",
"event": "mapTransferOut(bytes,bytes,bytes32,uint256,uint256,bytes,uint256,bytes)|depositOutToken(address,address,bytes,uint256)",
"syncIdList": "[34434]"
}
},
"chains": [
{
"name": "pri-eth",
"type": "ethereum",
"id": "34434",
"endpoint": "http://18.138.248.113:8545",
"from": "0xE0DC8D7f134d0A79019BE1232fd4b2013a64fCD6",
"opts": {
"mcs": "0xcfc80beddb70f12af6da768fc30e396889dfce26",
"lightnode": "0x80Be41aEBFdaDBD58a65aa549cB266dAFb6b8304",
"http": "true",
"gasLimit": "400000000000",
"maxGasPrice": "200000000000",
"event": "mapTransferOut(bytes,bytes,bytes32,uint256,uint256,bytes,uint256,bytes)|depositOutToken(address,address,bytes,uint256)",
"syncToMap": "true"
}
},
{
"name": "Near",
"type": "near",
"id": "1313161555",
"network": "testnet",
"endpoint": "https://archival-rpc.testnet.near.org",
"from": "you.name.testnet",
"keystorePath" : "/root/",
"opts": {
"mcs": "you.contract.testnet",
"lightnode": "client.cfac.maplabs.testnet",
"http": "true",
"gasLimit": "300000000000000",
"maxGasPrice": "300000000000000",
"syncToMap": "true",
"redis": "redis://:password@ip:port/dbnum",
"event": "2ef1cdf83614a69568ed2c96a275dd7fb2e63a464aa3a0ffe79f55d538c8b3b5|150bd848adaf4e3e699dcac82d75f111c078ce893375373593cc1b9208998377"
}
},
{
"name": "matic",
"type": "matic",
"id": "80001",
"endpoint": "https://rpc-mumbai.maticvigil.com",
"from": "0xE0DC8D7f134d0A79019BE1232fd4b2013a64fCD6",
"opts": {
"mcs": "0x688f3Ef5f728995a9DcB299DAEC849CA2E49ddE1",
"lightnode": "0x05634BdfbDa8aC4653Ff0655d71719F61A0922C4",
"http": "true",
"gasLimit": "400000000000",
"maxGasPrice": "200000000000",
"event": "mapTransferOut(uint256,uint256,bytes32,bytes,bytes,bytes,uint256,bytes)|mapDepositOut(uint256,uint256,bytes32,address,bytes,address,uint256)",
"syncToMap": "true"
}
},
{
"name": "klaytn",
"type": "klaytn",
"id": "1001",
"endpoint": "https://public-node-api.klaytnapi.com/v1/baobab",
"from": "0xE0DC8D7f134d0A79019BE1232fd4b2013a64fCD6",
"opts": {
"mcs": "0x8105ECe4ce08B6B6449539A5db23e23b973DfA8f",
"lightnode": "0x9E9Cd184f1ceC35b7836b26B3F884a7bA6e0aDA9",
"http": "true",
"gasLimit": "400000000000",
"maxGasPrice": "200000000000",
"event": "mapTransferOut(uint256,uint256,bytes32,bytes,bytes,bytes,uint256,bytes)|mapDepositOut(uint256,uint256,bytes32,address,bytes,address,uint256)",
"syncToMap": "true"
}
},
{
"name": "eth2",
"type": "eth2",
"id": "5",
"endpoint": "http://18.142.54.137:8545",
"from": "0xE0DC8D7f134d0A79019BEF9C2fd4b2013a64fCD6",
"opts": {
"mcs": "0xae194f5d43ccab94c6dea994ff19001708d0e2eb",
"lightnode": "0x05634BdfbDa8aC4653Ff0655d71719F61A0922C4",
"http": "true",
"gasLimit": "400000000000",
"maxGasPrice": "200000000000",
"event": "mapTransferOut(uint256,uint256,bytes32,bytes,bytes,bytes,uint256,bytes)|mapDepositOut(uint256,uint256,bytes32,address,bytes,address,uint256)|mapSwapOut(uint256,uint256,bytes32,bytes,bytes,bytes,uint256,bytes)",
"syncToMap": "true",
"eth2Url": "http://18.138.248.113:9596"
}
}
]
}