diff --git a/skins/blockzerolabs.scss b/skins/blockzerolabs.scss new file mode 100644 index 0000000000..7c9ec3b782 --- /dev/null +++ b/skins/blockzerolabs.scss @@ -0,0 +1,9 @@ +.blockzerolabs { + --primary-color: #5ad98d; + --bg-color: #000; + --text-color: #586069; + --link-color: #fff; + --heading-color: #fff; + --border-color: #353d45; + --header-bg: #151617; +} diff --git a/skins/complus.scss b/skins/complus.scss new file mode 100644 index 0000000000..5baf6d3ea8 --- /dev/null +++ b/skins/complus.scss @@ -0,0 +1,10 @@ +.complus { + --primary-color: #b22234; + --bg-color: #FFFFFF; + --text-color: #565b69; + --link-color: #000000; + --heading-color: #b22234; + --border-color: #e1e3e7; + --header-bg: #FFFFFF; + --block-bg: transparent; +} diff --git a/skins/fei.scss b/skins/fei.scss new file mode 100644 index 0000000000..363db850a9 --- /dev/null +++ b/skins/fei.scss @@ -0,0 +1,10 @@ +.fei { + --primary-color: #178DD0; + --bg-color: #080C24; + --header-bg: #080C24; + --heading-color: white; + --text-color: #e4e4e4; + --link-color: #0084CE; + --border-color: #d1d5da; + --block-bg: transparent; +} diff --git a/skins/poh.scss b/skins/poh.scss new file mode 100644 index 0000000000..2531473511 --- /dev/null +++ b/skins/poh.scss @@ -0,0 +1,16 @@ +.poh { + --primary-color: #FFC700; + --bg-color: #FFFDF6; + --text-color: #8c8c8c; + --link-color: #111111; + --heading-color: #111111; + --border-color: #dad5d1; + --header-bg: white; + --block-bg: white; + + #topnav { + border-bottom: 3px solid black !important; + border-image-slice: 1; + border-image-source: linear-gradient(to left, #FDC9D3, #FF9900); + } +} diff --git a/spaces/akropolis-delphi/index.json b/spaces/akropolis-delphi/index.json deleted file mode 100644 index 16d07888c2..0000000000 --- a/spaces/akropolis-delphi/index.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "Akropolis Delphi", - "network": "1", - "symbol": "govDelphi", - "skin": "akropolis-delphi", - "strategies": [ - { - "name": "contract-call", - "params": { - "address": "0x3501Ec11d205fa249f2C42f5470e137b529b35D0", - "decimals": 18, - "symbol": "govAKRO", - "methodABI": { - "constant": true, - "inputs": [ - { - "internalType": "address", - "name": "_address", - "type": "address" - } - ], - "name": "totalScoresFor", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" - } - } - }, - { - "name": "contract-call", - "params": { - "address": "0x1A547c3dd03c39Fb2b5aEaFC524033879bD28F13", - "decimals": 18, - "symbol": "govADEL", - "methodABI": { - "constant": true, - "inputs": [ - { - "internalType": "address", - "name": "_address", - "type": "address" - } - ], - "name": "totalScoresFor", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" - } - } - } - ], - "members": [ - "0xe23ec148d7969c58a468F7c6aA4757a365211E5a" - ], - "filters": { - "defaultTab": "all", - "minScore": 20000, - "invalids": [ - "QmekHwJHoiL7SpYEYYqxHZeJjP7sVp1enq1UppzhP5UcEM" - ] - } -} \ No newline at end of file diff --git a/spaces/akropolis-delphi/logo1.png b/spaces/akropolis-delphi/logo1.png deleted file mode 100644 index 59da844e7d..0000000000 Binary files a/spaces/akropolis-delphi/logo1.png and /dev/null differ diff --git a/spaces/akropolis-delphi/logo.png b/spaces/akropolis.eth/logo.png similarity index 100% rename from spaces/akropolis-delphi/logo.png rename to spaces/akropolis.eth/logo.png diff --git a/spaces/akropolis-delphi/space.png b/spaces/akropolis.eth/space.png similarity index 100% rename from spaces/akropolis-delphi/space.png rename to spaces/akropolis.eth/space.png diff --git a/spaces/aliases.json b/spaces/aliases.json index 24322cd22a..8945ecf52c 100644 --- a/spaces/aliases.json +++ b/spaces/aliases.json @@ -19,5 +19,7 @@ "cover": "cover-protocol.eth", "iwan": "iwan.eth", "oceandao": "officialoceandao.eth", - "macaronswap": "macaronswap.eth" + "macaronswap": "macaronswap.eth", + "pepemon": "pepedontdump.eth", + "akropolis-delphi": "akropolis.eth" } diff --git a/spaces/axiondao.eth/logo.png b/spaces/axiondao.eth/logo.png new file mode 100644 index 0000000000..9e7d78b5ea Binary files /dev/null and b/spaces/axiondao.eth/logo.png differ diff --git a/spaces/axiondao.eth/space.png b/spaces/axiondao.eth/space.png new file mode 100644 index 0000000000..9e7d78b5ea Binary files /dev/null and b/spaces/axiondao.eth/space.png differ diff --git a/spaces/berrydata.eth/logo.png b/spaces/berrydata.eth/logo.png new file mode 100644 index 0000000000..7dad26487a Binary files /dev/null and b/spaces/berrydata.eth/logo.png differ diff --git a/spaces/berrydata.eth/space.png b/spaces/berrydata.eth/space.png new file mode 100644 index 0000000000..7dad26487a Binary files /dev/null and b/spaces/berrydata.eth/space.png differ diff --git a/spaces/blockzerolabs.eth/logo.png b/spaces/blockzerolabs.eth/logo.png new file mode 100644 index 0000000000..0708d8f112 Binary files /dev/null and b/spaces/blockzerolabs.eth/logo.png differ diff --git a/spaces/blockzerolabs.eth/logo1.png b/spaces/blockzerolabs.eth/logo1.png new file mode 100644 index 0000000000..0708d8f112 Binary files /dev/null and b/spaces/blockzerolabs.eth/logo1.png differ diff --git a/spaces/blockzerolabs.eth/space.png b/spaces/blockzerolabs.eth/space.png new file mode 100644 index 0000000000..0708d8f112 Binary files /dev/null and b/spaces/blockzerolabs.eth/space.png differ diff --git a/spaces/bsnapshot.eth/logo.png b/spaces/bsnapshot.eth/logo.png new file mode 100644 index 0000000000..26197f0d10 Binary files /dev/null and b/spaces/bsnapshot.eth/logo.png differ diff --git a/spaces/bsnapshot.eth/space.png b/spaces/bsnapshot.eth/space.png new file mode 100644 index 0000000000..26197f0d10 Binary files /dev/null and b/spaces/bsnapshot.eth/space.png differ diff --git a/spaces/complus.eth/logo.png b/spaces/complus.eth/logo.png new file mode 100755 index 0000000000..3d5453bb6d Binary files /dev/null and b/spaces/complus.eth/logo.png differ diff --git a/spaces/complus.eth/space.png b/spaces/complus.eth/space.png new file mode 100755 index 0000000000..3d5453bb6d Binary files /dev/null and b/spaces/complus.eth/space.png differ diff --git a/spaces/domains.json b/spaces/domains.json index b0dbbd9311..63582454c0 100644 --- a/spaces/domains.json +++ b/spaces/domains.json @@ -1,4 +1,6 @@ { + "complus.network": "complus.eth", + "vote.axion.network": "axiondao.eth", "vote.tracer.finance": "tracer.eth", "gov.visor.finance": "visor.eth", "vote.easybake.finance": "easybake.eth", @@ -161,5 +163,12 @@ "gov.sunicoin.org": "suni.eth", "vote.macaronswap.finance": "macaronswap.eth", "vote.resdx.io": "resdx.eth", - "snapshot.solos.so": "solos.eth" + "snapshot.solos.so": "solos.eth", + "snapshot.fei.money": "fei.eth", + "dao.pepemon.world": "pepedontdump.eth", + "vote.levyathan.finance": "levyathan.eth", + "vote.akropolis.io": "akropolis.eth", + "vote.blockzerolabs.io": "blockzerolabs.eth", + "mscore.bprotocol.org": "m.bsnapshot.eth", + "cscore.bprotocol.org": "bsnapshot.eth" } diff --git a/spaces/ebog.eth/logo.png b/spaces/ebog.eth/logo.png new file mode 100644 index 0000000000..acf1d907b0 Binary files /dev/null and b/spaces/ebog.eth/logo.png differ diff --git a/spaces/ebog.eth/space.png b/spaces/ebog.eth/space.png new file mode 100644 index 0000000000..acf1d907b0 Binary files /dev/null and b/spaces/ebog.eth/space.png differ diff --git a/spaces/fei.eth/logo.png b/spaces/fei.eth/logo.png new file mode 100644 index 0000000000..0d4637a60d Binary files /dev/null and b/spaces/fei.eth/logo.png differ diff --git a/spaces/fei.eth/space.png b/spaces/fei.eth/space.png new file mode 100644 index 0000000000..0d4637a60d Binary files /dev/null and b/spaces/fei.eth/space.png differ diff --git a/spaces/fera.eth/logo.png b/spaces/fera.eth/logo.png new file mode 100644 index 0000000000..11fd887b1f Binary files /dev/null and b/spaces/fera.eth/logo.png differ diff --git a/spaces/fera.eth/space.png b/spaces/fera.eth/space.png new file mode 100644 index 0000000000..11fd887b1f Binary files /dev/null and b/spaces/fera.eth/space.png differ diff --git a/spaces/griffin/index.json b/spaces/griffin/index.json index 15efb76f72..d3e94f8aee 100644 --- a/spaces/griffin/index.json +++ b/spaces/griffin/index.json @@ -1,14 +1,14 @@ { "name": "Griffin", - "network": "1", - "symbol": "GFIN", + "network": "56", + "symbol": "TEXOS", "skin": "griffin", "strategies": [ { "name": "erc20-balance-of", "params": { - "address": "0x21E19121e1360e09AA1F810280c97A87b85d1069", - "symbol": "GFIN", + "address": "0x2C8736E3E542d6c72710f5da54F5DB9ea1054667", + "symbol": "TEXOS", "decimals": 18 } } @@ -20,4 +20,4 @@ "defaultTab": "core", "minScore": 0 } -} \ No newline at end of file +} diff --git a/spaces/index/index.json b/spaces/index/index.json index 282369be1c..c8e4ee2655 100644 --- a/spaces/index/index.json +++ b/spaces/index/index.json @@ -81,10 +81,11 @@ "0xB0Ff82C91178f66aA40224Abd425E2AC7AE28ceA", "0xDefb844D4529c0F61bb1ee6a0d889058D66BB962", "0x58430C50EAa0b399C2A228B9d28270C5C8Fe09A5", - "0xc95Fdee19b74bc9588F4888fB0762E83cfEF5d45" + "0xc95Fdee19b74bc9588F4888fB0762E83cfEF5d45", + "0x6d428208a3be587b914f8047851bcd561e0c6735" ], "filters": { - "defaultTab": "all", + "defaultTab": "core", "minScore": 0, "invalids": [ "QmQ2s6DsA2jc7ops9BC2KzQwo4rYZLYavisLJvLihpTGvH" diff --git a/spaces/keepstakers.eth/space.png b/spaces/keepstakers.eth/space.png index dd1f05763a..b665014a32 100644 Binary files a/spaces/keepstakers.eth/space.png and b/spaces/keepstakers.eth/space.png differ diff --git a/spaces/keyfi-app.eth/logo.png b/spaces/keyfi-app.eth/logo.png index 3a1c0bd98a..81ebdc4a96 100644 Binary files a/spaces/keyfi-app.eth/logo.png and b/spaces/keyfi-app.eth/logo.png differ diff --git a/spaces/keyfi-app.eth/space.png b/spaces/keyfi-app.eth/space.png index 3a1c0bd98a..81ebdc4a96 100644 Binary files a/spaces/keyfi-app.eth/space.png and b/spaces/keyfi-app.eth/space.png differ diff --git a/spaces/kika2021.eth/logo.png b/spaces/kika2021.eth/logo.png new file mode 100644 index 0000000000..79050e9f79 Binary files /dev/null and b/spaces/kika2021.eth/logo.png differ diff --git a/spaces/kika2021.eth/space.png b/spaces/kika2021.eth/space.png new file mode 100644 index 0000000000..79050e9f79 Binary files /dev/null and b/spaces/kika2021.eth/space.png differ diff --git a/spaces/m.bsnapshot.eth/logo.png b/spaces/m.bsnapshot.eth/logo.png new file mode 100644 index 0000000000..f54f686cb3 Binary files /dev/null and b/spaces/m.bsnapshot.eth/logo.png differ diff --git a/spaces/m.bsnapshot.eth/space.png b/spaces/m.bsnapshot.eth/space.png new file mode 100644 index 0000000000..f54f686cb3 Binary files /dev/null and b/spaces/m.bsnapshot.eth/space.png differ diff --git a/spaces/poh.eth/logo.png b/spaces/poh.eth/logo.png new file mode 100644 index 0000000000..5bd4d6e4d1 Binary files /dev/null and b/spaces/poh.eth/logo.png differ diff --git a/spaces/poh.eth/logo1.png b/spaces/poh.eth/logo1.png new file mode 100644 index 0000000000..5bd4d6e4d1 Binary files /dev/null and b/spaces/poh.eth/logo1.png differ diff --git a/spaces/poh.eth/space.png b/spaces/poh.eth/space.png new file mode 100644 index 0000000000..5bd4d6e4d1 Binary files /dev/null and b/spaces/poh.eth/space.png differ diff --git a/spaces/sishi.eth/logo.png b/spaces/sishi.eth/logo.png new file mode 100644 index 0000000000..d0702e4d96 Binary files /dev/null and b/spaces/sishi.eth/logo.png differ diff --git a/spaces/sishi.eth/space.png b/spaces/sishi.eth/space.png new file mode 100644 index 0000000000..d0702e4d96 Binary files /dev/null and b/spaces/sishi.eth/space.png differ diff --git a/spaces/unifundglobal.eth/logo.png b/spaces/unifundglobal.eth/logo.png new file mode 100644 index 0000000000..0d8fc67517 Binary files /dev/null and b/spaces/unifundglobal.eth/logo.png differ diff --git a/spaces/unifundglobal.eth/space.png b/spaces/unifundglobal.eth/space.png new file mode 100644 index 0000000000..0d8fc67517 Binary files /dev/null and b/spaces/unifundglobal.eth/space.png differ