Skip to content

Commit

Permalink
Merge branch 'dev' into feature/allow-external-biconomy-config
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 15, 2024
2 parents d5ff123 + ce3ff4c commit 0e3c1a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

-

### v1.31.0

- Switch to new Freeport Smart Contract SDK
- Refactor Assets and activity stores to reduce copy & past
- Remove usages of static token config everywhere, and fetch the data from contracts
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cere-wallet-client",
"version": "1.30.0",
"version": "1.31.0",
"private": true,
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-wallet/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const WALLET_CLIENT_VERSION = '1.30.0';
export const WALLET_CLIENT_VERSION = '1.31.0';
2 changes: 1 addition & 1 deletion packages/embed-wallet/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ export type WalletInitOptions = WalletOptions & {
network?: NetworkConfig;
context?: PartialContext;
popupMode?: 'popup' | 'modal';
biconomy?: BiconomyOptions;
connectOptions?: Partial<WalletConnectOptions>;
biconomy?: BiconomyOptions;
};

export type WalletTransferOptions = {
Expand Down

0 comments on commit 0e3c1a4

Please sign in to comment.