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

switch test files urls

This commit is contained in:
Matthias Kretschmann 2019-04-30 12:10:09 +02:00
parent dedcb83330
commit d2498af628
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -29,12 +29,12 @@ const metadata: Partial<MetaData> = {
files: [
{
index: 0,
url: 'https://testocnfiles.blob.core.windows.net/testfiles/testzkp.zip'
url: "https://raw.githubusercontent.com/oceanprotocol/squid-js/develop/package.json",
},
{
index: 1,
url: 'https://testocnfiles.blob.core.windows.net/testfiles/testzkp.zip'
}
url: "https://raw.githubusercontent.com/oceanprotocol/squid-js/develop/README.md",
},
],
},
}