Skip to content

Commit

Permalink
Merge pull request #171 from node-real/feat/pa-create
Browse files Browse the repository at this point in the history
feat(dcellar-web-ui): add payment account crud and send function
  • Loading branch information
devinxl authored Aug 31, 2023
2 parents 5c3a1a9 + b723c96 commit 9544f79
Show file tree
Hide file tree
Showing 155 changed files with 4,986 additions and 6,426 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 9544f79

Please sign in to comment.