Skip to content

Commit

Permalink
Merge pull request #417 from JustLeif/main
Browse files Browse the repository at this point in the history
Svelte Component has typed exports, Styles.css is exported
  • Loading branch information
jinglescode authored Dec 1, 2024
2 parents e9da407 + 3472a23 commit ca18bb9
Show file tree
Hide file tree
Showing 67 changed files with 7,400 additions and 2,451 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Left() {
signature += `applyParamsToScript(\n`;
signature += ` rawScript: string, \n`;
signature += ` params: object[] | Data[], \n`;
signature += ` type?: "Mesh" | "JSON" | "CBOR"\n`;
signature += ` type?: PlutusDataType\n`;
signature += `): string\n`;

return (
Expand Down
18 changes: 16 additions & 2 deletions apps/playground/src/pages/react/ui-components/connect-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function Left() {
<p>
Add this CardanoWallet to allow the user to select a wallet to connect
to your dApp. After the wallet is connected, see{" "}
<Link href="/apis/wallets/browserwallet">Browser Wallet</Link> for a list of
CIP-30 APIs.
<Link href="/apis/wallets/browserwallet">Browser Wallet</Link> for a
list of CIP-30 APIs.
</p>

<p>The signature for the CardanoWallet component is as follows:</p>
Expand Down Expand Up @@ -155,6 +155,20 @@ function Right() {
label={"Connect a Wallet"}
isDark={isDark}
metamask={{ network: "preprod" }}
cardanoPeerConnect={{
dAppInfo: {
name: "Mesh SDK",
url: "https://meshjs.dev/",
},
announce: [
"wss://dev.btt.cf-identity-wallet.metadata.dev.cf-deployments.org",
"https://pro.passwordchaos.gimbalabs.io",
"wss://tracker.files.fm:7073/announce",
"wss://tracker.btorrent.xyz",
"ws://tracker.files.fm:7072/announce",
"wss://tracker.openwebtorrent.com:443/announce",
],
}}
/>
</LiveCodeDemo>
);
Expand Down
Loading

0 comments on commit ca18bb9

Please sign in to comment.