Skip to content

Add nebula for reflection farming #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions compose-directive/gton.reflection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: "3"
services:
fantom_reflection_oracle:
image: gravityhuborg/gravity-oracle:master
container_name: fantom_reflection_oracle
tty: true
restart: always
environment:
- NEBULA_ADDRESS=0xf4271fa59b2E4cF332b0ef57E17b65723f5c3cb9
volumes:
- /home/main2:/etc/gravity
networks:
- app-network
networks:
app-network:
driver: bridge
8 changes: 8 additions & 0 deletions nebulae/0xf4271fa59b2E4cF332b0ef57E17b65723f5c3cb9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"TargetChainNodeUrl": "https://target.nodes.gravityhub.org/ftm",
"ChainId": "",
"GravityNodeUrl": "http://172.17.0.1:26657",
"ChainType": "ftm",
"ExtractorUrl": "http://ec2-18-130-243-3.eu-west-2.compute.amazonaws.com:31770",
"BlocksInterval": 40
}