Skip to content

Commit

Permalink
[fortuna] update config and abi (#1187)
Browse files Browse the repository at this point in the history
* update config and abi

* introduce sepolia later

* update sdk readme

* fix lightlink issue

* update link
  • Loading branch information
Dev Kalra authored Dec 15, 2023
1 parent 178ad4c commit 3ecbca7
Show file tree
Hide file tree
Showing 6 changed files with 770 additions and 362 deletions.
2 changes: 1 addition & 1 deletion fortuna/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fortuna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fortuna"
version = "2.0.1"
version = "3.0.1"
edition = "2021"

[dependencies]
Expand Down
18 changes: 3 additions & 15 deletions fortuna/config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
chains:
optimism-goerli:
geth_rpc_addr: https://goerli.optimism.io
contract_addr: 0x28F16Af4D87523910b843a801454AEde5F9B0459
reveal_delay_blocks: 0
avalanche-fuji:
geth_rpc_addr: https://api.avax-test.network/ext/bc/C/rpc
contract_addr: 0xD42c7a708E74AD19401D907a14146F006c851Ee3
reveal_delay_blocks: 0
eos-evm-testnet:
geth_rpc_addr: https://api.testnet.evm.eosnetwork.com/
contract_addr: 0xD42c7a708E74AD19401D907a14146F006c851Ee3
lightlink_pegasus:
geth_rpc_addr: https://replicator.pegasus.lightlink.io/rpc/v1
contract_addr: 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a
reveal_delay_blocks: 0
legacy_tx: true
arbitrum-goerli:
geth_rpc_addr: https://arbitrum-goerli.publicnode.com
contract_addr: 0xd9eAcfFB8e80b7193042499485EF8369b08E85B6
reveal_delay_blocks: 0
Loading

0 comments on commit 3ecbca7

Please sign in to comment.