-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (23 loc) · 728 Bytes
/
Copy pathconfig.json
File metadata and controls
23 lines (23 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"endpoints": {
"getAssets": "https://cardano-mainnet.blockfrost.io/api/v0/assets",
"getWalletDetails": "https://cardano-mainnet.blockfrost.io/api/v0/addresses",
"getStakeWalletDetails": "https://cardano-mainnet.blockfrost.io/api/v0/accounts",
"cnftListings": "https://api.cnft.io/market/listings/",
"jpgListings": "https://jpg.store/api/policy/8f80ebfaf62a8c33ae2adf047572604c74db8bc1daba2b43f9a65635/listings",
"jpgAssets": "https://jpg.store/api/asset/"
},
"warrior_points": {
"Common": 12,
"Uncommon": 15,
"Rare": 20,
"Epic": 30,
"Legendary": 80,
"Mythical": 110
},
"chart": {
"floor_cap": 15,
"floor_chart_height": 500,
"floor_chart_width": 1000
}
}