@b3dotfun/sdk 0.0.50-test.0 → 0.0.50

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.
@@ -61,7 +61,7 @@ class BondkitToken {
61
61
  });
62
62
  this.publicClient = (0, viem_1.createPublicClient)({
63
63
  chain: this.chain,
64
- transport,
64
+ transport: (0, viem_1.http)(this.rpcUrl),
65
65
  });
66
66
  this.contract = (0, viem_1.getContract)({
67
67
  address: this.contractAddress,
@@ -108,7 +108,7 @@ class BondkitToken {
108
108
  });
109
109
  this.publicClient = (0, viem_1.createPublicClient)({
110
110
  chain: this.chain,
111
- transport,
111
+ transport: (0, viem_1.http)(this.rpcUrl),
112
112
  });
113
113
  this.contract = (0, viem_1.getContract)({
114
114
  address: this.contractAddress,