mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
Merge pull request #129 from boardroom-inc/fix/purge
chore: remove curve, eublas and add powerpool
This commit is contained in:
commit
0eceb6ab44
|
@ -66,6 +66,11 @@ From [hub-ui](https://github.com/boardroom-inc/hub-ui) (or any other repo), use
|
|||
$ yarn link @boardroom/protocol-info
|
||||
```
|
||||
|
||||
Quick Add New Protocol:
|
||||
```sh
|
||||
$ ./scripts/add_new_protocol $protocolName $tokenContractAddress (optional) $suffix (optional) $displayName (optional)
|
||||
```
|
||||
|
||||
Run validation:
|
||||
|
||||
```sh
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@
|
|||
"type": "snapshot",
|
||||
"suffix": "CORGI",
|
||||
"coinGeckoPriceString": "",
|
||||
"tokenContractAddress": "null",
|
||||
"tokenContractAddress": "0x151220cf596c3ac80736a7ef7036c6f1b30aaf48",
|
||||
"isEnabled": false,
|
||||
"hasOnchain": false,
|
||||
"claim": {
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 586 KiB |
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@
|
|||
"type": "snapshot",
|
||||
"suffix": "PcDAI",
|
||||
"coinGeckoPriceString": "",
|
||||
"tokenContractAddress": "null",
|
||||
"tokenContractAddress": "0xEBfb47A7ad0FD6e57323C8A42B2E5A6a4F68fc1a",
|
||||
"isEnabled": false,
|
||||
"hasOnchain": false,
|
||||
"claim": {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"cname": "decentralgames",
|
||||
"name": "",
|
||||
"name": "Decentral Games",
|
||||
"description": "",
|
||||
"path": "decentralgames.eth",
|
||||
"previousPaths": [],
|
||||
"folder": "decentralgames.eth",
|
||||
"type": "snapshot",
|
||||
"suffix": "decentral.games",
|
||||
"coinGeckoPriceString": "",
|
||||
"tokenContractAddress": "null",
|
||||
"coinGeckoPriceString": "decentral-games",
|
||||
"tokenContractAddress": "0xee06a81a695750e71a662b51066f2c74cf4478a0",
|
||||
"isEnabled": false,
|
||||
"hasOnchain": false,
|
||||
"claim": {
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
"cname": "eublas",
|
||||
"name": "EuropeanBlockchainAssociation",
|
||||
"description": "",
|
||||
"path": "eublas.xyz",
|
||||
"previousPaths": [],
|
||||
"folder": "eublas.xyz",
|
||||
"type": "snapshot",
|
||||
"suffix": "EBA_Votes",
|
||||
"coinGeckoPriceString": "",
|
||||
"tokenContractAddress": "null",
|
||||
"isEnabled": false,
|
||||
"hasOnchain": false,
|
||||
"claim": {
|
||||
"isClaimed": false,
|
||||
"claimer": "",
|
||||
"signature": ""
|
||||
},
|
||||
"isHybrid": false,
|
||||
"hasDelegation": false,
|
||||
"snapshotSpaceName": "eublas.xyz",
|
||||
"invalidSnapshots": [],
|
||||
"branding": {
|
||||
"primaryColor": "",
|
||||
"accentColor": ""
|
||||
},
|
||||
"discourseForum": {
|
||||
"url": "",
|
||||
"categoryId": ""
|
||||
},
|
||||
"safeAddress": null
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
1
protocols/powerpool/contracts/token.json
Normal file
1
protocols/powerpool/contracts/token.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"cname": "curve",
|
||||
"name": "Curve",
|
||||
"cname": "powerpool",
|
||||
"name": "Powerpool",
|
||||
"description": "",
|
||||
"path": "curve",
|
||||
"path": "powerpool",
|
||||
"previousPaths": [],
|
||||
"folder": "curve",
|
||||
"folder": "powerpool",
|
||||
"type": "snapshot",
|
||||
"suffix": "veCRV",
|
||||
"coinGeckoPriceString": "curve-dao-token",
|
||||
"tokenContractAddress": "0x5f3b5DfEb7B28CDbD7FAba78963EE202a494e2A2",
|
||||
"suffix": "CVP",
|
||||
"coinGeckoPriceString": "powerpool-concentrated-voting-power",
|
||||
"tokenContractAddress": "0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1",
|
||||
"isEnabled": false,
|
||||
"hasOnchain": false,
|
||||
"claim": {
|
||||
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"isHybrid": false,
|
||||
"hasDelegation": false,
|
||||
"snapshotSpaceName": "curve",
|
||||
"snapshotSpaceName": "powerpool",
|
||||
"invalidSnapshots": [],
|
||||
"branding": {
|
||||
"primaryColor": "",
|
BIN
protocols/powerpool/logo.png
Normal file
BIN
protocols/powerpool/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue
Block a user