Skip to content

Commit

Permalink
Merge pull request #156 from xmtp/beta-release-channel
Browse files Browse the repository at this point in the history
Test beta channel
  • Loading branch information
neekolas authored Sep 7, 2022
2 parents b8085fd + e1d75a7 commit 2bda8bc
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 2bda8bc

Please sign in to comment.