-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a67880
commit 5dc3fd7
Showing
3 changed files
with
120 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,132 @@ | ||
{ | ||
"id": "hashstack", | ||
"displayName": "Hashstack", | ||
"host": "zk.hashstack.finance", | ||
"description": "A non-custodial Zk-native money market protocol enabling secure under-collateralized loans.", | ||
"host": "hstk.fi/hashstack", | ||
"description": "Hashstack users get 5x their collateral as debt for yield farming & trading capital.", | ||
"categories": [ | ||
"defi" | ||
"lending", | ||
"defi" | ||
], | ||
"contracts": [ | ||
{ | ||
"tag": "hashstack", | ||
"tag": "hashstack_rBTC", | ||
"addresses": { | ||
"mainnet-alpha": [ | ||
"0x03dcf5c72ba60eb7b2fe151032769d49dd3df6b04fa3141dffd6e2aa162b7a6e" | ||
"mainnet": [ | ||
"0x1320a9910e78afc18be65e4080b51ecc0ee5c0a8b6cc7ef4e685e02b50e57ef" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_dBTC", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x2614c784267d2026042ab98588f90efbffaade8982567e93530db4ed41201cf" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_rETH", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x436d8d078de345c11493bd91512eae60cd2713e05bcaa0bb9f0cba90358c6e" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_dETH", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x1ef7f9f8bf01678dc6d27e2c26fb7e8eac3812a24752e6a1d6a49d153bec9f3" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_rUSDT", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x5fa6cc6185eab4b0264a4134e2d4e74be11205351c7c91196cb27d5d97f8d21" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_dUSDT", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x12b8185e237dd0340340faeb3351dbe53f8a42f5a9bf974ddf90ced56e301c7" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_rUSDC", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x3bcecd40212e9b91d92bbe25bb3643ad93f0d230d93237c675f46fac5187e8c" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_dUSDC", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x21d8d8519f5464ec63c6b9a80a5229c5ddeed57ecded4c8a9dfc34e31b49990" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_rDAI", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x19c981ec23aa9cbac1cc1eb7f92cf09ea2816db9cbd932e251c86a2e8fb725f" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "hashstack_dDAI", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x7eeed99c095f83716e465e2c52a3ec8f47b323041ddc4f97778ac0393b7f358" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "staking_address", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x5950cbbb7dbdb2303671515bb9e41ca0bf8937dc5ba929eebd276a3db3f854" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "diamond_address", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x1b862c518939339b950d0d21a3d4cc8ead102d6270850ac8544636e558fab68" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "access_control_address", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x6358c7370a0ceecd1bc4e1a4b979a37b481a2e00de4e323abdc20c9a905d987" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "l3_diamond_address", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x5bc2d5f739fd82c176fc420b7acdbbf856d35597bdc575338664e84379245df" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "metrics_contract_address", | ||
"addresses": { | ||
"mainnet": [ | ||
"0x548f38cb45720a101a1ec2edfaf608b47d2b39d137d0d3134087315f1b5f4a5" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |