-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50291a7
commit d0fd532
Showing
88 changed files
with
106 additions
and
106 deletions.
There are no files selected for viewing
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
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,22 +1,22 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
| name | network | description | source | | ||
|-|-|-|-| | ||
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_blank) | | ||
| demo_substrate_events | | Substrate balance transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_substrate_events) | | ||
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_evm_events) | | ||
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_evm_transactions) | | ||
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_evm_uniswap) | | ||
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_starknet_events) | | ||
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_auction) | | ||
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dao) | | ||
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_dex) | | ||
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_domains) | | ||
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_etherlink) | | ||
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_events) | | ||
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_factories) | | ||
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_head) | | ||
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_nft_marketplace) | | ||
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_raw) | | ||
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token) | | ||
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token_balances) | | ||
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.3/src/demo_tezos_token_transfers) | | ||
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_blank) | | ||
| demo_substrate_events | | Substrate balance transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_substrate_events) | | ||
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_evm_events) | | ||
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_evm_transactions) | | ||
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_evm_uniswap) | | ||
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_starknet_events) | | ||
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_auction) | | ||
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_dao) | | ||
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_dex) | | ||
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_domains) | | ||
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_etherlink) | | ||
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_events) | | ||
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_factories) | | ||
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_head) | | ||
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_nft_marketplace) | | ||
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_raw) | | ||
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token) | | ||
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token_balances) | | ||
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.2.0rc1/src/demo_tezos_token_transfers) | |
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
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
[project] | ||
name = "demo_blank" | ||
version = "0.0.1" | ||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
[project] | ||
name = "demo_evm_events" | ||
version = "0.0.1" | ||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_evm_transactions/types/eth_usdt/evm_transactions/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_evm_uniswap/types/position_manager/evm_events/collect.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_evm_uniswap/types/position_manager/evm_events/decrease_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_evm_uniswap/types/position_manager/evm_events/increase_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_evm_uniswap/types/position_manager/evm_events/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_starknet_events/types/stark_usdt/starknet_events/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_substrate_events/types/assethub/substrate_events/assets_transferred/v601.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.2 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_substrate_events/types/assethub/substrate_events/assets_transferred/v700.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.2 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_auction/types/tzcolors_auction/tezos_parameters/bid.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_auction/types/tzcolors_auction/tezos_parameters/create_auction.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_auction/types/tzcolors_auction/tezos_parameters/withdraw.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
[project] | ||
name = "demo_tezos_dao" | ||
version = "0.0.1" | ||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
[project] | ||
name = "demo_tezos_dex" | ||
version = "0.0.1" | ||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/fa12_token/tezos_parameters/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/fa2_token/tezos_parameters/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/divest_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/invest_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/tez_to_token_payment.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/token_to_tez_payment.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa12/tezos_parameters/withdraw_profit.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/divest_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/invest_liquidity.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/tez_to_token_payment.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/token_to_tez_payment.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/transfer.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_dex/types/quipu_fa2/tezos_parameters/withdraw_profit.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_domains/types/name_registry/tezos_big_maps/store_expiry_map_key.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_domains/types/name_registry/tezos_big_maps/store_expiry_map_value.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_domains/types/name_registry/tezos_big_maps/store_records_key.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_domains/types/name_registry/tezos_big_maps/store_records_value.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/demo_tezos_etherlink/types/rollup/tezos_parameters/default.py
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,4 +1,4 @@ | ||
# generated by DipDup 8.1.3 | ||
# generated by DipDup 8.2.0rc1 | ||
|
||
from __future__ import annotations | ||
|
||
|
Oops, something went wrong.