@depay/widgets 12.3.13 → 12.3.15
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/esm/index.solana.js
CHANGED
|
@@ -35404,6 +35404,37 @@ _Symbol ? _Symbol.toStringTag : undefined;
|
|
|
35404
35404
|
/** Built-in value references. */
|
|
35405
35405
|
_Symbol ? _Symbol.toStringTag : undefined;
|
|
35406
35406
|
|
|
35407
|
+
({
|
|
35408
|
+
'arbitrum': {
|
|
35409
|
+
[Blockchains.arbitrum.wrapped.address]: '0x7E655088214d0657251A51aDccE9109CFd23B5B5'
|
|
35410
|
+
},
|
|
35411
|
+
'avalanche': {
|
|
35412
|
+
[Blockchains.avalanche.wrapped.address]: '0x2d0a6275eaDa0d03226919ce6D93661E589B2d59'
|
|
35413
|
+
},
|
|
35414
|
+
'base': {
|
|
35415
|
+
[Blockchains.base.wrapped.address]: '0xD1711710843B125a6a01FfDF9b95fDc3064BeF7A'
|
|
35416
|
+
},
|
|
35417
|
+
'bsc': {
|
|
35418
|
+
[Blockchains.bsc.wrapped.address]: '0xeEb80d14abfB058AA78DE38813fe705c3e3b243E'
|
|
35419
|
+
},
|
|
35420
|
+
'ethereum': {
|
|
35421
|
+
[Blockchains.ethereum.wrapped.address]: '0x298f4980525594b3b982779cf74ba76819708D43'
|
|
35422
|
+
},
|
|
35423
|
+
'fantom': {
|
|
35424
|
+
[Blockchains.fantom.wrapped.address]: '0x2d0a6275eaDa0d03226919ce6D93661E589B2d59'
|
|
35425
|
+
},
|
|
35426
|
+
'gnosis': {
|
|
35427
|
+
[Blockchains.gnosis.wrapped.address]: '0x2d0a6275eaDa0d03226919ce6D93661E589B2d59'
|
|
35428
|
+
},
|
|
35429
|
+
'optimism': {
|
|
35430
|
+
[Blockchains.optimism.wrapped.address]: '0x69594057e2C0224deb1180c7a5Df9ec9d5B611B5'
|
|
35431
|
+
},
|
|
35432
|
+
'polygon': {
|
|
35433
|
+
[Blockchains.polygon.wrapped.address]: '0xaE59C9d3E055BdFAa583E169aA5Ebe395689476a'
|
|
35434
|
+
},
|
|
35435
|
+
'solana': {}
|
|
35436
|
+
});
|
|
35437
|
+
|
|
35407
35438
|
var getPaymentRouterInstruction = (function (confirmedTransaction) {
|
|
35408
35439
|
var _confirmedTransaction, _confirmedTransaction2;
|
|
35409
35440
|
if (!confirmedTransaction || !(confirmedTransaction !== null && confirmedTransaction !== void 0 && (_confirmedTransaction = confirmedTransaction.meta) !== null && _confirmedTransaction !== void 0 && _confirmedTransaction.logMessages) || !(confirmedTransaction !== null && confirmedTransaction !== void 0 && (_confirmedTransaction2 = confirmedTransaction.transaction) !== null && _confirmedTransaction2 !== void 0 && (_confirmedTransaction2 = _confirmedTransaction2.message) !== null && _confirmedTransaction2 !== void 0 && _confirmedTransaction2.compiledInstructions)) {
|