Skip to content

Commit 3ecbca7

Browse files
author
Dev Kalra
authored
[fortuna] update config and abi (#1187)
* update config and abi * introduce sepolia later * update sdk readme * fix lightlink issue * update link
1 parent 178ad4c commit 3ecbca7

File tree

6 files changed

+770
-362
lines changed

6 files changed

+770
-362
lines changed

fortuna/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fortuna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fortuna"
3-
version = "2.0.1"
3+
version = "3.0.1"
44
edition = "2021"
55

66
[dependencies]

fortuna/config.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
chains:
2-
optimism-goerli:
3-
geth_rpc_addr: https://goerli.optimism.io
4-
contract_addr: 0x28F16Af4D87523910b843a801454AEde5F9B0459
5-
reveal_delay_blocks: 0
6-
avalanche-fuji:
7-
geth_rpc_addr: https://api.avax-test.network/ext/bc/C/rpc
8-
contract_addr: 0xD42c7a708E74AD19401D907a14146F006c851Ee3
9-
reveal_delay_blocks: 0
10-
eos-evm-testnet:
11-
geth_rpc_addr: https://api.testnet.evm.eosnetwork.com/
12-
contract_addr: 0xD42c7a708E74AD19401D907a14146F006c851Ee3
2+
lightlink_pegasus:
3+
geth_rpc_addr: https://replicator.pegasus.lightlink.io/rpc/v1
4+
contract_addr: 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a
135
reveal_delay_blocks: 0
146
legacy_tx: true
15-
arbitrum-goerli:
16-
geth_rpc_addr: https://arbitrum-goerli.publicnode.com
17-
contract_addr: 0xd9eAcfFB8e80b7193042499485EF8369b08E85B6
18-
reveal_delay_blocks: 0

0 commit comments

Comments
 (0)