Skip to content

Add $RAY Solana -> BSC #17

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 2 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
45 changes: 45 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,51 @@ services:
volumes:
- /home/main2:/etc/gravity
networks:
susy_solana_bsc_ray_direct_extractor:
image: gravityhuborg/gravity-data-extractor:master
container_name: susy_solana_bsc_ray_direct_extractor
tty: true
restart: always
command: --config ray_solana_bsc.json --type "evm-based-to-solana-direct"
volumes:
- /home/extractor-configs:/etc/extractor
ports:
- "8323:8090"
networks:
- app-network
susy_solana_bsc_ray_reverse_extractor:
image: gravityhuborg/gravity-data-extractor:master
container_name: susy_solana_bsc_ray_reverse_extractor
tty: true
restart: always
command: --config ray_solana_bsc.json --type "evm-based-to-solana-reverse"
volumes:
- /home/extractor-configs:/etc/extractor
ports:
- "8324:8090"
networks:
- app-network
susy_solana_bsc_ray_direct_oracle:
image: gravityhuborg/gravity-oracle:master
container_name: susy_solana_bsc_ray_direct_oracle
tty: true
restart: always
environment:
- NEBULA_ADDRESS=0x3ddc57fa7dd7dd041d3a3c58673dce42e841e1a6
volumes:
- /home/main2:/etc/gravity
networks:
- app-network
susy_solana_bsc_ray_reverse_oracle:
image: gravityhuborg/gravity-oracle:master
container_name: susy_solana_bsc_ray_reverse_oracle
tty: true
restart: always
environment:
- NEBULA_ADDRESS=9c17HFCn6i2xHK7X9qpE9YjqFoys2sQZQJHP1GB5baqg
volumes:
- /home/main2:/etc/gravity
networks:
- app-network
graviton_gton_lp_locking_oracle:
image: gravityhuborg/gravity-oracle:master
Expand Down
11 changes: 11 additions & 0 deletions extractors/ray_solana_bsc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"SourceDecimals": 6,
"DestinationDecimals": 18,
"SourceNodeURL": "https://api.mainnet-beta.solana.com",
"DestinationNodeURL": "https://bsc-dataseed1.binance.org",
"LUPortAddress": "CAGB99utwtaC5XbfeECB1JE2VsTXvw3bYpu57jzYEN8S",
"IBPortAddress": "0xaf1d730987a2ef0892b4a2b54c80cf07505d7d7e",
"Meta": {
"token_mint": "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"
}
}
8 changes: 8 additions & 0 deletions nebulae/0x3ddc57fa7dd7dd041d3a3c58673dce42e841e1a6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"TargetChainNodeUrl": "https://bsc-dataseed1.binance.org",
"ChainId": "",
"GravityNodeUrl": "http://172.17.0.1:26657",
"ChainType": "bsc",
"ExtractorUrl": "http://172.104.247.39:8324",
"BlocksInterval": 10
}
16 changes: 16 additions & 0 deletions nebulae/9c17HFCn6i2xHK7X9qpE9YjqFoys2sQZQJHP1GB5baqg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"TargetChainNodeUrl": "https://api.mainnet-beta.solana.com",
"ChainId": "",
"GravityNodeUrl": "http://172.17.0.1:26657",
"ChainType": "solana",
"ExtractorUrl": "http://172.17.0.1:8323",
"BlocksInterval": 65,
"Custom": {
"nebula_program": "B5WUzWR2uNMwQhziPH882JekyQSmYHUt5N1LtpLdmSNB",
"multisig_account": "92YpDmMf8KhtkC37RpTBourwfnkskxMXhXspL996JvK",
"ib_port_program": "DSZqp3Q3ydt5HeFeX1PfZJWAK8Re7ZoitK3eoot2aRyY",
"ib_port_data": "CAGB99utwtaC5XbfeECB1JE2VsTXvw3bYpu57jzYEN8S",
"token_program": "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R",
"ib_port_pda": "8drhoQ7iAYD9DLY5RBxtQ8BS9vWRMF4nkGG1bnsED9su"
}
}