mirror of
https://github.com/zkitter/ui.git
synced 2026-01-10 13:48:02 -05:00
* chore:fix: set env var fall back for `MANIFEST`, `ICON`, `APP_LOGO` * doc: add further entries to `config.sample.json` * chore: add missing new line Co-authored-by: tsukino <87639218+0xtsukino@users.noreply.github.com>
12 lines
458 B
JSON
12 lines
458 B
JSON
{
|
|
"web3HttpProvider": "https://mainnet.infura.io/v3/<project-id>",
|
|
"arbitrumHttpProvider": "https://rinkeby.arbitrum.io/rpc",
|
|
"arbitrumRegistrar": "0x4e3f9c0374816C80B1f1c8D2D49b3cD68460330b",
|
|
"arbitrumExplorer": "https://arbiscan.io/",
|
|
"ensResolver": "0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41",
|
|
"indexerAPI": "http://localhost:3000",
|
|
"interrepAPI": "https://kovan.interrep.link/api",
|
|
"baseUrl": "http://127.0.0.1:8080",
|
|
"gunPeers": []
|
|
}
|