Skip to content

Commit

Permalink
Merge branch 'main' into feat/testProtocolOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerDev committed Apr 23, 2024
2 parents 29e37f6 + f8bf3a6 commit d8438c9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.10.99](https://github.com/boardroom-inc/protocol-Info/compare/v2.10.94...v2.10.99) (2024-01-11)
### [2.10.101](https://github.com/boardroom-inc/protocol-Info/compare/v2.10.100...v2.10.101) (2024-01-16)

### [2.10.98](https://github.com/boardroom-inc/protocol-Info/compare/v2.10.97...v2.10.98) (2023-12-28)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boardroom/protocol-info",
"version": "2.10.99",
"version": "2.10.102",
"description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion protocols/coweth/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"cname": "coweth",
"description": "",
"path": "coweth",
"isEnabled": false,
"isEnabled": true,
"type": "snapshot"
}
7 changes: 3 additions & 4 deletions protocols/moonwell/index.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

{
"cname": "moonwell-governanceeth",
"cname": "moonwell",
"description": "",
"path": "moonwell-governanceeth",
"isEnabled": true,
"type": "snapshot"
"path": "moonwell",
"isEnabled": true
}
4 changes: 0 additions & 4 deletions protocols/mstable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "mStable is building decentralised stable-value asset infrastructure for DeFi.",
"path": "mstable",
"isEnabled": true,
"discourseForum": {
"url": "https://forum.mstable.org/",
"categoryId": "5"
},
"treasuryAddresses": ["0x3dd46846eed8D147841AE162C8425c08BD8E1b41","0xfcf455d6eb48b3289a712c0b3bc3c7ee0b0ee4c6","0x67905d3e4fec0c85dce68195f66dc8eb32f59179"]
}

Expand Down
2 changes: 1 addition & 1 deletion protocols/peopledaoeth/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"cname": "peopledaoeth",
"description": "",
"path": "peopledaoeth",
"isEnabled": false,
"isEnabled": true,
"type": "snapshot"
}
6 changes: 1 addition & 5 deletions protocols/saddlefi/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"cname": "saddlefi",
"description": "Saddle is a decentralized automated market maker on the Ethereum blockchain, optimized for pegged value crypto assets such as stablecoins and wrapped BTC",
"path": "saddlefi",
"isEnabled": true,
"discourseForum": {
"url": "https://www.saddle.community/",
"categoryId": "6"
}
"isEnabled": true
}
2 changes: 1 addition & 1 deletion protocols/starknet/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"cname": "starkneteth",
"description": "",
"path": "starkneteth",
"isEnabled": false,
"isEnabled": true,
"type": "snapshot"
}

0 comments on commit d8438c9

Please sign in to comment.