Merge pull request #143 from boardroom-inc/fix/empty

feat: add bankless
This commit is contained in:
YJ 2021-05-05 05:11:05 +02:00 committed by GitHub
commit 929619362c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
38 changed files with 34 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,32 @@
{
"cname": "banklessvault",
"name": "Bankless DAO",
"description": "",
"path": "banklessvault.eth",
"previousPaths": [],
"folder": "banklessvault.eth",
"type": "snapshot",
"suffix": "BANK",
"coinGeckoPriceString": "bankless-dao",
"tokenContractAddress": "0x2d94aa3e47d9d5024503ca8491fce9a2fb4da198",
"isEnabled": false,
"hasOnchain": false,
"claim": {
"isClaimed": false,
"claimer": "",
"signature": ""
},
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "banklessvault.eth",
"invalidSnapshots": [],
"branding": {
"primaryColor": "",
"accentColor": ""
},
"discourseForum": {
"url": "",
"categoryId": ""
},
"safeAddress": null
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -18,7 +18,7 @@
},
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "PowerPool Protocol",
"snapshotSpaceName": "powerpool",
"invalidSnapshots": [],
"branding": {
"primaryColor": "",

View File

@ -13,7 +13,6 @@ else
mkdir -p ./protocols/$1/resources/Gov Weekly
mkdir -p ./protocols/$1/contracts
touch ./protocols/$1/contracts/governance.json
touch ./protocols/$1/contracts/token.json
touch ./protocols/$1/index.json