Compare commits

...

2 Commits

Author SHA1 Message Date
a5b87ccf74
Tornado CLI 1.0.2-alpha 2024-04-29 04:17:49 +00:00
867a45717e
Synced events 2024-04-29 03:28:11 +00:00
13 changed files with 2 additions and 5 deletions

3
dist/cli.js vendored
View File

@ -67519,7 +67519,7 @@ TornadoVault__factory.bytecode = _bytecode;
TornadoVault__factory.abi = _abi$1I;
var name = "tornado-cli";
var version$3 = "1.0.1-alpha";
var version$3 = "1.0.2-alpha";
var description$1 = "Modern Toolsets for Privacy Pools on Ethereum";
var main = "./dist/index.js";
var module$1 = "./dist/index.mjs";
@ -223113,7 +223113,6 @@ function tornadoProgram() {
});
const validRelayers = allRelayers.validRelayers;
const invalidRelayers = allRelayers.invalidRelayers;
console.log(validRelayers);
const relayersTable = new Table();
relayersTable.push(
[{ colSpan: 8, content: "Relayers", hAlign: "center" }],

View File

@ -1,6 +1,6 @@
{
"name": "tornado-cli",
"version": "1.0.1-alpha",
"version": "1.0.2-alpha",
"description": "Modern Toolsets for Privacy Pools on Ethereum",
"main": "./dist/index.js",
"module": "./dist/index.mjs",

View File

@ -1448,8 +1448,6 @@ export function tornadoProgram() {
const validRelayers = allRelayers.validRelayers as RelayerInfo[];
const invalidRelayers = allRelayers.invalidRelayers as RelayerError[];
console.log(validRelayers);
const relayersTable = new Table();
relayersTable.push(

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.