You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ Fee oracle needs three config files in the `./` dir of the codebase:
29
29
### Application config file `config.yaml`
30
30
Template of the config.yaml can be found in `./config/config.template.yaml`.
31
31
32
-
### Domain config file `domain.json`
32
+
### Domain config
33
+
For domain configuration, it is posible to use local file, or the [shared configuration](https://github.com/sygmaprotocol/sygma-shared-configuration) file that is uploaded to some remote service (eg. ipfs). Depending if the URL or file path is provided to the flag `domain_config_path`, the aplication will use the domain configuration from local file or from the remote service.
33
34
This file indicates all the domains and resources the fee oracle needs to fetch data for. Details need to be matched with
0 commit comments