Skip to content

Commit

Permalink
bump node to v4.2.4, Update Snapshot to mydefichain (#1317)
Browse files Browse the repository at this point in the history
* Update snapshot.ts

Change Snapshut_EU to mydefichain.
https://snapshot-de.mydefichain.com

Signed-off-by: mydefichain <[email protected]>

* Update package-lock.json

Signed-off-by: mydefichain <[email protected]>

* Update package.json

Signed-off-by: mydefichain <[email protected]>

* Update package-lock.json

Signed-off-by: mydefichain <[email protected]>

* Update package.json

Signed-off-by: mydefichain <[email protected]>

* Create release_new.yml

Signed-off-by: mydefichain <[email protected]>

* Delete .github/workflows/release_new.yml

Signed-off-by: mydefichain <[email protected]>

---------

Signed-off-by: mydefichain <[email protected]>
  • Loading branch information
mydefichain authored Jan 3, 2025
1 parent 24505fe commit 0aa1938
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "4.2.0",
"version": "4.2.4",
"description": "DeFi Wallet",
"main": "./electron-app/build/electron-app/index.js",
"author": {
Expand All @@ -11,7 +11,7 @@
"homepage": "https://github.com/DeFiCh/app",
"publicPath": "./",
"config": {
"ainVersion": "4.2.1"
"ainVersion": "4.2.4"
},
"scripts": {
"init": "npm ci --force && cd webapp && npm run init",
Expand Down
2 changes: 1 addition & 1 deletion typings/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const SNAPSHOT_EU =
'https://defi-snapshots-europe.s3.eu-central-1.amazonaws.com/';
'https://snapshot-de.mydefichain.com/';
export const SNAPSHOT_ASIA =
'https://defi-snapshots.s3-ap-southeast-1.amazonaws.com/';
export const SNAPSHOT_AU =
Expand Down
2 changes: 1 addition & 1 deletion webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "4.2.0",
"version": "4.2.4",
"description": "DeFi Wallet",
"author": {
"name": "DeFiChain Foundation",
Expand Down

0 comments on commit 0aa1938

Please sign in to comment.