mirror of
https://github.com/zkitter/ui.git
synced 2026-01-08 20:57:59 -05:00
* setup unit test * add unit test * add config.test.json * add unit test * add unit test: users.ts * add unit test * add unit test: all ducks and services * add unit test: Post * finish unit test * add doc
11 lines
516 B
JSON
11 lines
516 B
JSON
{
|
|
"web3HttpProvider": "https://mainnet.infura.io/v3/4ccf3cd743eb42b5a8cb1c8b0c0160ee",
|
|
"arbitrumHttpProvider": "https://arbitrum-rinkeby.infura.io/v3/28e5737b9034453d877f39dcf3f297b9",
|
|
"arbitrumRegistrar": "0x4e3f9c0374816C80B1f1c8D2D49b3cD68460330b",
|
|
"arbitrumExplorer": "https://arbiscan.io/",
|
|
"ensResolver": "0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41",
|
|
"indexerAPI": "http://127.0.0.1:3000",
|
|
"interrepAPI": "https://kovan.interrep.link/api",
|
|
"baseUrl": "http://127.0.0.1:8080",
|
|
"gunPeers": []
|
|
} |