@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.cjs
CHANGED
|
@@ -8264,7 +8264,6 @@ function toTransfer(session) {
|
|
|
8264
8264
|
};
|
|
8265
8265
|
}
|
|
8266
8266
|
var SOLANA_CHAIN_ID = 792703809;
|
|
8267
|
-
var TRON_CHAIN_ID = 728126428;
|
|
8268
8267
|
var SOLANA_NATIVE_SOL_ADDRESS = "11111111111111111111111111111111";
|
|
8269
8268
|
function formatDepositUri(address, chainId, depToken) {
|
|
8270
8269
|
if (chainId === SOLANA_CHAIN_ID) {
|
|
@@ -8273,10 +8272,7 @@ function formatDepositUri(address, chainId, depToken) {
|
|
|
8273
8272
|
}
|
|
8274
8273
|
return `solana:${address}?spl-token=${depToken}`;
|
|
8275
8274
|
}
|
|
8276
|
-
|
|
8277
|
-
return address;
|
|
8278
|
-
}
|
|
8279
|
-
return `ethereum:${address}@${chainId}`;
|
|
8275
|
+
return address;
|
|
8280
8276
|
}
|
|
8281
8277
|
|
|
8282
8278
|
// src/hooks/useManualTransferSession.ts
|