Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit fe5df8f

Browse files
committed
add silo proxies
1 parent e8b06eb commit fe5df8f

File tree

4 files changed

+164
-2
lines changed

4 files changed

+164
-2
lines changed

projects/Lendle.json

+66
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,72 @@
2828
"oev": {
2929
"enabled": false
3030
}
31+
},
32+
{
33+
"proxyType": "dapi",
34+
"feedName": "ETH/USD",
35+
"dapiNameHash": "0x9e6138f8f57d7b493a8364edb0a0ac92399dfd890eecb9121050836a1749ba42",
36+
"proxyAddress": "0xa47Fd122b11CdD7aad7c3e8B740FB91D83Ce43D1",
37+
"oev": {
38+
"enabled": true,
39+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
40+
41+
}
42+
},
43+
{
44+
"proxyType": "dapi",
45+
"feedName": "USDC/USD",
46+
"dapiNameHash": "0x228ffa116d7cb33d822dc4f1ba986ee7ecfa6b6b570aab9663f30f560df7f880",
47+
"proxyAddress": "0xa790a882bB695D0286C391C0935a05c347290bdB",
48+
"oev": {
49+
"enabled": true,
50+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
51+
52+
}
53+
},
54+
{
55+
"proxyType": "dapi",
56+
"feedName": "USDT/USD",
57+
"dapiNameHash": "0x48ddbf100a94d2af942f3f3b525fe385c1ac3c8020c9d90aecd487f72adcaf3d",
58+
"proxyAddress": "0xF00249f594f11c3F98F2D73433274D10098906B6",
59+
"oev": {
60+
"enabled": true,
61+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
62+
63+
}
64+
},
65+
{
66+
"proxyType": "dapi",
67+
"feedName": "WBTC/USD",
68+
"dapiNameHash": "0x788a83d3185172684a06bc2d96ea3e98728e0e87b759e866757989dcfe63b4f4",
69+
"proxyAddress": "0x73AB44615772a0d31dB48A87d7F4F81a3601BceB",
70+
"oev": {
71+
"enabled": true,
72+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
73+
74+
}
75+
},
76+
{
77+
"proxyType": "dapi",
78+
"feedName": "MNT/USD",
79+
"dapiNameHash": "0xa9aac29787fcbd94a60c432bcb0323ec8100ca21cade393b6a0acc3e7368b7e5",
80+
"proxyAddress": "0x0DA7254eBa56eeE9D1c466A1624D07dB1c1cdBe8",
81+
"oev": {
82+
"enabled": true,
83+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
84+
85+
}
86+
},
87+
{
88+
"proxyType": "dapi",
89+
"feedName": "USDe/USD",
90+
"dapiNameHash": "0xfa486155e7bffd2691ee94dce1e42411544a9ee569d28388cffd09bade579659",
91+
"proxyAddress": "0xFD4CEe9987B5A4fC286F863fe826BDBC20E262F1",
92+
"oev": {
93+
"enabled": true,
94+
"beneficiary": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26"
95+
96+
}
3197
}
3298
]
3399
},

