insert metacartel ventures data

This commit is contained in:
mquellhorst
2021-06-21 14:19:08 +02:00
committed by Alec LaLonde
parent 2f26c632e9
commit dc6d4190d3
2 changed files with 23 additions and 2 deletions

View File

@@ -315,7 +315,6 @@
- timezone
- username
filter: {}
allow_aggregations: true
- role: public
permission:
columns:
@@ -329,7 +328,6 @@
- timezone
- username
filter: {}
allow_aggregations: true
update_permissions:
- role: player
permission:

View File

@@ -0,0 +1,23 @@
INSERT INTO "public"."guild" (
type, name, logo, description,
join_button_url, moloch_address,
website_url, guildname, discord_id,
status, discord_metadata,
discord_invite_url, twitter_url,
github_url
) VALUES
(
'FUNDING', 'MetaCartel Ventures',
'https://images.squarespace-cdn.com/content/5c8ceb5e2727be114994c1f3/1582727237261-7PIWNXCFPCSVWO0D3DDF/TEH+OG.png?content-type=image%2Fpng',
'MetaCartel Ventures (Venture DAO) is a for-profit DAO created by the MetaCartel community for the purposes of making investments into early-stage Decentralized Applications (DApps)',
'https://metacartel.xyz/',
'0x4570b4faf71e23942b8b9f934b47ccedf7540162',
'https://metacartel.xyz/',
'metacartelventures',
NULL,
'ACTIVE',
NULL,
NULL,
'https://twitter.com/VENTURE_DAO',
NULL
);