@kimafinance/kima-transaction-widget 1.2.43 → 1.2.45

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.js CHANGED
@@ -2552,7 +2552,7 @@ var getOrCreateAssociatedTokenAccount = function getOrCreateAssociatedTokenAccou
2552
2552
  var TRON_USDK_OWNER_ADDRESS = 'TBVn4bsBN4DhtZ7D3vEVpAyqkvdFn7zmpU';
2553
2553
 
2554
2554
  var tronWeb = new tronweb.TronWeb({
2555
- fullHost: 'https://api.nileex.io'
2555
+ fullHost: 'https://api.trongrid.io'
2556
2556
  });
2557
2557
  tronWeb.setAddress(TRON_USDK_OWNER_ADDRESS);
2558
2558
 
@@ -7988,7 +7988,7 @@ function output(out, instance) {
7988
7988
  exports.output = output;
7989
7989
  const assert = { number, bool, bytes, hash, exists, output };
7990
7990
  exports.default = assert;
7991
- //# sourceMappingURL=_assert.js.map
7991
+
7992
7992
  });
7993
7993
 
7994
7994
  unwrapExports(_assert);
@@ -7997,7 +7997,7 @@ var crypto = createCommonjsModule(function (module, exports) {
7997
7997
  Object.defineProperty(exports, "__esModule", { value: true });
7998
7998
  exports.crypto = void 0;
7999
7999
  exports.crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
8000
- //# sourceMappingURL=crypto.js.map
8000
+
8001
8001
  });
8002
8002
 
8003
8003
  unwrapExports(crypto);
@@ -8199,7 +8199,7 @@ function randomBytes(bytesLength = 32) {
8199
8199
  throw new Error('crypto.getRandomValues must be defined');
8200
8200
  }
8201
8201
  exports.randomBytes = randomBytes;
8202
- //# sourceMappingURL=utils.js.map
8202
+
8203
8203
  });
8204
8204
 
8205
8205
  unwrapExports(utils);
@@ -8321,7 +8321,7 @@ class SHA2 extends utils.Hash {
8321
8321
  }
8322
8322
  }
8323
8323
  exports.SHA2 = SHA2;
8324
- //# sourceMappingURL=_sha2.js.map
8324
+
8325
8325
  });
8326
8326
 
8327
8327
  unwrapExports(_sha2);
@@ -8454,7 +8454,7 @@ class SHA224 extends SHA256 {
8454
8454
  */
8455
8455
  exports.sha256 = (0, utils.wrapConstructor)(() => new SHA256());
8456
8456
  exports.sha224 = (0, utils.wrapConstructor)(() => new SHA224());
8457
- //# sourceMappingURL=sha256.js.map
8457
+
8458
8458
  });
8459
8459
 
8460
8460
  unwrapExports(sha256);
@@ -12807,7 +12807,7 @@ var bsc = {
12807
12807
  name: 'BNB Smart Chain Mainnet',
12808
12808
  currency: 'BNB',
12809
12809
  explorerUrl: 'https://bscscan.com',
12810
- rpcUrl: 'https://binance.llamarpc.com'
12810
+ rpcUrl: 'https://bsc-dataseed.binance.org/'
12811
12811
  };
12812
12812
  var polygon = {
12813
12813
  chainId: 137,
@@ -12839,7 +12839,7 @@ var avalanche = {
12839
12839
  };
12840
12840
  var zkEVM = {
12841
12841
  chainId: 1101,
12842
- name: 'Polygon zkEVM Cardona Testnet',
12842
+ name: 'Polygon zkEVM',
12843
12843
  currency: 'ETH',
12844
12844
  explorerUrl: 'https://zkevm.polygonscan.com',
12845
12845
  rpcUrl: 'https://rpc.ankr.com/polygon_zkevm'