projects/Silo-Finance.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,21 @@
2020
"10",
2121
"1"
2222
],
23-
"proxies": {},
23+
"proxies": {
24+
"42161": [
25+
{
26+
"proxyType": "dapi",
27+
"feedName": "RDNT/USD",
28+
"dapiNameHash": "0x7fc54d7c21fd8162f468a5f6887affffe6b885e09d57e0e0acf841bb34ad6b38",
29+
"proxyAddress": "0xf1499A3A7F451Ab08021582Ee55457B0E6B16e67",
30+
"oev": {
31+
"enabled": true,
32+
"beneficiary": "0x6adD2B0D2bA7A4075d75c3E1801214c53e407418"
33+
34+
}
35+
}
36+
]
37+
},
2438
"links": {
2539
"website": "https://www.silo.finance/",
2640
"dapp": "https://app.silo.finance/",

src/generated/projects-all.json

+1-1
Large diffs are not rendered by default.

src/generated/projects.ts

+82
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,48 @@ export const PROJECTS: Project[] = [
867867
proxyAddress: '0xF55faBDf4C4F19D48d12A94209c735ca5AC43c78',
868868
oev: { enabled: false },
869869
},
870+
{
871+
proxyType: 'dapi',
872+
feedName: 'ETH/USD',
873+
dapiNameHash: '0x9e6138f8f57d7b493a8364edb0a0ac92399dfd890eecb9121050836a1749ba42',
874+
proxyAddress: '0xa47Fd122b11CdD7aad7c3e8B740FB91D83Ce43D1',
875+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
876+
},
877+
{
878+
proxyType: 'dapi',
879+
feedName: 'USDC/USD',
880+
dapiNameHash: '0x228ffa116d7cb33d822dc4f1ba986ee7ecfa6b6b570aab9663f30f560df7f880',
881+
proxyAddress: '0xa790a882bB695D0286C391C0935a05c347290bdB',
882+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
883+
},
884+
{
885+
proxyType: 'dapi',
886+
feedName: 'USDT/USD',
887+
dapiNameHash: '0x48ddbf100a94d2af942f3f3b525fe385c1ac3c8020c9d90aecd487f72adcaf3d',
888+
proxyAddress: '0xF00249f594f11c3F98F2D73433274D10098906B6',
889+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
890+
},
891+
{
892+
proxyType: 'dapi',
893+
feedName: 'WBTC/USD',
894+
dapiNameHash: '0x788a83d3185172684a06bc2d96ea3e98728e0e87b759e866757989dcfe63b4f4',
895+
proxyAddress: '0x73AB44615772a0d31dB48A87d7F4F81a3601BceB',
896+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
897+
},
898+
{
899+
proxyType: 'dapi',
900+
feedName: 'MNT/USD',
901+
dapiNameHash: '0xa9aac29787fcbd94a60c432bcb0323ec8100ca21cade393b6a0acc3e7368b7e5',
902+
proxyAddress: '0x0DA7254eBa56eeE9D1c466A1624D07dB1c1cdBe8',
903+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
904+
},
905+
{
906+
proxyType: 'dapi',
907+
feedName: 'USDe/USD',
908+
dapiNameHash: '0xfa486155e7bffd2691ee94dce1e42411544a9ee569d28388cffd09bade579659',
909+
proxyAddress: '0xFD4CEe9987B5A4fC286F863fe826BDBC20E262F1',
910+
oev: { enabled: true, beneficiary: '0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26' },
911+
},
870912
],
871913
},
872914
links: {
@@ -1689,6 +1731,46 @@ export const PROJECTS: Project[] = [
16891731
},
16901732
year: 2023,
16911733
},
1734+
{
1735+
name: 'Silo Finance',
1736+
tagline: 'Isolated lending markets on Ethereum, Arbitrum, and Optimism.',
1737+
description:
1738+
"Silo is a non-custodial lending protocol to borrow any crypto asset with another./n/nWhen you deposit in a Silo, you don't share the risk with other tokens in the protocol. Silos can only borrow the bridge asset from each other, keeping the risk isolated to a single Silo./n/nTo concentrate liquidity, each token asset gets one Silo only. With the bridge asset connecting all Silos, liquidity moves fluidly in the protocol, enabling any collateral token to borrow another./n/nSilo is designed to support any token asset on the chains it operates on. Silos share default collateral factors that can be adjusted on a Silo level at any time.",
1739+
status: 'active',
1740+
images: {
1741+
logo: 'https://ecosystem-website.s3.us-east-2.amazonaws.com/1721926481934_silo%20logo.png',
1742+
cover: 'https://ecosystem-website.s3.us-east-2.amazonaws.com/1721926481935_silo%20banner.jpeg',
1743+
screenshots: [
1744+
'https://ecosystem-website.s3.us-east-2.amazonaws.com/1721926481997_Silo%20home.png',
1745+
'https://ecosystem-website.s3.us-east-2.amazonaws.com/1721926482039_Silo%20dapp.png',
1746+
],
1747+
},
1748+
categories: ['defi'],
1749+
productType: 'datafeed',
1750+
chains: ['42161', '10', '1'],
1751+
proxies: {
1752+
'42161': [
1753+
{
1754+
proxyType: 'dapi',
1755+
feedName: 'RDNT/USD',
1756+
dapiNameHash: '0x7fc54d7c21fd8162f468a5f6887affffe6b885e09d57e0e0acf841bb34ad6b38',
1757+
proxyAddress: '0xf1499A3A7F451Ab08021582Ee55457B0E6B16e67',
1758+
oev: { enabled: true, beneficiary: '0x6adD2B0D2bA7A4075d75c3E1801214c53e407418' },
1759+
},
1760+
],
1761+
},
1762+
links: {
1763+
website: 'https://www.silo.finance/',
1764+
dapp: 'https://app.silo.finance/',
1765+
docs: 'https://devdocs.silo.finance/',
1766+
socials: [
1767+
{ label: 'twitter', url: 'https://x.com/SiloFinance' },
1768+
{ label: 'discord', url: 'https://discord.com/invite/silo-finance' },
1769+
{ label: 'github', url: 'https://github.com/silo-finance/silo-core-v1' },
1770+
],
1771+
},
1772+
year: 2022,
1773+
},
16921774
{
16931775
name: 'Sturdy Finance',
16941776
tagline: 'Isolated lending with shared liquidity, powered by the Sturdy Subnet.',

0 commit comments

Comments
 (0)