Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0rtis committed Jul 18, 2022
1 parent 8e813c6 commit 7447c6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,13 @@ All raffle contracts are located in module [raffle](src/dfktools/raffle)
[raffle_example.py](src/dfktools/raffle_example.py)


### Bridge
All bridge contracts are located in module [bridge](src/dfktools/bridge)

**Be careful to not mix up RPCs when dealing with multichain transaction**

#### Quickstart
[bridge_example.py](src/dfktools/bridge_example.py)



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "dfktools"
description = "A toolbox for DefiKingdoms"
authors = [{name = "Ortis", email = "[email protected]"}]
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
keywords = ["blockchain", "web3", "NFT", "etherum", "game"]
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dfktools
version = 0.1.2
version = 0.1.3
author = Ortis
author_email = [email protected]
description = A toolbox for DefiKingdoms
Expand Down

0 comments on commit 7447c6e

Please sign in to comment.