@swype-org/react-sdk 0.2.232 → 0.2.233
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.cjs +1 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8240,7 +8240,6 @@ function toTransfer(session) {
|
|
|
8240
8240
|
};
|
|
8241
8241
|
}
|
|
8242
8242
|
var SOLANA_CHAIN_ID = 792703809;
|
|
8243
|
-
var TRON_CHAIN_ID = 728126428;
|
|
8244
8243
|
var SOLANA_NATIVE_SOL_ADDRESS = "11111111111111111111111111111111";
|
|
8245
8244
|
function formatDepositUri(address, chainId, depToken) {
|
|
8246
8245
|
if (chainId === SOLANA_CHAIN_ID) {
|
|
@@ -8249,10 +8248,7 @@ function formatDepositUri(address, chainId, depToken) {
|
|
|
8249
8248
|
}
|
|
8250
8249
|
return `solana:${address}?spl-token=${depToken}`;
|
|
8251
8250
|
}
|
|
8252
|
-
|
|
8253
|
-
return address;
|
|
8254
|
-
}
|
|
8255
|
-
return `ethereum:${address}@${chainId}`;
|
|
8251
|
+
return address;
|
|
8256
8252
|
}
|
|
8257
8253
|
|
|
8258
8254
|
// src/hooks/useManualTransferSession.ts
|