Skip to content

Commit

Permalink
test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Husienvora committed Oct 21, 2024
1 parent 81bd01b commit fed3ead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/test/keyring.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ let NETWORKS = {
CHAIN_ID: 31,
},
};

//uncomment the below if statement to run test for bitcoin and make sure you override the balance check in bitcoin controller
if (!helper.isTestEnvironment()) {
NETWORKS = {
bitcoin: {
Expand All @@ -67,7 +69,7 @@ if (!helper.isTestEnvironment()) {
...NETWORKS,
};
}
console.log(NETWORKS);

const chainConfigs = {
ethereum: { symbol: "ETH", txType: 2 },
bsc: { symbol: "BSC", txType: 0 },
Expand Down

0 comments on commit fed3ead

Please sign in to comment.