-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade proxy kit version * enable proxy upgrades * preserve default token ordering * add ether to funding dropdown * add upgrade proxy component * update createMarket method * remove weth abi * prevent early proxy upgrade message * disable create market button if proxy is not deployed or it needs an upgrade * add proxy upgrade button states * handle native ether in fetchAccountBalance * monkey patch cpk to fix transaction encoding * add useCpkProxy and use RemoteData * enable native eth funding on existing markets * make update proxy message user friendly * update proxy message and lock file * update cpk to v2.2.0-alpha.1 * enable native ether for buys * add extra gas for deploy + upgrade proxy * update lockfile * add sokol contracts * return encodeMultiSendCallData and fix some conditionals * rename to pseudoNativeAssetAddress * add getWrapToken * add getTargetSafeImplementation * remove value amount if safeApp * replace getToken with getWrapToken * update useTokens hook * update gas values for native asset txs * fix missed conditional * use transaction v2 for single transaction * generalise UpgradeProxy and fix disabled buttons * update mainnet contracts * moar gas for create tx * fix approval in addFunding * update contracts * update arbitration address * fix bad merge * replace UpgradeProxy component * update contract * update realitio timeout * update contracts * add sokol details * lowercase WSPOA address * native xdai * allowance margins * update xdai target safe implementation Co-authored-by: liaojikunwork <[email protected]> Co-authored-by: Thomas Pulber <[email protected]>
- Loading branch information
1 parent
e9b5ee3
commit 359673d
Showing
18 changed files
with
535 additions
and
100 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
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
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
Oops, something went wrong.