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
2018-10-26 10:40:46 +02:00

8 lines
176 B
TypeScript

import Config from "../src/models/Config"
export default {
aquariusUri: "http://localhost:5000",
nodeUri: "http://localhost:8545",
web3Provider: null,
} as Config