@clonegod/ttd-bsc-common 1.0.51 → 1.0.53

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.
@@ -10,7 +10,6 @@ export interface BundleParams {
10
10
  export declare class _48ClubTrade {
11
11
  private rpcUrl;
12
12
  private soulPointSignature?;
13
- private provider;
14
13
  constructor(soulPointSignature?: string);
15
14
  sendPrivateTransaction(signedTx: string): Promise<string>;
16
15
  _sendPrivateTransactionWith48SP(signedTx: string): Promise<string>;
@@ -14,13 +14,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports._48ClubTrade = exports._48CLUB_BUILDER_CONTROL_EOA = void 0;
16
16
  const axios_1 = __importDefault(require("axios"));
17
- const ethers_1 = require("ethers");
18
17
  exports._48CLUB_BUILDER_CONTROL_EOA = '0x4848489f0b2BEdd788c696e2D79b6b69D7484848';
19
18
  class _48ClubTrade {
20
19
  constructor(soulPointSignature) {
21
20
  this.rpcUrl = process.env._48CLUB_RPC_URL || 'https://puissant-builder.48.club/';
22
21
  this.soulPointSignature = soulPointSignature;
23
- this.provider = new ethers_1.ethers.providers.JsonRpcProvider(this.rpcUrl);
24
22
  }
25
23
  sendPrivateTransaction(signedTx) {
26
24
  return __awaiter(this, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-bsc-common",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "BSC common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "push": "npm run build && npm publish"
15
15
  },
16
16
  "dependencies": {
17
- "@clonegod/ttd-core": "2.0.83",
17
+ "@clonegod/ttd-core": "2.0.85",
18
18
  "axios": "^1.12.0",
19
19
  "dotenv": "^16.4.7",
20
20
  "ethers": "^5.8.0"