File tree 8 files changed +36
-14
lines changed
apps/composable-nft-renderer-app/components/app
8 files changed +36
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,10 +15,14 @@ const queryClient = new QueryClient();
15
15
// You can pass custom utility contracts to the RMRKContextProvider
16
16
const customUtilityContracts = {
17
17
[ hardhat . id ] : {
18
- [ NETWORK_CONTRACTS_PROPS . RMRKEquipRenderUtils ] : '0x15622b7C6bD7D3c213689a1E3c8878a01fF44974' ,
19
- [ NETWORK_CONTRACTS_PROPS . RMRKBulkWriter ] : '0xD28B08c1d46e692c9ca891f0608fF285919E633E' ,
20
- [ NETWORK_CONTRACTS_PROPS . RMRKCollectionUtils ] : '0x16fD480f38F795A6c5f545F88840206e1e49258b' ,
21
- [ NETWORK_CONTRACTS_PROPS . RMRKCatalogUtils ] : '0x9Bc12be12016c04c53a1d41f9e453A53E006D857' ,
18
+ [ NETWORK_CONTRACTS_PROPS . RMRKEquipRenderUtils ] :
19
+ '0x15622b7C6bD7D3c213689a1E3c8878a01fF44974' ,
20
+ [ NETWORK_CONTRACTS_PROPS . RMRKBulkWriter ] :
21
+ '0xD28B08c1d46e692c9ca891f0608fF285919E633E' ,
22
+ [ NETWORK_CONTRACTS_PROPS . RMRKCollectionUtils ] :
23
+ '0x16fD480f38F795A6c5f545F88840206e1e49258b' ,
24
+ [ NETWORK_CONTRACTS_PROPS . RMRKCatalogUtils ] :
25
+ '0x9Bc12be12016c04c53a1d41f9e453A53E006D857' ,
22
26
} ,
23
27
} satisfies RMRKUtilityContracts ;
24
28
Original file line number Diff line number Diff line change 1
1
# @rmrk-team/nft-renderer
2
2
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 1f6419c ` ] ( https://github.com/rmrk-team/rmrk-js/commit/1f6419c068a2a111482a8f5b4443e4c288b3cd4c ) Thanks [ @Yuripetusko ] ( https://github.com/Yuripetusko ) ! - Update deps
8
+
9
+ - Updated dependencies [[ ` 1f6419c ` ] ( https://github.com/rmrk-team/rmrk-js/commit/1f6419c068a2a111482a8f5b4443e4c288b3cd4c )] :
10
+ - @rmrk-team/rmrk-evm-utils @0.0.7
11
+ - @rmrk-team/rmrk-hooks @0.0.8
12
+
3
13
## 0.0.6
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @rmrk-team/nft-renderer" ,
3
3
"description" : " React NFT renderer for multi layered composable NFTs built on RMRK standards" ,
4
4
"bugs" : " https://github.com/rmrk-team/rmrk-js/issues" ,
5
- "version" : " 0.0.6 " ,
5
+ "version" : " 0.0.7 " ,
6
6
"private" : false ,
7
7
"access" : " public" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @rmrk-team/rmrk-evm-utils
2
2
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 1f6419c ` ] ( https://github.com/rmrk-team/rmrk-js/commit/1f6419c068a2a111482a8f5b4443e4c288b3cd4c ) Thanks [ @Yuripetusko ] ( https://github.com/Yuripetusko ) ! - Update deps
8
+
3
9
## 0.0.6
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 3
3
"description" : " Typescript utilities and actions for working with NFTs built on RMRK standards" ,
4
4
"bugs" : " https://github.com/rmrk-team/rmrk-js/issues" ,
5
5
"homepage" : " https://github.com/rmrk-team/rmrk-js" ,
6
- "version" : " 0.0.6 " ,
6
+ "version" : " 0.0.7 " ,
7
7
"private" : false ,
8
8
"access" : " public" ,
9
9
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @rmrk-team/rmrk-hooks
2
2
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 1f6419c ` ] ( https://github.com/rmrk-team/rmrk-js/commit/1f6419c068a2a111482a8f5b4443e4c288b3cd4c ) Thanks [ @Yuripetusko ] ( https://github.com/Yuripetusko ) ! - Update deps
8
+
9
+ - Updated dependencies [[ ` 1f6419c ` ] ( https://github.com/rmrk-team/rmrk-js/commit/1f6419c068a2a111482a8f5b4443e4c288b3cd4c )] :
10
+ - @rmrk-team/rmrk-evm-utils @0.0.7
11
+
3
12
## 0.0.7
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 3
3
"description" : " React hooks for working with NFTs built on RMRK standards" ,
4
4
"bugs" : " https://github.com/rmrk-team/rmrk-js/issues" ,
5
5
"homepage" : " https://github.com/rmrk-team/rmrk-js" ,
6
- "version" : " 0.0.7 " ,
6
+ "version" : " 0.0.8 " ,
7
7
"private" : false ,
8
8
"access" : " public" ,
9
9
"repository" : {
You can’t perform that action at this time.
0 commit comments