generated from dgma/nodejs-web3-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.apprc
53 lines (53 loc) · 924 Bytes
/
.apprc
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
{
"cli": {
"cluster_id": "fuelDust",
"funding": {
"chain": "eth",
"filters": [
"noFuel",
"lteBalance"
],
"depositRange": [
30,
120
],
"lteBalance": 50,
"maxFee": 2
},
"distribute": {
"chain": "mainnet",
"token": "0x8c9532a60E0E7C6BbD2B2c1303F63aCE1c3E9811",
"miller": "0x0000000000000000000000000000000000000000"
},
"fuel": {
"minDeposit": 30,
"token": "0x8c9532a60E0E7C6BbD2B2c1303F63aCE1c3E9811"
},
"scroll": {
"kelp": {
"minDeposit": 70
}
},
"report": {
"mainnet": {
"params": [
"fuel"
],
"save": true
},
"scroll": {
"save": true
}
},
"profiles": {
"amount": 60,
"chains": [
"btc",
"evm",
"sol",
"tia",
"atom"
]
}
}
}