@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 +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2125,7 +2125,7 @@ async function getOrCreateAssociatedTokenAccount(connection, payer, mint, owner,
|
|
|
2125
2125
|
const TRON_USDK_OWNER_ADDRESS = 'TBVn4bsBN4DhtZ7D3vEVpAyqkvdFn7zmpU';
|
|
2126
2126
|
|
|
2127
2127
|
const tronWeb = new TronWeb({
|
|
2128
|
-
fullHost: 'https://api.
|
|
2128
|
+
fullHost: 'https://api.trongrid.io'
|
|
2129
2129
|
});
|
|
2130
2130
|
tronWeb.setAddress(TRON_USDK_OWNER_ADDRESS);
|
|
2131
2131
|
|
|
@@ -7264,7 +7264,7 @@ function output(out, instance) {
|
|
|
7264
7264
|
exports.output = output;
|
|
7265
7265
|
const assert = { number, bool, bytes, hash, exists, output };
|
|
7266
7266
|
exports.default = assert;
|
|
7267
|
-
|
|
7267
|
+
|
|
7268
7268
|
});
|
|
7269
7269
|
|
|
7270
7270
|
unwrapExports(_assert);
|
|
@@ -7273,7 +7273,7 @@ var crypto = createCommonjsModule(function (module, exports) {
|
|
|
7273
7273
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7274
7274
|
exports.crypto = void 0;
|
|
7275
7275
|
exports.crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
|
|
7276
|
-
|
|
7276
|
+
|
|
7277
7277
|
});
|
|
7278
7278
|
|
|
7279
7279
|
unwrapExports(crypto);
|
|
@@ -7475,7 +7475,7 @@ function randomBytes(bytesLength = 32) {
|
|
|
7475
7475
|
throw new Error('crypto.getRandomValues must be defined');
|
|
7476
7476
|
}
|
|
7477
7477
|
exports.randomBytes = randomBytes;
|
|
7478
|
-
|
|
7478
|
+
|
|
7479
7479
|
});
|
|
7480
7480
|
|
|
7481
7481
|
unwrapExports(utils);
|
|
@@ -7597,7 +7597,7 @@ class SHA2 extends utils.Hash {
|
|
|
7597
7597
|
}
|
|
7598
7598
|
}
|
|
7599
7599
|
exports.SHA2 = SHA2;
|
|
7600
|
-
|
|
7600
|
+
|
|
7601
7601
|
});
|
|
7602
7602
|
|
|
7603
7603
|
unwrapExports(_sha2);
|
|
@@ -7730,7 +7730,7 @@ class SHA224 extends SHA256 {
|
|
|
7730
7730
|
*/
|
|
7731
7731
|
exports.sha256 = (0, utils.wrapConstructor)(() => new SHA256());
|
|
7732
7732
|
exports.sha224 = (0, utils.wrapConstructor)(() => new SHA224());
|
|
7733
|
-
|
|
7733
|
+
|
|
7734
7734
|
});
|
|
7735
7735
|
|
|
7736
7736
|
unwrapExports(sha256);
|
|
@@ -11924,7 +11924,7 @@ const bsc = {
|
|
|
11924
11924
|
name: 'BNB Smart Chain Mainnet',
|
|
11925
11925
|
currency: 'BNB',
|
|
11926
11926
|
explorerUrl: 'https://bscscan.com',
|
|
11927
|
-
rpcUrl: 'https://binance.
|
|
11927
|
+
rpcUrl: 'https://bsc-dataseed.binance.org/'
|
|
11928
11928
|
};
|
|
11929
11929
|
const polygon = {
|
|
11930
11930
|
chainId: 137,
|
|
@@ -11956,7 +11956,7 @@ const avalanche = {
|
|
|
11956
11956
|
};
|
|
11957
11957
|
const zkEVM = {
|
|
11958
11958
|
chainId: 1101,
|
|
11959
|
-
name: 'Polygon zkEVM
|
|
11959
|
+
name: 'Polygon zkEVM',
|
|
11960
11960
|
currency: 'ETH',
|
|
11961
11961
|
explorerUrl: 'https://zkevm.polygonscan.com',
|
|
11962
11962
|
rpcUrl: 'https://rpc.ankr.com/polygon_zkevm'
|