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:
parent
6397f81472
commit
46a14b67f6
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user