Skip to content

Commit

Permalink
Merge pull request #164 from roiLeo/hotfix/metadata/gateway
Browse files Browse the repository at this point in the history
🔧 metadata gateway
  • Loading branch information
yangwao authored Jan 5, 2023
2 parents cb374e2 + 7914458 commit a289782
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 @@ -3,7 +3,7 @@ import { ensure } from './helper'
import logger from './logger'
import { SanitizerFunc, SomethingWithMeta } from './types'

export const BASE_URL = 'https://kodadot.mypinata.cloud/'
export const BASE_URL = 'https://image.w.kodadot.xyz/'

const api = Axios.create({
baseURL: BASE_URL,
Expand Down

0 comments on commit a289782

Please sign in to comment.