-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fortuna] update config and abi (#1187)
* 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
Showing
6 changed files
with
770 additions
and
362 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.