Skip to content

Commit

Permalink
Remove broken discourse links (#723)
Browse files Browse the repository at this point in the history
* remove broken discourse links

* v2.10.102
  • Loading branch information
pedrohasf authored Jan 30, 2024
1 parent e24ebaf commit f8bf3a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
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.101",
"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
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
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
}

0 comments on commit f8bf3a6

Please sign in to comment.