Skip to content

Commit

Permalink
refactor(crypto): use @arkecosystem/crypto-networks to handle netwo…
Browse files Browse the repository at this point in the history
…rk configurations (#4152)
  • Loading branch information
faustbrian authored Nov 11, 2020
1 parent 242f8b4 commit 02c272e
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 20,682 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @faustbrian @kristjank @supaiku0 @air1one
* @faustbrian @air1one
1 change: 1 addition & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prepublishOnly": "yarn build:rollup"
},
"dependencies": {
"@arkecosystem/crypto-networks": "^1.0.0",
"@arkecosystem/utils": "^1.2.0",
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
Expand Down
693 changes: 0 additions & 693 deletions packages/crypto/src/networks/devnet/exceptions.json

This file was deleted.

844 changes: 0 additions & 844 deletions packages/crypto/src/networks/devnet/genesisBlock.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/crypto/src/networks/devnet/index.ts

This file was deleted.

94 changes: 0 additions & 94 deletions packages/crypto/src/networks/devnet/milestones.json

This file was deleted.

18 changes: 0 additions & 18 deletions packages/crypto/src/networks/devnet/network.json

This file was deleted.

4 changes: 1 addition & 3 deletions packages/crypto/src/networks/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export { devnet } from "./devnet";
export { mainnet } from "./mainnet";
export { testnet } from "./testnet";
export * from "@arkecosystem/crypto-networks";
112 changes: 0 additions & 112 deletions packages/crypto/src/networks/mainnet/exceptions.json

This file was deleted.

Loading

0 comments on commit 02c272e

Please sign in to comment.