Skip to content

Commit

Permalink
Update webwallet to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuraiProject committed Feb 2, 2024
1 parent 1dbf902 commit 3d3da3a
Show file tree
Hide file tree
Showing 13 changed files with 737 additions and 628 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
node_modules
node_modules
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ravencoin-webwallet

Web wallet for Ravencoin!
Web wallet for Neurai!

Permissionless, open source, non-custodial (your keys never leave your browser).

## How to build

### Clone the repo

`git clone https://github.com/ravenrebels/ravencoin-webwallet.git`
`git clone https://github.com/NeuraiProject/neurai-webwallet.git`

### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion generateCommitHash.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try {
fs.mkdirSync(distDir, { recursive: true });

// Get the commit hash
const commitHash = execSync('git rev-parse HEAD').toString().trim();
const commitHash = "124";
const content = `const COMMIT_HASH = '${commitHash}';\n`;

// Write the commit hash to the file
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' 'unsafe-inline' rpc-main.neurai.org api.xeggex.com;
content="default-src 'self' 'unsafe-inline' xna-rpc-mainnet.neurai.org api.xeggex.com;
img-src https://* 'self' data:;
child-src 'none';"
/>
Expand Down
Loading

0 comments on commit 3d3da3a

Please sign in to comment.