Commit Graph

161 Commits

Author SHA1 Message Date
miguelmtzinf
34c9bf209e fix: Fix typo of tenderlyRPC for tenderlyNetwork 2021-05-18 10:40:22 +02:00
miguelmtzinf
64d37bcc70 fix: Fix @tenderly/hardhat-tenderly to 1.1.0-beta.5 2021-05-18 09:59:05 +02:00
miguelmtzinf
1d78df4292 fix: Fix ts issue with DRE object 2021-05-17 18:15:04 +02:00
miguelmtzinf
329a48cd03 feat: Add defender utils and use of signer 2021-05-17 14:35:21 +02:00
David Racero
e15bdec898 feat: remove deprecated task initialize-tokens 2021-05-14 09:39:48 +02:00
David Racero
37ba4765ea fix: solve conflicts from master 2021-05-14 09:26:22 +02:00
The-3D
38701827f5
Merge pull request #112 from aave/feat/ui-pool-data-provider-task
Feat/UI pool data provider task
2021-05-12 11:00:22 +02:00
David Racero
095d5bff90 typo: rename getWrappedNativeTokenddress to getWrappedNativeTokenAddress 2021-05-12 10:23:15 +02:00
David Racero
b7462c6be2 feat: update UiPoolDataProvider task to match other tasks code style. Fix old reference of verifyContract at deployUiPoolDataProvider function. 2021-05-12 10:15:41 +02:00
David Racero
009752df4f
fix: typo at console.log 2021-05-12 09:46:05 +02:00
David Racero
4f7ce7e202
Merge branch 'master' into polygon-verifier 2021-05-11 12:55:17 +02:00
David Racero
2cdfbbbc5d feat: Added support to fork any chain. Added deployment scripts to Github Actions 2021-05-10 15:34:31 +02:00
David Racero
a89598671f fix: local dev deployment 2021-05-10 10:47:24 +02:00
David Racero
e41a18c33a fix: fixed logic of address provider registration 2021-05-10 10:16:13 +02:00
David Racero
607d3c9a24 tasks: Full migration scripts now deploys independent markets. Added new task to attach a new market to the LendingPoolAddressesProviderRegistry. 2021-05-07 16:59:24 +02:00
David Racero
9b78daa189 fix: fix kovan deployment. Prevent to init tokens without address. Added deployRegistry flag to scripts. 2021-05-07 15:15:15 +02:00
sendra
acc2207d81 added kovan config 2021-04-26 15:57:26 +02:00
sendra
701c0793ce fix: merged with master 2021-04-26 12:51:04 +02:00
sendra
9df1502f22 correct mainnet incentives controller 2021-04-21 19:16:11 +02:00
sendra
360d37f9f8 fix: updated mainnet task to deploy ui helper 2021-04-19 17:23:45 +02:00
sendra
b0caaee52e updated for latest mumbai addresses 2021-04-12 21:36:34 +02:00
sendra
47b3d8ff65 new mumbai addresses 2021-04-12 10:56:33 +02:00
sendra
1849484cbf updated with new mumbai addresses 2021-04-12 09:37:55 +02:00
sendra
f7fde949a7 updated with latest addresses 2021-04-09 15:06:57 +02:00
sendra
a5ab0a6e3b added mumbai addresses 2021-04-09 10:57:01 +02:00
The-3D
051e3aef15
Merge pull request #53 from l3lackcurtains/master
Fix two ropsten scripts in package.json & using addFlag on aave.dev.ts
2021-04-08 20:50:36 +02:00
wenzhenxiang
15d5566138
fix deploy new asset bug
fix deploy new asset bug
2021-04-08 18:58:38 +08:00
David Racero
ae8f7aa21f Fixed config. Fixed WETHGateway initialiation with WrappedNativeToken. Added AaveProtocolDataProvider init at addresses provider registry. 2021-03-31 14:13:44 +02:00
David Racero
3edbbceb1a Resets matic config 2021-03-31 10:41:05 +02:00
sendra
516cbc7349 updated deployment scripts 2021-03-30 13:17:08 +02:00
David Racero
356f45f8da Fixed WETH config and added new oracle. Automatize ETH/USD aggregator at oracle task 2021-03-29 12:13:56 +02:00
David Racero
d7cf033e62 Added sidechain task to follow guidelines. Added IncentivesController to config. 2021-03-26 15:20:24 +01:00
l3lackcurtains
7777d1d5cf replace with Add flag for verify on aave.dev.ts 2021-03-16 14:57:58 -07:00
David Racero
194e1df6c3 Fix deployment scripts regarding Oracles. 2021-03-15 11:52:57 +01:00
David Racero
de4aec2804 Set configs for matic. Minor changes to polygon utils and tasks. 2021-03-12 18:06:15 +01:00
David Racero
d16c680b7c Integrate polygon verifier into verification tools and Hardhat tasks 2021-03-11 16:55:04 +01:00
David Racero
d9026b7122 Support fork connection. 2021-03-03 12:25:10 +01:00
David Racero
befb447148 Added configs to support tenderly fork rpcs. Added new price feeds addresses. Fix owner signer issues. 2021-03-02 17:21:04 +01:00
Zer0dot
71127888a6 Updated Matic deployment script 2021-02-24 16:49:23 -05:00
Zer0dot
735fc5c6c7 Removed useless space 2021-02-23 11:05:46 -05:00
Zer0dot
d41edec1ab Merged feat/lp-market-updated-deployment 2021-02-23 10:59:02 -05:00
Hadrien Charlanes
e3846332db Cleaned up more conf, getParanetwork working now. Added weth Gateway Matic 2021-02-23 15:43:24 +01:00
Zer0dot
599c2759f1 Fixed & tested etherscan verification (on Kovan) 2021-02-23 08:34:24 +01:00
Zer0dot
50e2828008 Updated to reuse LendingPool & Configurator if possible 2021-02-23 08:34:02 +01:00
Zer0dot
f023ce09c5 Slight fixed for fork deployment 2021-02-22 17:26:22 +01:00
Hadrien Charlanes
18aac08061 Added full script and config for kovan 2021-02-22 17:26:06 +01:00
Hadrien Charlanes
da2ade5d3b Added Weth gateway contract in config, updated deployment 2021-02-22 17:25:12 +01:00
Zer0dot
b3e14bc033 Fixed MATIC WETHGateway adaptation, uses wMATIC 2021-02-21 20:05:11 -05:00
Zer0dot
384f00f15e Fixed issues before deployment 2021-02-19 21:59:14 -05:00
Zer0dot
379761b56f Testing mumbai network deployment, Oracles fail 2021-02-19 18:50:24 -05:00