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

8 lines
176 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-10-16 14:56:18 +02:00
nodeUri: "http://localhost:8545",
2018-10-26 10:40:46 +02:00
web3Provider: null,
2018-10-16 14:56:18 +02:00
} as Config