Skip to content

Commit ab10b9f

Browse files
author
Dev Kalra
authored
[fortuna] script to setup a provider for all chains (#1229)
* 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
1 parent 7529b05 commit ab10b9f

File tree

12 files changed

+180
-1029
lines changed

12 files changed

+180
-1029
lines changed

fortuna/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
config.yaml
33
*secret*
4+
*private-key*

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 = "3.2.0"
3+
version = "3.2.1"
44
edition = "2021"
55

66
[dependencies]

fortuna/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN rustup default nightly-2023-07-23
99
WORKDIR /src
1010
COPY fortuna fortuna
1111
COPY pythnet pythnet
12+
COPY target_chains/ethereum/entropy_sdk/solidity/abis target_chains/ethereum/entropy_sdk/solidity/abis
1213

1314
WORKDIR /src/fortuna
1415

0 commit comments

Comments
 (0)