Skip to content

Commit

Permalink
feat: add beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Sep 6, 2022
1 parent b8085fd commit e1d75a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- beta
jobs:
release:
name: Release
Expand Down
1 change: 1 addition & 0 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default class Client {
wallet: Signer | null,
opts?: Partial<ClientOptions>
): Promise<Client> {
console.log('Is in beta channel')
const options = defaultOptions(opts)
const apiClient = createApiClientFromOptions(options)
const keys = await loadOrCreateKeysFromOptions(options, wallet, apiClient)
Expand Down

0 comments on commit e1d75a7

Please sign in to comment.