@cryptorubic/web3 1.1.0-alpha-stellar.32 → 1.1.0-alpha-stellar.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "1.1.0-alpha-stellar.32",
3
+ "version": "1.1.0-alpha-stellar.33",
4
4
  "dependencies": {
5
5
  "@ethersproject/bignumber": "^5.8.0",
6
6
  "@mysten/sui": "^1.24.0",
@@ -15,7 +15,10 @@ class StellarAdapter extends abstract_adapter_1.AbstractAdapter {
15
15
  super(core_1.BLOCKCHAIN_NAME.STELLAR, logger);
16
16
  this.rpc = rpc;
17
17
  this.signer = new stellar_adapter_signer_1.StellarAdapterSigner(this.publicRef, httpClient, logger, clientParams);
18
- this.horizonClient = new stellar_sdk_1.Horizon.Server(rpc[0].horizon);
18
+ this.horizonClient = new stellar_sdk_1.Horizon.Server(rpc[0].horizon, {
19
+ allowHttp: true,
20
+ appName: 'rubic.exchange'
21
+ });
19
22
  }
20
23
  initWeb3Client() {
21
24
  this.public = new stellar_sdk_2.rpc.Server(this.rpc[0].soroban, {