-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathstrategy.json
104 lines (104 loc) · 2.69 KB
/
strategy.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
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
103
104
{
"symbol": "VP (delegated)",
"strategies": [
{
"name": "erc20-balance-of",
"params": {
"symbol": "WMANA",
"address": "0xfd09cf7cfffa9932e33668311c4777cb9db3c9be",
"decimals": 18
}
},
{
"name": "erc721-with-multiplier",
"params": {
"symbol": "LAND",
"address": "0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d",
"multiplier": 2000
}
},
{
"name": "decentraland-estate-size",
"params": {
"symbol": "ESTATE",
"address": "0x959e104e1a4db6317fa58f8295f586e1a978c297",
"multiplier": 2000
}
},
{
"name": "multichain",
"params": {
"name": "multichain",
"graphs": {
"137": "https://subgraph.decentraland.org/blocks-matic-mainnet"
},
"symbol": "MANA",
"strategies": [
{
"name": "erc20-balance-of",
"params": {
"address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"decimals": 18
},
"network": "1"
},
{
"name": "erc20-balance-of",
"params": {
"address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"decimals": 18
},
"network": "137"
}
]
}
},
{
"name": "erc721-with-multiplier",
"params": {
"symbol": "NAMES",
"address": "0x2a187453064356c898cae034eaed119e1663acb8",
"multiplier": 100
}
},
{
"name": "decentraland-wearable-rarity",
"params": {
"symbol": "WEARABLE",
"collections": [
"0x32b7495895264ac9d0b12d32afd435453458b1c6",
"0xd35147be6401dcb20811f2104c33de8e97ed6818",
"0xc04528c14c8ffd84c7c1fb6719b4a89853035cdd",
"0xc1f4b0eea2bd6690930e6c66efd3e197d620b9c2",
"0xf64dc33a192e056bb5f0e5049356a0498b502d50",
"0xc3af02c0fd486c8e9da5788b915d6fff3f049866"
],
"multipliers": {
"epic": 10,
"rare": 5,
"mythic": 1000,
"uncommon": 1,
"legendary": 100
}
}
},
{
"name": "decentraland-rental-lessors",
"params": {
"symbol": "RENTAL",
"addresses": {
"land": "0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d",
"estate": "0x959e104e1a4db6317fa58f8295f586e1a978c297"
},
"subgraphs": {
"rentals": "https://subgraph.decentraland.org/rentals-ethereum-mainnet",
"marketplace": "https://subgraph.decentraland.org/marketplace"
},
"multipliers": {
"land": 2000,
"estateSize": 2000
}
}
}
]
}