Skip to content

Commit

Permalink
feat: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jan 21, 2025
1 parent 901eb43 commit 37b6a83
Show file tree
Hide file tree
Showing 23 changed files with 180 additions and 148 deletions.
2 changes: 1 addition & 1 deletion common/env/registryAssignation.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func IsRegistryFromPublicERC4626(chainID uint64, registryAddress common.Address)
}
registries := chains.Registries
for _, registry := range registries {
if registry.Address.Hex() == registryAddress.Hex() {
if addresses.Equals(registry.Address, registryAddress) {
return registry.Label == "PUBLIC_ERC4626"
}
}
Expand Down
10 changes: 5 additions & 5 deletions data/meta/strategies/1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:13:17.814977+01:00",
"lastUpdate": "2025-01-21T11:03:17.561529+01:00",
"version": {
"major": 0,
"minor": 39,
"patch": 144
"patch": 192
},
"shouldRefresh": false,
"strategies": {
Expand Down Expand Up @@ -21787,11 +21787,11 @@
"keepCRV": null,
"keepCRVPercent": null,
"keepCVX": null,
"lastTotalDebt": "7415906425080780843437758",
"lastTotalDebt": "7423941484245907108766389",
"lastTotalLoss": "0",
"lastTotalGain": "107048417961190082154075",
"lastTotalGain": "115822423609982580628534",
"lastPerformanceFee": "0",
"lastReport": "1737123659",
"lastReport": "1737453143",
"lastDebtRatio": "6800",
"isRetired": true,
"displayName": "",
Expand Down
4 changes: 2 additions & 2 deletions data/meta/strategies/10.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:11:57.315027+01:00",
"lastUpdate": "2025-01-21T11:02:58.016966+01:00",
"version": {
"major": 0,
"minor": 10,
"patch": 119
"patch": 123
},
"shouldRefresh": false,
"strategies": {
Expand Down
4 changes: 2 additions & 2 deletions data/meta/strategies/100.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:11:30.972931+01:00",
"lastUpdate": "2025-01-21T11:02:31.983541+01:00",
"version": {
"major": 0,
"minor": 3,
"patch": 53
"patch": 54
},
"shouldRefresh": false,
"strategies": {
Expand Down
6 changes: 3 additions & 3 deletions data/meta/strategies/137.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:11:41.955798+01:00",
"lastUpdate": "2025-01-21T11:02:37.711362+01:00",
"version": {
"major": 0,
"minor": 6,
"patch": 67
"patch": 107
},
"shouldRefresh": false,
"strategies": {
Expand Down Expand Up @@ -216,7 +216,7 @@
"keepCRV": null,
"keepCRVPercent": null,
"keepCVX": null,
"lastTotalDebt": "474197304687",
"lastTotalDebt": "474186246860",
"lastTotalLoss": "0",
"lastTotalGain": "0",
"lastPerformanceFee": "500",
Expand Down
2 changes: 1 addition & 1 deletion data/meta/strategies/250.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:30.581592+01:00",
"lastUpdate": "2025-01-21T11:02:31.563065+01:00",
"version": {
"major": 0,
"minor": 3,
Expand Down
4 changes: 2 additions & 2 deletions data/meta/strategies/42161.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:12:13.065204+01:00",
"lastUpdate": "2025-01-21T11:03:09.160565+01:00",
"version": {
"major": 0,
"minor": 33,
"patch": 1887
"patch": 1911
},
"shouldRefresh": false,
"strategies": {
Expand Down
4 changes: 2 additions & 2 deletions data/meta/strategies/8453.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lastUpdate": "2025-01-21T10:11:57.178819+01:00",
"lastUpdate": "2025-01-21T11:02:59.718563+01:00",
"version": {
"major": 0,
"minor": 17,
"patch": 63
"patch": 231
},
"shouldRefresh": false,
"strategies": {
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:47.067007+01:00",
"lastUpdate": "2025-01-21T11:02:40.13128+01:00",
"version": {
"major": 0,
"minor": 88,
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/10.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:39.836853+01:00",
"lastUpdate": "2025-01-21T11:02:40.862947+01:00",
"version": {
"major": 0,
"minor": 16,
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/100.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:30.417118+01:00",
"lastUpdate": "2025-01-21T11:02:31.570058+01:00",
"version": {
"major": 0,
"minor": 4,
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/137.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:34.674071+01:00",
"lastUpdate": "2025-01-21T11:02:32.813123+01:00",
"version": {
"major": 0,
"minor": 5,
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/250.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:30.538683+01:00",
"lastUpdate": "2025-01-21T11:02:31.5323+01:00",
"version": {
"major": 0,
"minor": 2,
Expand Down
36 changes: 34 additions & 2 deletions data/meta/tokens/42161.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"lastUpdate": "2025-01-21T10:11:40.351887+01:00",
"lastUpdate": "2025-01-21T11:02:37.580613+01:00",
"version": {
"major": 0,
"minor": 41,
"minor": 42,
"patch": 0
},
"shouldRefresh": false,
Expand Down Expand Up @@ -4481,6 +4481,22 @@
"decimals": 18,
"chainID": 42161
},
"0x7f9b714965cd915011e651f5cd9622315b60616a": {
"address": "0x7f9b714965cd915011e651f5cd9622315b60616a",
"underlyingTokensAddresses": [
"0xaf88d065e77c8cc2239327c5edb3a432268e5831"
],
"type": "Yearn Vault",
"name": "Smart Growers",
"symbol": "SMG",
"displayName": "Smart Growers",
"displaySymbol": "SMG",
"description": "",
"category": "yVault",
"icon": "https://assets.smold.app/api/token/42161/0x7f9b714965cd915011e651F5CD9622315b60616a/logo-128.png",
"decimals": 6,
"chainID": 42161
},
"0x7fd798ed77368e787e216dfdb5be5f6cae4c5ad5": {
"address": "0x7fd798ed77368e787e216dfdb5be5f6cae4c5ad5",
"underlyingTokensAddresses": [
Expand Down Expand Up @@ -6045,6 +6061,22 @@
"decimals": 18,
"chainID": 42161
},
"0xa7fea37ae7eb3fe0b26ab454399cf42fe5e308a3": {
"address": "0xa7fea37ae7eb3fe0b26ab454399cf42fe5e308a3",
"underlyingTokensAddresses": [
"0xaf88d065e77c8cc2239327c5edb3a432268e5831"
],
"type": "Yearn Vault",
"name": "Asset Super Stakehouse",
"symbol": "ASS",
"displayName": "Asset Super Stakehouse",
"displaySymbol": "ASS",
"description": "",
"category": "yVault",
"icon": "https://assets.smold.app/api/token/42161/0xa7FEa37aE7eb3fE0b26AB454399cf42Fe5E308A3/logo-128.png",
"decimals": 6,
"chainID": 42161
},
"0xa810ba21e65d54de0283002db8fb6ea504c83234": {
"address": "0xa810ba21e65d54de0283002db8fb6ea504c83234",
"underlyingTokensAddresses": [],
Expand Down
2 changes: 1 addition & 1 deletion data/meta/tokens/8453.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2025-01-21T10:11:32.387611+01:00",
"lastUpdate": "2025-01-21T11:02:33.481364+01:00",
"version": {
"major": 0,
"minor": 14,
Expand Down
Loading

0 comments on commit 37b6a83

Please sign in to comment.