mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
|
import Config from "../src/models/Config"
|
||
|
|
||
|
export default {
|
||
|
nodeUri: "http://localhost:8545",
|
||
|
} as Config
|