Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulydev committed Sep 17, 2024
1 parent 056c3c3 commit cfcd423
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/schema/spectraTokens.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
}
}
}
}
}
34 changes: 27 additions & 7 deletions src/tokens/erc4626Wrappers.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"decimals": 18,
"logoURI": "/images/tokens/1/0x1a88df1cfe15af22b3c4c783d4e6f7f9e0c1885d.svg"
},
"ibtRoutes": { "withdraw": false },
"ibtRoutes": {
"withdraw": false
},
"protocol": "Aave"
}
},
Expand All @@ -38,7 +40,10 @@
"decimals": 8,
"logoURI": "/images/tokens/1/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568.svg"
},
"ibtRoutes": { "withdraw": false, "redeem": false },
"ibtRoutes": {
"withdraw": false,
"redeem": false
},
"protocol": "Bedrock"
}
},
Expand All @@ -59,7 +64,10 @@
"decimals": 8,
"logoURI": "/images/tokens/10/0x93919784c523f39cacaa98ee0a9d96c3f32b593e.svg"
},
"ibtRoutes": { "withdraw": false, "redeem": false },
"ibtRoutes": {
"withdraw": false,
"redeem": false
},
"protocol": "Bedrock"
}
},
Expand All @@ -81,7 +89,10 @@
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/33033/thumb/weETH.png?1701438396"
},
"ibtRoutes": { "unwrap": false, "createPool": false },
"ibtRoutes": {
"unwrap": false,
"createPool": false
},
"protocol": "Karak"
}
},
Expand Down Expand Up @@ -122,7 +133,10 @@
"decimals": 18,
"logoURI": "/images/tokens/1/0x5fd13359ba15a84b76f7f87568309040176167cd.svg"
},
"ibtRoutes": { "withdraw": false, "redeem": false },
"ibtRoutes": {
"withdraw": false,
"redeem": false
},
"protocol": "Mellow"
}
},
Expand All @@ -143,7 +157,10 @@
"decimals": 18,
"logoURI": "/images/tokens/1/0xf1376bcef0f78459c0ed0ba5ddce976f1ddf51f4.svg"
},
"ibtRoutes": { "withdraw": false, "redeem": false },
"ibtRoutes": {
"withdraw": false,
"redeem": false
},
"protocol": "Bedrock"
}
},
Expand All @@ -164,7 +181,10 @@
"decimals": 18,
"logoURI": "/images/tokens/1/0x06824c27c8a0dbde5f72f770ec82e3c0fd4dcec3.png"
},
"ibtRoutes": { "withdraw": false, "redeem": false },
"ibtRoutes": {
"withdraw": false,
"redeem": false
},
"protocol": "Amphor"
}
},
Expand Down
14 changes: 11 additions & 3 deletions src/tokens/spectraTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@
"symbol": "stUSD",
"decimals": 18,
"logoURI": "/images/tokens/1/0x0022228a2cc5e7ef0274a7baa600d44da5ab5776.svg",
"extensions": { "protocol": "Angle" }
"extensions": {
"protocol": "Angle"
}
},
{
"chainId": 42161,
Expand Down Expand Up @@ -267,7 +269,10 @@
"extensions": {
"underlying": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"protocol": "Gains",
"ibtRoutes": { "withdraw": false, "redeem": false }
"ibtRoutes": {
"withdraw": false,
"redeem": false
}
}
},
{
Expand Down Expand Up @@ -331,7 +336,10 @@
"logoURI": "/images/tokens/1/0x06824c27c8a0dbde5f72f770ec82e3c0fd4dcec3.png",
"extensions": {
"underlying": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
"ibtRoutes": { "withdraw": false, "redeem": false }
"ibtRoutes": {
"withdraw": false,
"redeem": false
}
}
},
{
Expand Down

0 comments on commit cfcd423

Please sign in to comment.