Skip to content

Commit

Permalink
Merge branch 'main' into gh_actions_envs
Browse files Browse the repository at this point in the history
  • Loading branch information
zavelevsky authored Apr 13, 2024
2 parents 78fa219 + 40259c7 commit 85d2c09
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v3.1.6...HEAD)

- supernova not found in exchange [\#539](https://github.com/bancorprotocol/fastlane-bot/issues/539)
- Transactions occasionally revert with error-message `Too little received` [\#383](https://github.com/bancorprotocol/fastlane-bot/issues/383)

- Remove unused code in `submithandler.py` [\#350](https://github.com/bancorprotocol/fastlane-bot/issues/350)

Closed issues

- `*args, **kwargs` -\> `argsf1, argsf2` [\#493](https://github.com/bancorprotocol/fastlane-bot/issues/493)
- Can get rid of the if '-' in cid [\#466](https://github.com/bancorprotocol/fastlane-bot/issues/466)

## [v3.1.6](https://github.com/bancorprotocol/fastlane-bot/tree/v3.1.6) (2024-04-10)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v3.1.5...v3.1.6)

## [v3.1.5](https://github.com/bancorprotocol/fastlane-bot/tree/v3.1.5) (2024-04-09)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v3.1.4...v3.1.5)
Expand Down
2 changes: 1 addition & 1 deletion fastlane_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .config import Config, ConfigNetwork, ConfigDB, ConfigLogger, ConfigProvider


__version__ = "3.1.6"
__version__ = "3.1.7"
2 changes: 1 addition & 1 deletion fastlane_bot/config/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ class _ConfigNetworkMantle(ConfigNetwork):
# WRAPPED_GAS_TOKEN_KEY = "WETH-0006"
# STABLECOIN_KEY = "USDC-2913"

NATIVE_GAS_TOKEN_ADDRESS = "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000"
NATIVE_GAS_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
WRAPPED_GAS_TOKEN_ADDRESS = "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8"
NATIVE_GAS_TOKEN_SYMBOL = "MNT"
WRAPPED_GAS_TOKEN_SYMBOL = "WMNT"
Expand Down

0 comments on commit 85d2c09

Please sign in to comment.