Skip to content

Commit

Permalink
add estimate fee for btc
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Mar 18, 2024
1 parent 1a9b780 commit bf2b300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/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: Cosmos x EVM in one Wallet",
"version": "0.9.66",
"version": "0.9.67",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/src/screens/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const HomeScreen: FunctionComponent = observer((props) => {
);
useEffect(() => {
InteractionManager.runAfterInteractions(() => {
console.log(InjectedProviderUrl, "InjectedProviderUrl");
fetch(InjectedProviderUrl)
.then((res) => {
return res.text();
Expand Down

0 comments on commit bf2b300

Please sign in to comment.