Skip to content

Commit

Permalink
Polkadot.js uplift to the latest version (#61)
Browse files Browse the repository at this point in the history
* Polkadot.js uplift to the latest version

* Firebase functions update
  • Loading branch information
bobo-k2 authored Jul 18, 2024
1 parent 20d4432 commit 2114386
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 500 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ lib
.firebase/

# End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode,yarn

.runtimeconfig.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
},
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@polkadot/api": "^7.14.4-5",
"@polkadot/keyring": "^8.7.1",
"@polkadot/util": "^8.7.1",
"@polkadot/util-crypto": "^8.7.1",
"@polkadot/api": "^12.2.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"cors": "^2.8.5",
Expand All @@ -72,7 +72,7 @@
"discord.js": "^13.6.0",
"express": "^4.17.3",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"firebase-functions": "^5.0.1",
"google-recaptcha": "^1.1.0"
}
}
Loading

0 comments on commit 2114386

Please sign in to comment.