mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
Merge pull request #143 from boardroom-inc/fix/empty
feat: add bankless
This commit is contained in:
commit
929619362c
1
protocols/banklessvault.eth/contracts/token.json
Normal file
1
protocols/banklessvault.eth/contracts/token.json
Normal file
File diff suppressed because one or more lines are too long
32
protocols/banklessvault.eth/index.json
Normal file
32
protocols/banklessvault.eth/index.json
Normal 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
|
||||||
|
}
|
BIN
protocols/banklessvault.eth/logo.png
Normal file
BIN
protocols/banklessvault.eth/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"isHybrid": false,
|
"isHybrid": false,
|
||||||
"hasDelegation": false,
|
"hasDelegation": false,
|
||||||
"snapshotSpaceName": "PowerPool Protocol",
|
"snapshotSpaceName": "powerpool",
|
||||||
"invalidSnapshots": [],
|
"invalidSnapshots": [],
|
||||||
"branding": {
|
"branding": {
|
||||||
"primaryColor": "",
|
"primaryColor": "",
|
||||||
|
|
|
@ -13,7 +13,6 @@ else
|
||||||
mkdir -p ./protocols/$1/resources/Gov Weekly
|
mkdir -p ./protocols/$1/resources/Gov Weekly
|
||||||
|
|
||||||
mkdir -p ./protocols/$1/contracts
|
mkdir -p ./protocols/$1/contracts
|
||||||
touch ./protocols/$1/contracts/governance.json
|
|
||||||
touch ./protocols/$1/contracts/token.json
|
touch ./protocols/$1/contracts/token.json
|
||||||
|
|
||||||
touch ./protocols/$1/index.json
|
touch ./protocols/$1/index.json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user