Skip to content

Commit

Permalink
Add package, lock and console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Sep 11, 2023
1 parent 22b32d5 commit 726d87d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@react-navigation/stack": "^6.0.9",
"@reduxjs/toolkit": "^1.9.0",
"@rsksmart/rif-id-mnemonic": "^0.1.1",
"@rsksmart/rif-relay-light-sdk": "^1.0.5",
"@rsksmart/rif-relay-light-sdk": "1.0.5-beta.1",
"@rsksmart/rif-wallet-abi-enhancer": "^1.0.5",
"@rsksmart/rif-wallet-adapters": "^1.0.0",
"@rsksmart/rif-wallet-bitcoin": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/core/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createRIFWalletFactory =
relayVersion: 2,
}

console.log({ rifRelayConfig })
console.log('wallet (setup.ts)', { rifRelayConfig })

return RIFWallet.create(
wallet.connect(jsonRpcProvider),
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,10 +2032,10 @@
axios "^1.2.3"
ethers "^5.7.2"

"@rsksmart/rif-relay-light-sdk@^1.0.5":
version "1.0.5"
resolved "https://npm.pkg.github.com/download/@rsksmart/rif-relay-light-sdk/1.0.5/e1c52dc436be29f518fff289b122803ccd72ea92#e1c52dc436be29f518fff289b122803ccd72ea92"
integrity sha512-DnDr2omusqy91yajEWMUof7H2gySK8rWyIu3OsHpqv/NcrulFpmQ+eAemweq7jTj4fsFW0cEewZl3TxdQ7oXEw==
"@rsksmart/[email protected]-beta.1":
version "1.0.5-beta.1"
resolved "https://npm.pkg.github.com/download/@rsksmart/rif-relay-light-sdk/1.0.5-beta.1/96f346ffa2978e3e0881856223d7c109361f8cd3#96f346ffa2978e3e0881856223d7c109361f8cd3"
integrity sha512-UeXM1V8f/KY3JrN2+zaUDDSCgzxDj3D1WAvgj5V4KeBkz1+SMTkLmgVmaFZyR4QLLIGJLVhg5hF5HOrl+UPTug==
dependencies:
"@ethersproject/abstract-provider" "^5.7.0"
axios "^1.2.3"
Expand Down

0 comments on commit 726d87d

Please sign in to comment.