Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/violet-views-bet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@relayprotocol/relay-kit-ui': major
'@relayprotocol/relay-kit-hooks': minor
'@relayprotocol/relay-bitcoin-wallet-adapter': patch
'@relayprotocol/relay-ethers-wallet-adapter': patch
'@relayprotocol/relay-sui-wallet-adapter': patch
'@relayprotocol/relay-svm-wallet-adapter': patch
'@relayprotocol/relay-sdk': patch
---

Update relay branding
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
</p>
<p align="center">This SDK facilitates interacting with Reservoir's Relay infrastructure. Learn more about Relay by checking out the <a href="https://docs.relay.link">docs</a>.</p>
<p align="center">This SDK facilitates interacting with the Relay protocol. Learn more about Relay by checking out the <a href="https://docs.relay.link">docs</a>.</p>
<p align="center">Head over to the <a href="https://docs.relay.link/references/sdk/getting-started">sdk docs</a> to learn more about configuring and using the SDK in your application.</p>
</br>
</br>
Expand All @@ -19,10 +19,10 @@ Your contributions are what make the community great. We encourage you to be a p

**We use `changesets` to manage versioning and changelog generation.**


When contributing, please run `pnpm package:change` to create a changeset for your modifications. Be sure to include a descriptive summary for your changes; it helps us understand your contribution and makes the release process smoother.

Learn more about changesets [here](https://github.com/atlassian/changesets).

#### Getting Started

Before you start, make sure to familiarize yourself with the SDK's architecture and design principles by reading the [SDK documentation](https://docs.relay.link/references/sdk/getting-started). This will help you make meaningful contributions that align with the project's goals.
Expand All @@ -31,11 +31,10 @@ Before you start, make sure to familiarize yourself with the SDK's architecture

When you're ready to contribute, submit a pull request with your changes. Our team will review your submission as soon as possible.


---

<p align="center">
<a href="https://reservoir.tools/">Home</a> • <a href="https://docs.relay.link">Documentation</a> • <a href="https://github.com/reservoir-tools/relay-sdk">GitHub</a>
<a href="https://relay.link/">Home</a> • <a href="https://docs.relay.link">Documentation</a> • <a href="https://github.com/reservoirprotocol/relay-kit">GitHub</a>
</p>

<p align="center"> Made with <span style="color: #e25555;">&hearts;</span> by the team @ <a href="https://reservoir.tools/">Reservoir</a></p>
<p align="center"> Made with <span style="color: #e25555;">&hearts;</span> by the team @ <a href="https://relay.link">Relay</a></p>
202 changes: 1 addition & 201 deletions demo/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,204 +7,4 @@ html,
body,
#__next {
height: 100%;
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url('/fonts/inter/Inter-Thin.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Thin.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url('/fonts/inter/Inter-ThinItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-ThinItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url('/fonts/inter/Inter-ExtraLight.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-ExtraLight.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url('/fonts/inter/Inter-ExtraLightItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-ExtraLightItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/fonts/inter/Inter-Light.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Light.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url('/fonts/inter/Inter-LightItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-LightItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/fonts/inter/Inter-Regular.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Regular.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('/fonts/inter/Inter-Italic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Italic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/fonts/inter/Inter-Medium.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Medium.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url('/fonts/inter/Inter-MediumItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-MediumItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('/fonts/inter/Inter-SemiBold.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-SemiBold.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url('/fonts/inter/Inter-SemiBoldItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-SemiBoldItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/fonts/inter/Inter-Bold.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Bold.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url('/fonts/inter/Inter-BoldItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-BoldItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url('/fonts/inter/Inter-ExtraBold.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-ExtraBold.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url('/fonts/inter/Inter-ExtraBoldItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-ExtraBoldItalic.woff?v=3.19') format('woff');
}

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url('/fonts/inter/Inter-Black.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-Black.woff?v=3.19') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url('/fonts/inter/Inter-BlackItalic.woff2?v=3.19') format('woff2'),
url('/fonts/inter/Inter-BlackItalic.woff?v=3.19') format('woff');
}

/* -------------------------------------------------------
Variable font.
Usage:

html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; }
}
*/
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: 'Regular';
src: url('/fonts/inter/Inter-roman.var.woff2?v=3.19') format('woff2');
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: italic;
font-named-instance: 'Italic';
src: url('/fonts/inter/Inter-italic.var.woff2?v=3.19') format('woff2');
}

/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

* { font-variation-settings: "slnt" 0deg }
.italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
font-family: 'Inter var experimental';
font-weight: 100 900;
font-display: swap;
font-style: oblique 0deg 10deg;
src: url('/fonts/inter/Inter.var.woff2?v=3.19') format('woff2');
}
}
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"trailingComma": "none"
},
"dependencies": {
"@dynamic-labs-connectors/abstract-global-wallet-evm": "4.3.1",
"@dynamic-labs/bitcoin": "4.22.2",
"@dynamic-labs/eclipse": "4.22.2",
"@dynamic-labs/ethereum": "4.22.2",
Expand All @@ -23,7 +24,7 @@
"@dynamic-labs/sui": "4.22.2",
"@dynamic-labs/utils": "4.22.2",
"@dynamic-labs/wagmi-connector": "4.22.2",
"@dynamic-labs-connectors/abstract-global-wallet-evm": "4.3.1",
"@moonpay/moonpay-react": "^1.8.3",
"@privy-io/cross-app-connect": "0.2.2",
"@radix-ui/colors": "^0.1.8",
"@relayprotocol/relay-bitcoin-wallet-adapter": "workspace:*",
Expand All @@ -42,8 +43,7 @@
"react-dom": "^18.0.0",
"usehooks-ts": "^3.1.0",
"viem": ">=2.26.0",
"wagmi": "^2.15.6",
"@moonpay/moonpay-react": "^1.8.3"
"wagmi": "^2.15.6"
},
"devDependencies": {
"@dynamic-labs/types": "4.10.4",
Expand Down
Loading