Skip to content

Commit

Permalink
Merge pull request #1723 from cprussin/cprussin/add-remaining-evm-api…
Browse files Browse the repository at this point in the history
…s-to-api-reference

Add remaining evm apis to api reference
  • Loading branch information
cprussin authored Jun 24, 2024
2 parents 71dc1d7 + c73baf3 commit 3d3bd49
Show file tree
Hide file tree
Showing 46 changed files with 4,775 additions and 1,934 deletions.
37 changes: 20 additions & 17 deletions apps/api-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,28 @@
"test:unit": "jest --selectProjects unit --passWithNoTests"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.8.1",
"@floating-ui/react": "^0.26.16",
"@amplitude/analytics-browser": "^2.9.0",
"@floating-ui/react": "^0.26.17",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@heroicons/react": "^2.1.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@next/third-parties": "^14.2.3",
"@pythnetwork/pyth-sdk-solidity": "^3.1.0",
"@wagmi/core": "^2.10.5",
"@next/mdx": "^14.2.4",
"@next/third-parties": "^14.2.4",
"@pythnetwork/pyth-sdk-solidity": "workspace:^",
"@tanstack/react-query": "^5.45.1",
"clsx": "^2.1.1",
"next": "^14.2.3",
"connectkit": "^1.8.2",
"cryptocurrency-icons": "^0.18.1",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"pino": "^9.1.0",
"pino": "^9.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^1.6.2",
"viem": "^2.13.3",
"shiki": "^1.7.0",
"viem": "^2.15.1",
"wagmi": "^2.10.4",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -51,16 +54,16 @@
"@tailwindcss/forms": "^0.5.7",
"@types/jest": "^29.5.12",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.0",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"jest": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vercel": "^34.2.4"
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vercel": "^34.2.7"
}
}
Loading

0 comments on commit 3d3bd49

Please sign in to comment.