Skip to content

Commit

Permalink
Merge pull request #282 from kodadot/feat/fixing-da-prod
Browse files Browse the repository at this point in the history
🔧 kodadot_beta is not working cc kodadot/workers#310
  • Loading branch information
vikiival authored Jun 20, 2024
2 parents 62056fd + aa72e2c commit 0f63161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const fetchMetadata = async <T extends Content>(metadata: string): Promis
if (!metadata) {
return ensure<T>({})
}
const value = await $obtain<T>(metadata, ['kodadot_beta', 'w3s'], true)
const value = await $obtain<T>(metadata, ['kodadot', 'w3s'], true)
return contentFrom(value as any) as T
} catch (e) {
logger.error(`[MINIPFS] ${e}`)
Expand Down

0 comments on commit 0f63161

Please sign in to comment.