Skip to content

Commit

Permalink
Merge pull request #33 from SimpleHold/fix-theta
Browse files Browse the repository at this point in the history
fix: theta currency
  • Loading branch information
lukas-ss authored Oct 13, 2021
2 parents 8b7b859 + ddae367 commit d880eea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "1.14.0",
"version": "1.14.1",
"description": "extension",
"private": false,
"repository": "https://github.com/SimpleHold/extension.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ledgerhq/hw-app-xrp": "^6.1.0",
"@ledgerhq/hw-transport-webusb": "^6.1.0",
"@solana/web3.js": "^1.29.0",
"@thetalabs/theta-js": "^0.0.53",
"@thetalabs/theta-js": "0.0.56",
"amplitude-js": "^7.4.4",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "SimpleHold",
"version": "1.14.0",
"version": "1.14.1",
"icons": {
"16": "assets/logo/favicon-16.png",
"32": "assets/logo/favicon-32.png",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/currencies/theta/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const createInternalTx = async ({
symbol === 'tfuel' ? new BigNumber(amount).multipliedBy(ten18) : new BigNumber(0)

const transaction = new thetajs.transactions.SendTransaction({
addressFrom,
from: addressFrom,
outputs: [
{
address: addressTo,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3114,10 +3114,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@thetalabs/theta-js@^0.0.53":
version "0.0.53"
resolved "https://registry.yarnpkg.com/@thetalabs/theta-js/-/theta-js-0.0.53.tgz#ab3f109ef27dc72c5ca13708bce7a8bb14f64455"
integrity sha512-xBM4+Nosov8sIpLyIR8CGX/vfrLyzxHfwlCqyJmo8aFsyWbZV6LU+Y363BqCnYEUmVEM/fGELoxgaI5NEWChZQ==
"@thetalabs/[email protected].56":
version "0.0.56"
resolved "https://registry.yarnpkg.com/@thetalabs/theta-js/-/theta-js-0.0.56.tgz#6d57fd00d5ff8942f2a0dc2accfcd17c3f294b73"
integrity sha512-F3SeCWdLHlM+p899JD8Yx6S3fqs7U7hom42JWEOQL08BIu9Sroeamr6ec9tcg3Z2dGRx1IXaGhRtdymloRtl0w==
dependencies:
"@ethersproject/bignumber" "^5.0.9"
"@ethersproject/bytes" "^5.0.11"
Expand Down

0 comments on commit d880eea

Please sign in to comment.