Skip to content

Commit

Permalink
Add example of passing ipfs gateway to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Mar 13, 2024
1 parent cfa7cf1 commit 3da2fc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const customUtilityContracts = {

const rmrkConfig = {
utilityContracts: customUtilityContracts,
// ipfsGateway: 'https://ipfs.io'
};

export const Providers = ({ children }: { children: React.ReactNode }) => {
Expand Down

0 comments on commit 3da2fc4

Please sign in to comment.