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

14 lines
416 B
TypeScript
Raw Normal View History

2018-10-16 14:56:18 +02:00
import Config from "../src/models/Config"
export default {
2018-10-26 10:40:46 +02:00
aquariusUri: "http://localhost:5000",
2018-11-14 15:44:25 +01:00
brizoUri: "http://localhost:3000",
2018-10-16 14:56:18 +02:00
nodeUri: "http://localhost:8545",
2018-10-25 17:18:33 +02:00
parityUri: "http://localhost:9545",
secretStoreUri: "https://secret-store.dev-ocean.com",
threshold: 2,
password: "unittest",
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
2018-10-26 10:40:46 +02:00
web3Provider: null,
2018-10-16 14:56:18 +02:00
} as Config