Skip to content

Commit

Permalink
Include strategies for COW tokens on Arb and Base chains
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jan 9, 2025
1 parent 0a76c3c commit 705ff17
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,44 @@
"delegationSpace": "cow.eth"
},
"network": "100"
},
{
"name": "erc20-balance-of",
"params": {
"symbol": "COW (Arb)",
"address": "0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",
"decimals": 18
},
"network": "42161"
},
{
"name": "erc20-balance-of",
"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 705ff17

Please sign in to comment.