Skip to content

Commit

Permalink
Update deps and include bob network contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jun 15, 2024
1 parent 7bf6332 commit c6db4ed
Show file tree
Hide file tree
Showing 9 changed files with 9,975 additions and 7,392 deletions.
10 changes: 5 additions & 5 deletions apps/composable-nft-renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"dependencies": {
"@ark-ui/anatomy": "^1.2.0",
"@ark-ui/react": "^1.2.1",
"@rainbow-me/rainbowkit": "^2.0.5",
"@rainbow-me/rainbowkit": "^2.1.2",
"@rmrk-team/nft-renderer": "workspace:*",
"@rmrk-team/rmrk-2d-renderer": "workspace:*",
"@rmrk-team/rmrk-evm-utils": "workspace:*",
"@rmrk-team/rmrk-hooks": "workspace:*",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query": "^5.45.0",
"canvas": "^2.11.2",
"lucide-react": "^0.303.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "^2.9.23",
"wagmi": "^2.5.20"
"viem": "^2.14.1",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@pandacss/dev": "^0.27.0",
Expand All @@ -44,6 +44,6 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "^3.0.3",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@
"prettier": "^2.8.8",
"simple-git-hooks": "^2.9.0",
"ts-node": "10.9.1",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"vitest": "^1.2.0"
},
"packageManager": "[email protected]",
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/nft-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"./dist/styles.css": "./dist/styles.css"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.0-beta.0",
"@rainbow-me/rainbowkit": "^2.1.2",
"@rmrk-team/rmrk-2d-renderer": "workspace:*",
"@rmrk-team/rmrk-evm-utils": "workspace:*",
"@rmrk-team/rmrk-hooks": "workspace:*",
Expand All @@ -68,10 +68,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.2",
"viem": "^2.9.23",
"typescript": "^5.4.5",
"viem": "^2.14.1",
"vite": "^4.4.9",
"wagmi": "^2.5.20"
"wagmi": "^2.10.2"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.29.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmrk-2d-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"vite": "^4.4.9"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rmrk-evm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"install": "^0.13.0",
"pnpm": "^8.14.1",
"ts-node": "10.9.1",
"typescript": "^5.4.2",
"viem": "^2.9.23",
"wagmi": "^2.5.20",
"typescript": "^5.4.5",
"viem": "^2.14.1",
"wagmi": "^2.10.2",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
12 changes: 11 additions & 1 deletion packages/rmrk-evm-utils/src/lib/rmrk-contract-addresses.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Address, Chain } from 'viem';
import { bsc } from 'viem/chains';
import {bob, bsc} from 'viem/chains';
import {
astar,
base,
Expand Down Expand Up @@ -127,6 +127,16 @@ export const EVM_RMRK_CONTRACTS = {
[NETWORK_CONTRACTS_PROPS.RMRKCatalogUtils]:
'0x6f2ebaDF4aA67Be1Ac57bFE6eBbC99D6C1fa25bF',
},
[bob.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0xA1908f1DbAa386a293Ee700F7934AE6aDB9C043D',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x5B01637FD17c1ac79df13dFF4F7080Fdd4cfEC46',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
'0x248ab178b3342bc843BE7Aacc88eCf3cbf2E25d3',
[NETWORK_CONTRACTS_PROPS.RMRKCatalogUtils]:
'0xCeecc3C73284CfB9d3AB87F8b653D14Bd3b65FeC',
},
[hardhat.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x0000000000000000000000000000000000000000',
Expand Down
8 changes: 4 additions & 4 deletions packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query": "^5.45.0",
"@types/node": "18.16.9",
"@types/ramda": "^0.29.10",
"@types/react": "18.2.33",
Expand All @@ -63,10 +63,10 @@
"abitype": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.4.2",
"viem": "^2.9.23",
"typescript": "^5.4.5",
"viem": "^2.14.1",
"vite": "^4.4.9",
"wagmi": "^2.5.20"
"wagmi": "^2.10.2"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.29.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"typescript": ">=5.4.2"
"typescript": ">=5.4.5"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down
Loading

0 comments on commit c6db4ed

Please sign in to comment.