mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
fix version tags, fixed squid-js
This commit is contained in:
parent
c6e791dabd
commit
d4e361aa90
@ -46,7 +46,7 @@ REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
|
||||
#
|
||||
# Connect to Spree (local with Barge)
|
||||
#
|
||||
# REACT_APP_NODE_URI="htts://localhost:8545"
|
||||
# REACT_APP_NODE_URI="http://localhost:8545"
|
||||
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
||||
# REACT_APP_BRIZO_URI="http://localhost:8030"
|
||||
# REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
||||
|
@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@oceanprotocol/art": "^2.2.0",
|
||||
"@oceanprotocol/squid": "^0.6.2",
|
||||
"@oceanprotocol/squid": "0.6.2",
|
||||
"@oceanprotocol/typographies": "^0.1.0",
|
||||
"@sindresorhus/slugify": "^0.9.1",
|
||||
"axios": "^0.19.0",
|
||||
|
@ -7,19 +7,19 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "keeper-contracts",
|
||||
"version": "~0.9.7"
|
||||
"version": "~0.10.3"
|
||||
},
|
||||
{
|
||||
"name": "brizo",
|
||||
"version": "~0.3.10"
|
||||
"version": "~0.3.12"
|
||||
},
|
||||
{
|
||||
"name": "aquarius",
|
||||
"version": "~0.2.9"
|
||||
"version": "~0.3.4"
|
||||
},
|
||||
{
|
||||
"name": "squid-js",
|
||||
"version": "~0.5.17"
|
||||
"version": "~0.6.2"
|
||||
},
|
||||
{
|
||||
"name": "faucet",
|
||||
|
Loading…
Reference in New Issue
Block a user