@gardenfi/garden-book 0.2.26 → 0.2.27
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/ui.cjs.js +1 -1
- package/dist/ui.es.js +6 -0
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -14890,6 +14890,12 @@ const c2 = ({
|
|
|
14890
14890
|
chain: "Ethereum",
|
|
14891
14891
|
isExternal: !0
|
|
14892
14892
|
},
|
|
14893
|
+
usdtEthereumToBtc: {
|
|
14894
|
+
title: " to BTC",
|
|
14895
|
+
link: f + "/routes/bridge-usdt-to-btc",
|
|
14896
|
+
inputAsset: "USDT",
|
|
14897
|
+
isExternal: !0
|
|
14898
|
+
},
|
|
14893
14899
|
btcToUsdcSolana: {
|
|
14894
14900
|
title: " to USDC",
|
|
14895
14901
|
link: f + "/routes/bridge-btc-to-usdc-solana",
|