Skip to content

Commit

Permalink
remove cfx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeapostrophe committed Nov 15, 2022
1 parent 70e765b commit 236948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack-5/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const process = require('process');

const out = [];
reachsdk.unsafeAllowMultipleStdlibs();
for (const connector of ['ETH', 'ALGO', 'CFX']) {
for (const connector of ['ETH', 'ALGO']) {
const reach = reachsdk.loadStdlib({REACH_CONNECTOR_MODE: connector});
reach.assert(connector === reach.connector, 'Connector string mismatch');
out.push(`${connector} === ${reach.connector}; // true`);
Expand Down

0 comments on commit 236948f

Please sign in to comment.