1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Fix urls of consumption metadata.

This commit is contained in:
Pedro Gutiérrez 2019-07-30 17:18:21 +02:00
parent 6397f81472
commit 46a14b67f6

View File

@ -33,12 +33,12 @@ const metadata: Partial<MetaData> = {
{ {
index: 0, index: 0,
url: url:
'https://raw.githubusercontent.com/oceanprotocol/squid-js/develop/package.json' 'https://raw.githubusercontent.com/oceanprotocol/squid-js/master/package.json'
}, },
{ {
index: 1, index: 1,
url: url:
'https://raw.githubusercontent.com/oceanprotocol/squid-js/develop/README.md' 'https://raw.githubusercontent.com/oceanprotocol/squid-js/master/README.md'
} }
] ]
} }