Skip to content

Commit

Permalink
Merge pull request #436 from axelarnetwork/feat/add-scroll-chain
Browse files Browse the repository at this point in the history
feat/add scroll chain
  • Loading branch information
alanrsoares authored Oct 16, 2023
2 parents f18a08a + 9741cd5 commit 79dccdb
Show file tree
Hide file tree
Showing 36 changed files with 393 additions and 416 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true pnpm build",
"start": "next start",
"lint": "next lint",
"test": "vitest --run",
Expand All @@ -26,7 +27,7 @@
"clsx": "^1.2.1",
"daisyui": "^2.52.0",
"ethers": "^5.7.2",
"next": "^13.4.19",
"next": "^13.5.5",
"next-secure-headers": "^2.2.0",
"proxy-memoize": "^2.0.4",
"rambda": "^8.3.0",
Expand All @@ -37,8 +38,8 @@
"socket.io-client": "^4.7.2",
"spinners-react": "^1.0.7",
"usehooks-ts": "^2.9.1",
"viem": "^1.6.0",
"wagmi": "^1.3.10",
"viem": "~1.16.0",
"wagmi": "1.4.1",
"wait": "^0.4.2",
"zustand": "^4.4.1"
},
Expand All @@ -50,7 +51,7 @@
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@keplr-wallet/types": "^0.11.64",
"@next/bundle-analyzer": "^13.4.19",
"@next/bundle-analyzer": "^13.5.5",
"@playwright/test": "^1.37.0",
"@testing-library/react": "^14.0.0",
"@types/big.js": "^6.2.0",
Expand All @@ -61,7 +62,7 @@
"autoprefixer": "^10.4.15",
"cosmjs-types": "^0.8.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.5",
"happy-dom": "^9.20.3",
"long": "^5.2.3",
"postcss": "^8.4.28",
Expand Down
Loading

1 comment on commit 79dccdb

@vercel
Copy link

@vercel vercel bot commented on 79dccdb Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.