Skip to content

Commit 84dfd34

Browse files
authored
Merge pull request #151 from Gearbox-protocol/all-networks
fix: add all networks icon
2 parents 48b34ec + b9a4b32 commit 84dfd34

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"compile": "tsc",
13-
"dev": "tsc -w",
13+
"dev": "tsc && yarn generate-strategies:ts",
1414
"clean": "rm -rf ./lib",
1515
"copy-files": "mkdir -p ./src/assets && cp -R ./src/assets ./lib",
1616
"build": "yarn compile && yarn generate-strategies:ts && yarn copy-files",

public/chains/allnetworks.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)