Skip to content

Commit

Permalink
Use erc20-balance-of-with-delegation to reduce lenght of strategies t…
Browse files Browse the repository at this point in the history
…o bellow max value
  • Loading branch information
yvesfracari committed Jan 13, 2025
1 parent 705ff17 commit 2c9d484
Showing 1 changed file with 6 additions and 66 deletions.
72 changes: 6 additions & 66 deletions src/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"strategies": [
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "vCOW (mainnet)",
"address": "0xd057b63f5e69cf1b929b356b579cba08d7688048",
Expand All @@ -46,7 +46,7 @@
"network": "1"
},
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "vCOW (GC)",
"address": "0xc20C9C13E853fc64d054b73fF21d3636B2d97eaB",
Expand All @@ -55,27 +55,7 @@
"network": "100"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegated vCOW (Mainnet)",
"address": "0xd057b63f5e69cf1b929b356b579cba08d7688048",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "1"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegated vCOW (GC)",
"address": "0xc20C9C13E853fc64d054b73fF21d3636B2d97eaB",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "100"
},
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "COW (Mainnet)",
"address": "0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
Expand All @@ -84,7 +64,7 @@
"network": "1"
},
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "COW (GC)",
"address": "0x177127622c4A00F3d409B75571e12cB3c8973d3c",
Expand All @@ -93,27 +73,7 @@
"network": "100"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegate COW (Mainnet)",
"address": "0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "1"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegate COW (GC)",
"address": "0x177127622c4A00F3d409B75571e12cB3c8973d3c",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "100"
},
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "COW (Arb)",
"address": "0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",
Expand All @@ -122,33 +82,13 @@
"network": "42161"
},
{
"name": "erc20-balance-of",
"name": "erc20-balance-of-with-delegation",
"params": {
"symbol": "COW (Base)",
"address": "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69",
"decimals": 18
},
"network": "8453"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegate COW (Arb)",
"address": "0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "42161"
},
{
"name": "erc20-balance-of-delegation",
"params": {
"symbol": "Delegate COW (Base)",
"address": "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69",
"decimals": 18,
"delegationSpace": "cow.eth"
},
"network": "8453"
}
],
"treasuries": [
Expand Down

0 comments on commit 2c9d484

Please sign in to comment.