Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Jun 9, 2023
1 parent 2e00a61 commit d188f89
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@ import { GalleryItem } from './galleryItem';
const customRenderWhaleSBT = {
name: 'Solid World Whale SBT',
address: '0xd843fB69473F77fF45502e1EB8733B6DD7feC98F',
network: "polygon",
network: 'polygon',
getMetadata: async function (sbt: { tokenId: string; tokenUri: string }) {
const apiUrl = sbt.tokenUri.replace('.json', '');

Expand All @@ -22,7 +22,7 @@ const customRenderWhaleSBT = {
const DackieSBT = {
name: 'Dackies SBT',
address: '0xbA444542E493Ed497D9Ef7f2ed596244a1952Ba2',
network: "polygon",
network: 'polygon',
getMetadata: async function (sbt: { tokenId: string; tokenUri: string }) {
return {
name: 'Dackie quack SBT',
Expand Down

0 comments on commit d188f89

Please sign in to comment.