diff --git a/1/points.json b/1/points.json index fe51488..a41f5bf 100644 --- a/1/points.json +++ b/1/points.json @@ -1 +1,18 @@ -[] +[ + { + "name": "Pills", + "logo": "pills.svg", + "url": "https://docs.usual.money/pre-launch-rules/pills-campaign-rules", + "vaults": ["0xe3eb096CD9A87c271567b0134f6dE061c112A9E7"], + "entity": ["re7-labs", "mev-capital", "k3"] + }, + { + "name": "Sats", + "logo": "ethena.png", + "vaults": [ + "0xAc73efA7696DC1c1617BbC20aeC64422c8b70EDa", + "0x8dDE384022D4dE1D6C67891a8865f551c444dc4C" + ], + "entity": ["re7-labs", "mev-capital", "k3"] + } +] diff --git a/logo/ethena.png b/logo/ethena.png new file mode 100644 index 0000000..443b04d Binary files /dev/null and b/logo/ethena.png differ diff --git a/logo/pills.svg b/logo/pills.svg new file mode 100644 index 0000000..2b2bf9f --- /dev/null +++ b/logo/pills.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logo/usual.png b/logo/usual.png new file mode 100644 index 0000000..3d73fe4 Binary files /dev/null and b/logo/usual.png differ diff --git a/verify.js b/verify.js index 20a912c..9d39373 100644 --- a/verify.js +++ b/verify.js @@ -18,7 +18,12 @@ for (const file of Object.keys(logos)) { if (info.type !== "svg") { // legacy PNG files: please use SVG instead - if (file !== "re7labs.png" && file !== "apostro.png") + if ( + file !== "re7labs.png" && + file !== "apostro.png" && + file !== "usual.png" && + file !== "ethena.png" + ) throw Error(`logo file ${file} is not SVG`); }