mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
removed test page
This commit is contained in:
parent
8d2b9c62f2
commit
07f347cefc
28
test.html
28
test.html
@ -1,28 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
<script src="dist/umd/squid.js"></script>
|
||||
<script>
|
||||
|
||||
const config = {
|
||||
// web3Provider: web3 ? web3.currentProvider : null,
|
||||
aquariusUri: "http://localhost:5000",
|
||||
brizoUri: "http://localhost:8030",
|
||||
parityUri: "http://localhost:9545",
|
||||
secretStoreUri: "http://localhost:12001",
|
||||
threshold: 0,
|
||||
password: "unittest",
|
||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||
}
|
||||
squid.Ocean
|
||||
.getInstance(config)
|
||||
.then(ocn => {
|
||||
console.log(ocn)
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user