Skip to content

Commit

Permalink
[fortuna] script to setup a provider for all chains (#1229)
Browse files Browse the repository at this point in the history
* auto register script

* renaming

* add comments

* update abi file path

* pre commit

* pre commit

* resolved some

* better comment

* resolve comments

* fix bug

* pre commit

* fix

* update version
  • Loading branch information
Dev Kalra authored Jan 22, 2024
1 parent 7529b05 commit ab10b9f
Show file tree
Hide file tree
Showing 12 changed files with 180 additions and 1,029 deletions.
1 change: 1 addition & 0 deletions fortuna/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
config.yaml
*secret*
*private-key*
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 = "3.2.0"
version = "3.2.1"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions fortuna/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN rustup default nightly-2023-07-23
WORKDIR /src
COPY fortuna fortuna
COPY pythnet pythnet
COPY target_chains/ethereum/entropy_sdk/solidity/abis target_chains/ethereum/entropy_sdk/solidity/abis

WORKDIR /src/fortuna

Expand Down
Loading

0 comments on commit ab10b9f

Please sign in to comment.