Skip to content

Commit 2d43301

Browse files
committed
chore: use rangutopia for building wallets
1 parent 2fe6d55 commit 2d43301

File tree

43 files changed

+216
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+216
-535
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
dist/
3+
dist2/
4+
35
lerna-debug.log
46
.vercel
57

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"valibot": "^0.38.0",
129129
"react-refresh": "0.9.0",
130130
"protobufjs": "^6.11.4",
131-
"@types/node": "^20.17.19"
131+
"@types/node": "^20.17.19",
132+
"esbuild": "0.25.4"
132133
},
133134
"@parcel/resolver-default": {
134135
"packageExports": true

wallets/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"legacy"
5555
],
5656
"scripts": {
57-
"build": "node ../../scripts/build/command.mjs --path wallets/core --inputs src/mod.ts,src/utils/mod.ts,src/legacy/mod.ts,src/hub/store/mod.ts,src/namespaces/evm/mod.ts,src/namespaces/solana/mod.ts,src/namespaces/cosmos/mod.ts,src/namespaces/utxo/mod.ts,src/namespaces/sui/mod.ts,src/namespaces/common/mod.ts",
57+
"build": "rangutopia library build --inputs src/mod.ts,src/utils/mod.ts,src/legacy/mod.ts,src/hub/store/mod.ts,src/namespaces/evm/mod.ts,src/namespaces/solana/mod.ts,src/namespaces/cosmos/mod.ts,src/namespaces/utxo/mod.ts,src/namespaces/sui/mod.ts,src/namespaces/common/mod.ts",
58+
"build2": "node ../../scripts/build/command.mjs --path wallets/core --inputs src/mod.ts,src/utils/mod.ts,src/legacy/mod.ts,src/hub/store/mod.ts,src/namespaces/evm/mod.ts,src/namespaces/solana/mod.ts,src/namespaces/cosmos/mod.ts,src/namespaces/utxo/mod.ts,src/namespaces/sui/mod.ts,src/namespaces/common/mod.ts",
5859
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
5960
"clean": "rimraf dist",
6061
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",

wallets/provider-all/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-all",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -62,4 +62,4 @@
6262
"publishConfig": {
6363
"access": "public"
6464
}
65-
}
65+
}

wallets/provider-argentx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-argentx",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -28,4 +28,4 @@
2828
"publishConfig": {
2929
"access": "public"
3030
}
31-
}
31+
}

wallets/provider-bitget/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-bitget",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -29,4 +29,4 @@
2929
"publishConfig": {
3030
"access": "public"
3131
}
32-
}
32+
}

wallets/provider-braavos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-braavos",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -28,4 +28,4 @@
2828
"publishConfig": {
2929
"access": "public"
3030
}
31-
}
31+
}

wallets/provider-brave/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-brave",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -29,4 +29,4 @@
2929
"publishConfig": {
3030
"access": "public"
3131
}
32-
}
32+
}

wallets/provider-clover/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-clover",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -30,4 +30,4 @@
3030
"publishConfig": {
3131
"access": "public"
3232
}
33-
}
33+
}

wallets/provider-coin98/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src"
1515
],
1616
"scripts": {
17-
"build": "node ../../scripts/build/command.mjs --path wallets/provider-coin98",
17+
"build": "rangutopia library build",
1818
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
1919
"clean": "rimraf dist",
2020
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
@@ -31,4 +31,4 @@
3131
"publishConfig": {
3232
"access": "public"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)