Skip to content

Commit

Permalink
Merge pull request #371 from alephium/prepare-1.0.0
Browse files Browse the repository at this point in the history
Prepare 1.0.0
  • Loading branch information
polarker committed Jun 12, 2024
2 parents 093359e + fee2a0c commit eaf84a2
Show file tree
Hide file tree
Showing 8 changed files with 3,553 additions and 3,005 deletions.
2 changes: 1 addition & 1 deletion .project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fullNodeVersion": "v2.14.7",
"fullNodeVersion": "v3.1.0",
"compilerOptionsUsed": {
"ignoreUnusedConstantsWarnings": false,
"ignoreUnusedVariablesWarnings": false,
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
condition: service_healthy

alephium:
image: alephium/alephium:v2.14.7
image: alephium/alephium:v3.1.0
restart: unless-stopped
ports:
- 19973:19973/tcp
Expand Down
8 changes: 4 additions & 4 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@alephium/web3": "workspace:^",
"@alephium/web3-wallet": "workspace:^",
"@walletconnect/sign-client": "2.11.0",
"@walletconnect/types": "2.11.0",
"@walletconnect/utils": "2.11.0",
"@walletconnect/core": "2.11.0",
"@walletconnect/sign-client": "2.11.3",
"@walletconnect/types": "2.11.3",
"@walletconnect/utils": "2.11.3",
"@walletconnect/core": "2.11.3",
"@walletconnect/keyvaluestorage": "1.1.1",
"eventemitter3": "^4.0.7",
"async-sema": "^3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"author": "Alephium dev <dev@alephium.org>",
"config": {
"alephium_version": "2.14.0",
"explorer_backend_version": "1.17.0"
"alephium_version": "3.1.0",
"explorer_backend_version": "1.19.3"
},
"scripts": {
"build": "rm -rf dist/* && npx tsc --build . && webpack",
Expand Down
Loading

0 comments on commit eaf84a2

Please sign in to comment.