Skip to content

Commit

Permalink
Merge pull request #2578 from Giveth/release-2.15.0
Browse files Browse the repository at this point in the history
Release 2.15.0
  • Loading branch information
MohammadPCh authored Apr 26, 2023
2 parents 92887ed + bb161e6 commit c5f7917
Show file tree
Hide file tree
Showing 1,312 changed files with 2,953 additions and 352 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"GIVstream",
"HONEYSWAP",
"IGIVpower",
"Ipfs",
"merkle",
"Notif",
"rarible",
"Subline",
"SUSHISWAP",
"swiper",
Expand Down
3 changes: 3 additions & 0 deletions lang/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,12 +1235,15 @@
"ngo_desc": "Suporta projectes sense ànim de lucre donant directament.",
"technology": "Tecnologia",
"technology_desc": "Suporta projectes tecnològics centrats en la tecnologia, la recerca i el disseny.",
"all_projects": "Tots els Projectes",
"all_projects_desc": "SUPORT A PROJECTES GLOBALS DE BÉS PÚBLICS, SOSTENIBILITAT I REGENERACIÓ AMB CRYPTODONACIONS",
"label.just_launched": "Acabat de Llançar",
"label.try_another_keyword_or_broaden_your_search": "Prova un altre paraula clau o amplia la teva cerca",
"label.or_go_back_to_main_categories": "O torna a les categories principals",
"label.clear": "Netejar",
"label.search_for_a_project_or_a_cause": "Cerca un projecte o una causa a totes les categories",
"art": "Art",
"label.use_as_profile_picture": "",
"label.recipient_addresses": "",
"label.add_new_address": "",
"label.manage_addresses": ""
Expand Down
9 changes: 5 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@
"label.displayed_in_the_header_of_the_project": "Displayed in the header of the project page.",
"label.upload_cover_image": "Upload cover image",
"label.search_for_photos": "Search for photos",
"label.drag_and_drop_an_image_or": "Drag & drop an image here or",
"label.upload_from_device": "Upload from device.",
"label.suggested_image_size_min": "Suggested image size min. 600px width. Image size up to 4Mb.",
"label.drag_and_drop_an_image_or": "Drag & drop an image here or,",
"label.upload_from_device": "upload from device.",
"label.suggested_image_size_min": "Suggested image size: min. 600px width. Max image size is 4MB.",
"label.cancel_upload": "Cancel upload",
"label.delete": "Delete",
"label.uploaded": "Uploaded",
Expand Down Expand Up @@ -1118,7 +1118,7 @@
"technology": "Technology",
"technology_desc": "Support technology projects with a focus on tech, research and desci.",
"all_projects": "All Projects",
"all_projects_desc": "Support changemakers from around the world",
"all_projects_desc": "SUPPORT GLOBAL PROJECTS IN PUBLIC GOODS, SUSTAINABILITY, AND REGENERATION WITH CRYPTO DONATIONS",
"label.just_launched": "Just Launched",
"label.all_projects": "All Projects",
"all": "All",
Expand Down Expand Up @@ -1245,6 +1245,7 @@
"label.duration_ago": "{duration} ago",
"label.an_equivalent_of_up_to_40%": "An equivalent of up to 40% of the donation amount in GIV tokens!",
"label.read_more_on_our_docs": "Read more on our docs",
"label.use_as_profile_picture": "Use as profile picture",
"label.recipient_addresses": "recipient addresses",
"label.add_new_address": "Add new address",
"label.manage_addresses": "Manage addresses"
Expand Down
3 changes: 2 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@
"health-and-wellness_desc": "Apoyar proyectos de salud y bienestar centrados en la atención sanitaria, la salud mental, la nutrición y la salud infantil.",
"technology_desc": "Apoyo a proyectos tecnológicos centrados en la tecnología, la investigación y el diseño.",
"all_projects": "Todos los proyectos",
"all_projects_desc": "Apoya agentes de cambio de todo el mundo",
"all_projects_desc": "APOYE PROYECTOS GLOBALES EN BIENES PÚBLICOS, SOSTENIBILIDAD Y REGENERACIÓN CON CRIPTODONACIONES",
"label.sorry_this_projet_doesnt_support_your_current_net": "Lo sentimos, este proyecto no admite tu red actual.",
"label.please_switch_your_network": "Por favor cambia de red.",
"label.go_back_to_project_details": "Vuelve a Detalles del Proyecto",
Expand Down Expand Up @@ -1255,6 +1255,7 @@
"label.duration_ago": "hace {duration}",
"label.an_equivalent_of_up_to_40%": "Un equivalente de hasta 40% del monto de la donación en GIV tokens!",
"label.read_more_on_our_docs": "Aprende más en nuestra doc",
"label.use_as_profile_picture": "",
"label.recipient_addresses": "",
"label.add_new_address": "",
"label.manage_addresses": ""
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const moduleExports = withBundleAnalyzer({
'tgb-preproduction-formio.s3.amazonaws.com',
'dashboard.tgb-preprod.com',
'cdn-images-1.medium.com',
'ipfs.io',
],
},
compiler: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.14.9",
"version": "2.15.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
4 changes: 3 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ import UserController from '@/components/controller/user.ctrl';
import ModalController from '@/components/controller/modal.ctrl';
import PriceController from '@/components/controller/price.ctrl';
import GeneralController from '@/components/controller/general.ctrl';
import NotificationController from '@/components/controller/pfp.ctrl';
import PfpController from '@/components/controller/notification.ctrl';
import ErrorsIndex from '@/components/views/Errors/ErrorsIndex';
import StorageLabel from '@/lib/localStorage';
import NotificationController from '@/components/controller/notification.ctrl';
import { isGIVeconomyRoute } from '@/lib/helpers';
import GIVeconomyTab from '@/components/GIVeconomyTab';
import MaintenanceIndex from '@/components/views/Errors/MaintenanceIndex';
Expand Down Expand Up @@ -151,6 +152,7 @@ function MyApp({ Component, pageProps }: AppProps) {

<FooterWrapper />
<ModalController />
<PfpController />
</>
)}
</Web3ReactProvider>
Expand Down
Binary file modified public/images/nft/pfp-o-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nft/pfp-o-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nft/pfp-o-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nft/pfp-o-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nft/pfp-o-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1.png","dna":"8aa4117170f43c1376155c30fa1b694b5a4d15d8","edition":215,"date":1673023377598,"attributes":[{"trait_type":"Background","value":"Metropolis"},{"trait_type":"Skintone","value":"Sandy"},{"trait_type":"Tattoo","value":"Fairytale"},{"trait_type":"Mouth","value":"Smile"},{"trait_type":"Eyes","value":"Wise"},{"trait_type":"Torso","value":"Crimson Exoskeleton"},{"trait_type":"Arm","value":"Orchid Stitched Glove"},{"trait_type":"Gifts","value":"Technology"},{"trait_type":"Head","value":"Cyborg Santa"},{"trait_type":"Props","value":"Caga Tio"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #10","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/10.png","dna":"f4379a7fac8d84b3b358f44834cd0d96aaf716f8","edition":10,"date":1673023290210,"attributes":[{"trait_type":"Background","value":"Jungle"},{"trait_type":"Skintone","value":"Sandy"},{"trait_type":"Tattoo","value":"Magic Runes"},{"trait_type":"Mouth","value":"Peaceful"},{"trait_type":"Eyes","value":"Focused"},{"trait_type":"Torso","value":"Dark Starry Wizard"},{"trait_type":"Arm","value":"Comet Majestic Gloves"},{"trait_type":"Gifts","value":"Presents"},{"trait_type":"Head","value":"Dashing Aqua Masquerader"},{"trait_type":"Props","value":"Smiley Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/100.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #100","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/100.png","dna":"8c73a2aa68409606dde2edf79b3a068ff84dba90","edition":100,"date":1673023238029,"attributes":[{"trait_type":"Background","value":"GIV Matrix"},{"trait_type":"Skintone","value":"Bronze"},{"trait_type":"Tattoo","value":"Mystic Swirls"},{"trait_type":"Mouth","value":"Smile"},{"trait_type":"Eyes","value":"Observant"},{"trait_type":"Torso","value":"Twilight Exoskeleton"},{"trait_type":"Arm","value":"Fuschia Majestic Glove"},{"trait_type":"Gifts","value":"Magic Horns"},{"trait_type":"Head","value":"Lime Rebellious Aviator"},{"trait_type":"Props","value":"Orchid Scarf"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1000","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1000.png","dna":"2dac93c66c42a9c2119af47f7718a65ff0bd27c3","edition":1000,"date":1673023273938,"attributes":[{"trait_type":"Background","value":"The Farm"},{"trait_type":"Skintone","value":"Sandy"},{"trait_type":"Tattoo","value":"GIV Maxi"},{"trait_type":"Mouth","value":"Content"},{"trait_type":"Eyes","value":"Awe"},{"trait_type":"Torso","value":"Floral"},{"trait_type":"Arm","value":"Plum Space Mitten"},{"trait_type":"Gifts","value":"Food"},{"trait_type":"Head","value":"Twilight Mage"},{"trait_type":"Props","value":"Sun Striped Bandana"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1001","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1001.png","dna":"d9aad02fc730f2387d86e1b895ae3b3047a262b3","edition":1001,"date":1673023306119,"attributes":[{"trait_type":"Background","value":"Giveth Terrace"},{"trait_type":"Skintone","value":"Papaya"},{"trait_type":"Tattoo","value":"Mystic Swirls"},{"trait_type":"Mouth","value":"Smile"},{"trait_type":"Eyes","value":"Thoughtful"},{"trait_type":"Torso","value":"GIVpower Ranger Violet"},{"trait_type":"Arm","value":"Aqua Smartwatch"},{"trait_type":"Gifts","value":"Gems"},{"trait_type":"Head","value":"Dashing Maroon Night Aviator"},{"trait_type":"Props","value":"Sun Striped Bandana"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1002.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1002","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1002.png","dna":"cbcc701ddbe7a14975b7ff99746508f3c779e0b1","edition":1002,"date":1673023343297,"attributes":[{"trait_type":"Background","value":"Jungle"},{"trait_type":"Skintone","value":"Copper"},{"trait_type":"Tattoo","value":"Mystic Swirls"},{"trait_type":"Mouth","value":"Peaceful"},{"trait_type":"Eyes","value":"Exotic"},{"trait_type":"Torso","value":"Galactic Toga"},{"trait_type":"Arm","value":"Crimson Space Mitten"},{"trait_type":"Gifts","value":"Magic Horns"},{"trait_type":"Head","value":"Tropical Crusader"},{"trait_type":"Props","value":"Violet Speckled Scarf"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1003.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1003","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1003.png","dna":"59c1f81361086a9669e3d127fb6fcc8806e9e93b","edition":1003,"date":1673023351469,"attributes":[{"trait_type":"Background","value":"GIV Matrix"},{"trait_type":"Skintone","value":"Papaya"},{"trait_type":"Tattoo","value":"Vine"},{"trait_type":"Mouth","value":"Luscious"},{"trait_type":"Eyes","value":"Curious"},{"trait_type":"Torso","value":"Floral"},{"trait_type":"Arm","value":"Navy Space Mitten"},{"trait_type":"Gifts","value":"Books"},{"trait_type":"Head","value":"Dandelion GIVfarmer"},{"trait_type":"Props","value":"Giveth Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1004.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1004","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1004.png","dna":"0f8460c0b7d99eb423ddafbf79e1f5c6fbb1574f","edition":1004,"date":1673023463849,"attributes":[{"trait_type":"Background","value":"Giveth Terrace"},{"trait_type":"Skintone","value":"Bronze"},{"trait_type":"Tattoo","value":"Magic Runes"},{"trait_type":"Mouth","value":"Surprised"},{"trait_type":"Eyes","value":"Curious"},{"trait_type":"Torso","value":"GIVfarmer Navy"},{"trait_type":"Arm","value":"Twilight Majestic Glove"},{"trait_type":"Gifts","value":"Technology"},{"trait_type":"Head","value":"Starbound Aviator Sigma"},{"trait_type":"Props","value":"Troubled Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1005.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1005","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1005.png","dna":"b3af747a280785d194b5dcc9ba6d1ec0b222544a","edition":1005,"date":1673023220017,"attributes":[{"trait_type":"Background","value":"Giveth Galaxy"},{"trait_type":"Skintone","value":"Onyx"},{"trait_type":"Tattoo","value":"Magic Runes"},{"trait_type":"Mouth","value":"Smile"},{"trait_type":"Eyes","value":"Thoughtful"},{"trait_type":"Torso","value":"Crimson Exoskeleton"},{"trait_type":"Arm","value":"Aqua Stitched Glove"},{"trait_type":"Gifts","value":"Food"},{"trait_type":"Head","value":"Dusty GIVfarmer"},{"trait_type":"Props","value":"Onyx Bandana"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1006","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1006.png","dna":"0c36bb21714b9d2978cbbf152786fcad1f4507d1","edition":1006,"date":1673023404053,"attributes":[{"trait_type":"Background","value":"Tranquil River"},{"trait_type":"Skintone","value":"Copper"},{"trait_type":"Tattoo","value":"Fairytale"},{"trait_type":"Mouth","value":"Fish Pucker"},{"trait_type":"Eyes","value":"Thoughtful"},{"trait_type":"Torso","value":"Crimson Exoskeleton"},{"trait_type":"Arm","value":"Aqua Stitched Glove"},{"trait_type":"Gifts","value":"Magic Horns"},{"trait_type":"Head","value":"Mystical Spy"},{"trait_type":"Props","value":"Heart Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1007.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1007","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1007.png","dna":"99d578cc52f0386e9645e995e2a4f7dcb1e114c4","edition":1007,"date":1673023268944,"attributes":[{"trait_type":"Background","value":"Tranquil River"},{"trait_type":"Skintone","value":"Papaya"},{"trait_type":"Tattoo","value":"Fairytale"},{"trait_type":"Mouth","value":"Smile"},{"trait_type":"Eyes","value":"Thoughtful"},{"trait_type":"Torso","value":"Aqua Vest"},{"trait_type":"Arm","value":"Aqua Smartwatch"},{"trait_type":"Gifts","value":"Books"},{"trait_type":"Head","value":"Onyx Bookworm Gold"},{"trait_type":"Props","value":"Smiley Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1008.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1008","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1008.png","dna":"566ce411ed1b9a93b3b28aebe0e1458fb21115ae","edition":1008,"date":1673023098093,"attributes":[{"trait_type":"Background","value":"Rocky Canyon"},{"trait_type":"Skintone","value":"Papaya"},{"trait_type":"Tattoo","value":"Mystic Swirls"},{"trait_type":"Mouth","value":"Mustache"},{"trait_type":"Eyes","value":"Observant"},{"trait_type":"Torso","value":"Striped Wizard"},{"trait_type":"Arm","value":"Exotic Smartwatch"},{"trait_type":"Gifts","value":"Technology"},{"trait_type":"Head","value":"Maroon Crusader"},{"trait_type":"Props","value":"Troubled Pin"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
1 change: 1 addition & 0 deletions public/json/pfp-metadata/1009.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"The Givers Collection #1009","description":"The Givers are a limited collection of 1,250 artworks inspired by the Giveth Galaxy. Each NFT tells a unique story of Giveth, in its own fun and vibrant style! Funds raised from this collection will go towards supporting the Giveth DAO and it's mission to build the Future of Giving.","image":"ipfs://QmRn7wJhf2LkCCY8EsBkzFQZpPqMRi13y6QVGQJodeJxnE/1009.png","dna":"d950c24332d2508ea0432e56bf814bbcd9fd1f34","edition":1009,"date":1673023217909,"attributes":[{"trait_type":"Background","value":"Metropolis"},{"trait_type":"Skintone","value":"Bronze"},{"trait_type":"Tattoo","value":"Mystic Swirls"},{"trait_type":"Mouth","value":"Laughter"},{"trait_type":"Eyes","value":"Wise"},{"trait_type":"Torso","value":"GIVfarmer Red"},{"trait_type":"Arm","value":"Santa Glove"},{"trait_type":"Gifts","value":"Emojis"},{"trait_type":"Head","value":"Starbound Aviator Epsilon"},{"trait_type":"Props","value":"Aqua Bandana"}],"compiler":"HashLips Art Engine","website":"https://giveth.io","seller_fee_basis_points":1000,"fee_recipient":"0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"}
Loading

1 comment on commit c5f7917

@vercel
Copy link

@vercel vercel bot commented on c5f7917 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth-dapps-v2-git-main-givethio.vercel.app
giveth-dapps-v2-givethio.vercel.app
giveth.io
www.giveth.io

Please sign in to comment.