Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1/packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v1/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v1/packages/juno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
3 changes: 1 addition & 2 deletions v1/packages/osmosis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build:pkg": "ts-node ./scripts/build.ts",
"codegen": "npm run build:pkg",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v2/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/8ball/asset-list.ts

This file was deleted.

136 changes: 0 additions & 136 deletions v2/packages/chain-registry/src/mainnet/8ball/chain.ts

This file was deleted.

32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/8ball/ibc-data.ts

This file was deleted.

7 changes: 0 additions & 7 deletions v2/packages/chain-registry/src/mainnet/8ball/index.ts

This file was deleted.

32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/akiro/asset-list.ts

This file was deleted.

94 changes: 0 additions & 94 deletions v2/packages/chain-registry/src/mainnet/akiro/chain.ts

This file was deleted.

5 changes: 0 additions & 5 deletions v2/packages/chain-registry/src/mainnet/akiro/index.ts

This file was deleted.

Loading
Loading