Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko authored and github-actions[bot] committed Jan 24, 2024
1 parent 3e01e88 commit d4570e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions apps/composable-nft-renderer-app/components/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ const queryClient = new QueryClient();
// You can pass custom utility contracts to the RMRKContextProvider
const customUtilityContracts = {
[hardhat.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]: '0x15622b7C6bD7D3c213689a1E3c8878a01fF44974',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]: '0xD28B08c1d46e692c9ca891f0608fF285919E633E',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]: '0x16fD480f38F795A6c5f545F88840206e1e49258b',
[NETWORK_CONTRACTS_PROPS.RMRKCatalogUtils]: '0x9Bc12be12016c04c53a1d41f9e453A53E006D857',
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x15622b7C6bD7D3c213689a1E3c8878a01fF44974',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0xD28B08c1d46e692c9ca891f0608fF285919E633E',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
'0x16fD480f38F795A6c5f545F88840206e1e49258b',
[NETWORK_CONTRACTS_PROPS.RMRKCatalogUtils]:
'0x9Bc12be12016c04c53a1d41f9e453A53E006D857',
},
} satisfies RMRKUtilityContracts;

Expand Down

0 comments on commit d4570e6

Please sign in to comment.