Skip to content

Commit 40388e0

Browse files
add timeswap (#149)
1 parent 381d629 commit 40388e0

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

mainnet/Timeswap.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "Timeswap",
3+
"description": "Timeswap is the first oracleless lending/borrowing protocol that enables the creation of money markets for any ERC-20 tokens. It offers fixed interest lending and borrowing, non-liquidatable loans, isolated risk profiles, and more.",
4+
"live": true,
5+
"categories": ["DeFi::Lending","DeFi::CDP"],
6+
"addresses": {
7+
"TimeswapV2OptionFactory": "0x9515507fC36174e0BAbac382B6640ef2325E61da",
8+
"TimeswapV2PoolFactory": "0xBf90d2d8E629cA48CF001F1CA6aDb47f120Fb91a",
9+
"TimeswapV2Token": "0x1c65868b41d5d69146246e3e44b66804d2698C6d",
10+
"TimeswapV2TokenForLiquidity": "0x3D7407988B6B3589dcd949B647Fe1F0ec80d5002",
11+
"TimeswapV2LiquidityToken": "0xCA9Fea121C08F7B71f4625af75c9A8bfC7AdbC3B",
12+
"TimeswapV2Periphery": "0x69A88955d83d7952142dDA9C688716CA51bC7EeB",
13+
"TimeswapV2PeripheryNoDexAddLiquidityGivenPrincipal": "0xC04766f87953C5693C18C976E4b26eF24520B570",
14+
"TimeswapV2PeripheryNoDexLendGivenPrincipal": "0x49028cb356D9Aa33b996e2Bb17D708044f54d01d",
15+
"TimeswapV2PeripheryNoDexBorrowGivenPrincipal": "0x5752513819a784dDc1393b137E9Ac244B17806db",
16+
"TimeswapV2PeripheryNoDexBorrowGivenPosition": "0x5B598635aECa23690e5B6F3C33C7bD7C79516D62",
17+
"TimeswapV2PeripheryNoDexCloseLendGivenPosition": "0xba37DbAf63c61e056D3C44dBcc7D36898bA54441",
18+
"TimeswapV2PeripheryNoDexCloseLendGivenPositionForLiquidity": "0x48B9837385Ae1C3efC3170207279f1867FC67983",
19+
"TimeswapV2PeripheryNoDexCloseBorrowGivenPosition": "0x369071882Fa8C1CD3360123Dd9fF2AF4C435D311",
20+
"TimeswapV2PeripheryNoDexCloseBorrowGivenPositionForLiquidity": "0x53BD5307373d622059CeD2c10E4e8485FE50C4C9",
21+
"TimeswapV2PeripheryNoDexCollect": "0xe7C07C840260a9768332C8AF1Ae95941debEA0D1",
22+
"TimeswapV2PeripheryNoDexWithdraw": "0xa37A55Bdf9a3227610b61ef4446670ED4b763B86",
23+
"TimeswapV2PeripheryNoDexWithdrawForLiquidity": "0x0C67b8aa57E66978cC3d11AEE602376429E2A567",
24+
"TimeswapV2PeripheryNoDexRemoveLiquidityGivenPosition": "0x7e226A29A54050181d1BFC8A490840F62203F0F4",
25+
"TimeswapV2PeripheryNoDexQuoterAddLiquidityGivenPrincipal": "0xbc0800cf33Da737a069C8Cf7189C69AAd703F0Fe",
26+
"TimeswapV2PeripheryNoDexQuoterLendGivenPrincipal": "0xCecd8827deF5ba6048d9B374cDA1ABfD9bf857EC",
27+
"TimeswapV2PeripheryNoDexQuoterBorrowGivenPrincipal": "0x6ef942FAEC47Cac5538f429c734Bf1B98F963a26",
28+
"TimeswapV2PeripheryNoDexQuoterBorrowGivenPosition": "0xBA43a58FC290663415556441098047645910c44D",
29+
"TimeswapV2PeripheryNoDexQuoterCloseLendGivenPosition": "0x235272e5e7561505011729b30B2aa57bd9EF6eAC",
30+
"TimeswapV2PeripheryNoDexQuoterCloseLendGivenPositionForLiquidity": "0x99359eab05a8E2464bFcaa00eac28E0201845A53",
31+
"TimeswapV2PeripheryNoDexQuoterCloseBorrowGivenPosition": "0x73A76aff6DC8acA146bC7878c5Bf686156D3B519",
32+
"TimeswapV2PeripheryNoDexQuoterCloseBorrowGivenPositionForLiquidity": "0x1c0132b292E34Bb6A05eedB979046e117C8d55dc",
33+
"TimeswapV2PeripheryNoDexQuoterWithdraw": "0xCCE1f61DC39e157A63675145a0ffb50065c2F56D",
34+
"TimeswapV2PeripheryNoDexQuoterWithdrawForLiquidity": "0xdB81aA023d1b2465a93087Ef829Ae438643939cf",
35+
"TimeswapV2PeripheryNoDexQuoterCollect": "0xFfc95ED4DB5a43FD3bB9fDAcd2B9409D01167b2a",
36+
"TimeswapV2PeripheryNoDexQuoterRemoveLiquidityGivenPosition": "0xDca2644D1F0900740158a64cBdc339b0514a4947"
37+
},
38+
"links": {
39+
"project": "https://timeswap.io/",
40+
"twitter": "https://x.com/TimeswapLabs",
41+
"github": "https://github.com/Timeswap-Labs",
42+
"docs": "https://timeswap.gitbook.io/docs"
43+
}
44+
}

0 commit comments

Comments
 (0)