@rash2x/bridge-widget 0.7.8 → 0.7.9
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/evaa-bridge.cjs +1 -1
- package/dist/evaa-bridge.mjs +1 -1
- package/dist/{index-Btnz7slS.cjs → index-CWgNX6rD.cjs} +2 -2
- package/dist/{index-Btnz7slS.cjs.map → index-CWgNX6rD.cjs.map} +1 -1
- package/dist/{index-DIK7UXln.js → index-ClSyIB0n.js} +2 -2
- package/dist/{index-DIK7UXln.js.map → index-ClSyIB0n.js.map} +1 -1
- package/dist/{index-CEcrJo_G.js → index-D7lsGQY9.js} +26 -3
- package/dist/index-D7lsGQY9.js.map +1 -0
- package/dist/{index-bZ0S5sNd.cjs → index-Y5S-J1RC.cjs} +26 -3
- package/dist/index-Y5S-J1RC.cjs.map +1 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
- package/dist/index-CEcrJo_G.js.map +0 -1
- package/dist/index-bZ0S5sNd.cjs.map +0 -1
|
@@ -6647,7 +6647,30 @@ const EVM_CHAIN_KEY_TO_ID = {
|
|
|
6647
6647
|
optimism: 10,
|
|
6648
6648
|
polygon: 137,
|
|
6649
6649
|
base: 8453,
|
|
6650
|
-
bsc: 56
|
|
6650
|
+
bsc: 56,
|
|
6651
|
+
manta: 169,
|
|
6652
|
+
opbnb: 204,
|
|
6653
|
+
conflux: 1030,
|
|
6654
|
+
mantle: 5e3,
|
|
6655
|
+
plasma: 9745,
|
|
6656
|
+
monad: 143,
|
|
6657
|
+
celo: 42220,
|
|
6658
|
+
linea: 59144,
|
|
6659
|
+
blast: 81457,
|
|
6660
|
+
scroll: 534352,
|
|
6661
|
+
cronosevm: 25,
|
|
6662
|
+
gnosis: 100,
|
|
6663
|
+
sonic: 146,
|
|
6664
|
+
fantom: 250,
|
|
6665
|
+
zksync: 324,
|
|
6666
|
+
metis: 1088,
|
|
6667
|
+
zkevm: 1101,
|
|
6668
|
+
moonbeam: 1284,
|
|
6669
|
+
moonriver: 1285,
|
|
6670
|
+
kava: 2222,
|
|
6671
|
+
klaytn: 8217,
|
|
6672
|
+
avalanche: 43114,
|
|
6673
|
+
aurora: 1313161554
|
|
6651
6674
|
};
|
|
6652
6675
|
function ChainStrategyProvider({
|
|
6653
6676
|
children,
|
|
@@ -26130,7 +26153,7 @@ class WalletConnectModal {
|
|
|
26130
26153
|
}
|
|
26131
26154
|
async initUi() {
|
|
26132
26155
|
if (typeof window !== "undefined") {
|
|
26133
|
-
await import("./index-
|
|
26156
|
+
await import("./index-ClSyIB0n.js");
|
|
26134
26157
|
const modal = document.createElement("wcm-modal");
|
|
26135
26158
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
26136
26159
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -27034,4 +27057,4 @@ export {
|
|
|
27034
27057
|
calculateMinReceived as y,
|
|
27035
27058
|
getQuoteDetails as z
|
|
27036
27059
|
};
|
|
27037
|
-
//# sourceMappingURL=index-
|
|
27060
|
+
//# sourceMappingURL=index-D7lsGQY9.js.map
|