Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Feb 11, 2025
1 parent 37ad504 commit 5c33fbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS x SOLANA in one Wallet.",
"version": "3.2.13",
"version": "3.2.14",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS x SOLANA in one Wallet.",
"version": "3.2.13",
"version": "3.2.14",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS x SOLANA in one Wallet.",
"version": "3.2.13",
"version": "3.2.14",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
2 changes: 0 additions & 2 deletions packages/cosmos/src/stargate/wrapper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export class SignDocWrapper {
if ("msgs" in signDoc) {
this.mode = "amino";
} else {
// direct나 direct aux나 사실 비슷비슷하다.
// 기존의 로직을 활용하기 위해서 direct aux도 기본적으로는 direct로 취급한다.
this.mode = "direct";

this.isDirectAux = !("authInfoBytes" in signDoc);
Expand Down
8 changes: 4 additions & 4 deletions packages/provider/src/inject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1260,11 +1260,11 @@ class EthereumProvider extends EventEmitter implements IEthereumProvider {
};

protected _initProviderState = async () => {
const descriptor = Object.getOwnPropertyDescriptor(window, "keplr");
// const descriptor = Object.getOwnPropertyDescriptor(window, "keplr");

if (descriptor) {
return;
}
// if (descriptor) {
// return;
// }

const initialProviderState = await this._requestMethod("request", {
method: "keplr_initProviderState",
Expand Down

0 comments on commit 5c33fbf

Please sign in to comment.