Skip to content

Commit

Permalink
#CRYPTOAPIS-1998
Browse files Browse the repository at this point in the history
Preparations
  • Loading branch information
anastasov-menasoft committed Aug 30, 2019
1 parent 0c44bce commit ea06cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/rest-apis/blockchain/ETC/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Webhook = require('./webhook');
const ID = 'etc';
const NETWORKS = {
MAINNET: 'mainnet',
ROPSTEN: 'ropsten',
RINKEBY: 'rinkeby',
MORDEN: 'morden',
};

class ETC extends BlockchainNetwork {
Expand Down
2 changes: 1 addition & 1 deletion tests/rest-apis/blockchains/ETC/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ETC = require('./etc.test');

async function middleware(caClient, next, network = caClient.BC.ETC.NETWORKS.ROPSTEN) {
async function middleware(caClient, next, network = caClient.BC.ETC.NETWORKS.MORDEN) {
console.log(caClient.BC.ETC.NETWORKS);
caClient.BC.ETC.switchNetwork(network);

Expand Down

0 comments on commit ea06cd4

Please sign in to comment.