Skip to content

Commit

Permalink
set app base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed May 24, 2024
1 parent a066928 commit f97694d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
yarn install
yarn build --base /delegate-signer
yarn build --base /broker-registration
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The address can be a Delegate Signer EOA account or a user address.

The project has been scaffolded via Vitejs and the `react-ts` template.

[App](https://orderlynetwork.github.io/delegate-signer/)
[App](https://orderlynetwork.github.io/broker-registration/)

## Usage

Expand Down
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ function App() {
This app lets you register an account in the Orderly Network infrastructure with any wallet
address and any broker ID. The address can be a Delegate Signer EOA account or a user
address. The source code is available on{' '}
<a href="https://github.com/OrderlyNetwork/delegate-signer" target="_blank" rel="noopener">
<a
href="https://github.com/OrderlyNetwork/broker-registration"
target="_blank"
rel="noopener"
>
Github
</a>
.
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const walletConnect = walletConnectModule({
projectId: '2179ab00c0afb9d78c9c0a3097278d1b',
requiredChains: [10, 42161],
optionalChains: [421614, 11155420],
dappUrl: 'https://orderlynetwork.github.io/delegate-signer'
dappUrl: 'https://orderlynetwork.github.io/broker-registration'
});
const safe = safeModule();

Expand Down

0 comments on commit f97694d

Please sign in to comment.