Skip to content
Closed
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
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.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const info: AssetList = {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
},
coingeckoId: 'arable-usd',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
Expand Down
8 changes: 0 additions & 8 deletions v2/packages/chain-registry/src/mainnet/akash/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ const info: Chain = {
address: 'https://akash-rpc.kleomedes.network',
provider: 'Kleomedes'
},
{
address: 'https://rpc-akash-01.stakeflow.io',
provider: 'Stakeflow'
},
{
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
provider: 'Cosmonaut Stakes'
Expand All @@ -234,10 +230,6 @@ const info: Chain = {
address: 'https://akash-rpc.publicnode.com:443',
provider: 'Allnodes ⚡️ Nodes & Staking'
},
{
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
provider: 'Stakewolle'
},
{
address: 'https://akash.declab.pro:26601',
provider: 'Decloud Nodes Lab'
Expand Down
32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/akiro/asset-list.ts

This file was deleted.

Loading
Loading