trac-msb 0.1.24 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 4262c4fac0b3442591ea9de2a1721d51f4512c7f9883a64af89ed962929e8d31
1
+ 3bfb65dd22065539ab944d0247186a5bc913632939cd573ada495ea420e970c7
package/msb.mjs CHANGED
@@ -3,8 +3,8 @@ import {MainSettlementBus} from './src/index.js';
3
3
  const opts = {
4
4
  stores_directory : 'stores/',
5
5
  store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
6
- bootstrap: '0f4fa31072e9b9d55eae87981ee657cbf9c18c70207f80d7c917540938f8b59d',
7
- channel: '00axtracnetworkmainsettlementbus'
6
+ bootstrap: '64bd0a01c03f46432dd15a60a2d7150c787042b13e3c42c97da5fe02d0295b7f',
7
+ channel: '0000tracnetworkmainsettlementbus'
8
8
  };
9
9
 
10
10
  const msb = new MainSettlementBus(opts);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-msb",
3
3
  "main": "msb.mjs",
4
- "version": "0.1.24",
4
+ "version": "0.1.26",
5
5
  "pear": {
6
6
  "name": "trac-msb",
7
7
  "type": "terminal"