Skip to content

Commit

Permalink
Merge branch 'feat/pa-create' into fix/wenty/trust-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 authored Aug 30, 2023
2 parents 3b09538 + 88a51a0 commit 54ee749
Show file tree
Hide file tree
Showing 152 changed files with 4,828 additions and 6,407 deletions.
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const nextConfig = {
headers: async () => [
{
// cache public folder assets (default max-age: 0).
source: `${assetPrefix}/:public(fonts|images|wasm|zk-main)/:path*`,
source: `${assetPrefix}/:public(fonts|images|wasm|zk-crypto)/:path*`,
locale: false,
headers: [
{
Expand Down
7 changes: 4 additions & 3 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ahooks": "3.7.7",
"hash-wasm": "4.9.0",
"@babel/core": "^7.20.12",
"@bnb-chain/greenfield-js-sdk": "0.2.4-alpha.5",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.18",
"@bnb-chain/greenfield-js-sdk": "0.2.4-alpha.26",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.22",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/bundle-analyzer": "^13.1.6",
Expand Down Expand Up @@ -49,7 +49,8 @@
"react-redux": "^8.1.1",
"next-redux-wrapper": "^8.1.0",
"redux-persist": "^6.0.0",
"@wagmi/core": "^0.10.13"
"@wagmi/core": "^0.10.13",
"fast-xml-parser": "~4.2.7"
},
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.14.5",
Expand Down
58 changes: 58 additions & 0 deletions apps/dcellar-web-ui/public/images/accounts/disable-account.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 54ee749

Please sign in to comment.