@snapshot-labs/snapshot.js 0.4.98 → 0.4.99

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.
package/dist/index.d.ts CHANGED
@@ -482,12 +482,14 @@ declare const _default: {
482
482
  properties: {
483
483
  about: {
484
484
  type: string;
485
+ format: string;
485
486
  title: string;
486
487
  minLength: number;
487
488
  maxLength: number;
488
489
  };
489
490
  statement: {
490
491
  type: string;
492
+ format: string;
491
493
  title: string;
492
494
  };
493
495
  };
@@ -478,12 +478,14 @@ declare const _default: {
478
478
  properties: {
479
479
  about: {
480
480
  type: string;
481
+ format: string;
481
482
  title: string;
482
483
  minLength: number;
483
484
  maxLength: number;
484
485
  };
485
486
  statement: {
486
487
  type: string;
488
+ format: string;
487
489
  title: string;
488
490
  };
489
491
  };
@@ -1099,12 +1099,14 @@ var definitions$4 = {
1099
1099
  properties: {
1100
1100
  about: {
1101
1101
  type: "string",
1102
+ format: "long",
1102
1103
  title: "About",
1103
1104
  minLength: 1,
1104
1105
  maxLength: 140
1105
1106
  },
1106
1107
  statement: {
1107
1108
  type: "string",
1109
+ format: "long",
1108
1110
  title: "Statement"
1109
1111
  }
1110
1112
  },
@@ -2441,6 +2443,45 @@ var networks = {
2441
2443
  },
2442
2444
  start: 43317,
2443
2445
  logo: "ipfs://QmXvum7SNVaAqAc2jNzR1NpNZN1GGvNaKWydg8a1GEDQ7y"
2446
+ },
2447
+ "841": {
2448
+ key: "841",
2449
+ name: "Taraxa Mainnet",
2450
+ shortName: "841",
2451
+ chainId: 841,
2452
+ network: "mainnet",
2453
+ multicall: "0xFCe7a3121B42664AaD145712e1c2Bf2e38f60AA1",
2454
+ rpc: [
2455
+ "https://rpc.mainnet.taraxa.io"
2456
+ ],
2457
+ ws: [
2458
+ "wss://ws.mainnet.taraxa.io"
2459
+ ],
2460
+ explorer: {
2461
+ url: "https://mainnet.explorer.taraxa.io"
2462
+ },
2463
+ start: 1515906,
2464
+ logo: "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
2465
+ },
2466
+ "842": {
2467
+ key: "842",
2468
+ name: "Taraxa Testnet",
2469
+ shortName: "842",
2470
+ chainId: 842,
2471
+ network: "testnet",
2472
+ testnet: true,
2473
+ multicall: "0x7749051abc57e1105941Ea3Eb2a3F873F300E861",
2474
+ rpc: [
2475
+ "https://rpc.testnet.taraxa.io"
2476
+ ],
2477
+ ws: [
2478
+ "wss://ws.testnet.taraxa.io"
2479
+ ],
2480
+ explorer: {
2481
+ url: "https://testnet.explorer.taraxa.io"
2482
+ },
2483
+ start: 1462328,
2484
+ logo: "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
2444
2485
  },
2445
2486
  "888": {
2446
2487
  key: "888",
@@ -1090,12 +1090,14 @@ var definitions$4 = {
1090
1090
  properties: {
1091
1091
  about: {
1092
1092
  type: "string",
1093
+ format: "long",
1093
1094
  title: "About",
1094
1095
  minLength: 1,
1095
1096
  maxLength: 140
1096
1097
  },
1097
1098
  statement: {
1098
1099
  type: "string",
1100
+ format: "long",
1099
1101
  title: "Statement"
1100
1102
  }
1101
1103
  },
@@ -2432,6 +2434,45 @@ var networks = {
2432
2434
  },
2433
2435
  start: 43317,
2434
2436
  logo: "ipfs://QmXvum7SNVaAqAc2jNzR1NpNZN1GGvNaKWydg8a1GEDQ7y"
2437
+ },
2438
+ "841": {
2439
+ key: "841",
2440
+ name: "Taraxa Mainnet",
2441
+ shortName: "841",
2442
+ chainId: 841,
2443
+ network: "mainnet",
2444
+ multicall: "0xFCe7a3121B42664AaD145712e1c2Bf2e38f60AA1",
2445
+ rpc: [
2446
+ "https://rpc.mainnet.taraxa.io"
2447
+ ],
2448
+ ws: [
2449
+ "wss://ws.mainnet.taraxa.io"
2450
+ ],
2451
+ explorer: {
2452
+ url: "https://mainnet.explorer.taraxa.io"
2453
+ },
2454
+ start: 1515906,
2455
+ logo: "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
2456
+ },
2457
+ "842": {
2458
+ key: "842",
2459
+ name: "Taraxa Testnet",
2460
+ shortName: "842",
2461
+ chainId: 842,
2462
+ network: "testnet",
2463
+ testnet: true,
2464
+ multicall: "0x7749051abc57e1105941Ea3Eb2a3F873F300E861",
2465
+ rpc: [
2466
+ "https://rpc.testnet.taraxa.io"
2467
+ ],
2468
+ ws: [
2469
+ "wss://ws.testnet.taraxa.io"
2470
+ ],
2471
+ explorer: {
2472
+ url: "https://testnet.explorer.taraxa.io"
2473
+ },
2474
+ start: 1462328,
2475
+ logo: "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
2435
2476
  },
2436
2477
  "888": {
2437
2478
  key: "888",