Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
eaaeb0b
save ENS releated contract on deployment
gfournieriExec Apr 18, 2025
77f430f
Add registry addresses to config and update deployment functions for …
gfournieriExec Apr 18, 2025
40e3aed
remove deployement.save on ens already on deploy()
gfournieriExec Apr 18, 2025
7ac3830
Add transferRegistryOwnerships function to manage registry ownership …
gfournieriExec Apr 18, 2025
d836889
Add avalanche fuji testnet deployement files
gfournieriExec Apr 22, 2025
e27d362
prepare for arbitrum sepolia
gfournieriExec Apr 22, 2025
c92e62e
use a pvk for account deployment and not seed and read .env file
gfournieriExec Apr 22, 2025
cd1966f
add dotenv package
gfournieriExec Apr 22, 2025
bd51f16
save arbitrum sepolia testnet deployment
gfournieriExec Apr 22, 2025
b52bd45
fix: correct script name for arbitrum sepolia test
gfournieriExec Apr 22, 2025
f4676b5
fix: update private key environment variable for Fuji and Arbitrum Se…
gfournieriExec Apr 22, 2025
315a999
feat: document deployment on new testnet chains in changelog
gfournieriExec Apr 22, 2025
2c8e543
refactor: update comments and formatting in copy-deployments script
gfournieriExec Apr 22, 2025
6fb9f92
Update CHANGELOG.md
gfournieriExec Apr 23, 2025
b9ef16a
refactor: switch from CommonJS to ES module syntax in copy-deployment…
gfournieriExec Apr 23, 2025
0e49319
refactor: modularize deployment logic by extracting functions to fixt…
gfournieriExec Apr 23, 2025
d9ea061
refactor: remove redundant registry entries in config.json
gfournieriExec Apr 23, 2025
ac7b41a
refactor: replace and remove saveExistingContractsToDeployments with …
gfournieriExec Apr 23, 2025
0d45c8f
refactor: integrate deployment copying and cleanup into hardhat.confi…
gfournieriExec Apr 23, 2025
251d8c6
refactor: use richmanSigner for token contract connection in fundAcco…
gfournieriExec Apr 23, 2025
fea1414
refactor: invert ownership transfer logic in transferProxyOwnership f…
gfournieriExec Apr 23, 2025
82ee3cc
fix: streamline ownership transfer logic in transferAllOwnerships fun…
gfournieriExec Apr 23, 2025
d596db1
refactor: simplify test scripts for Arbitrum and Fuji environments
gfournieriExec Apr 23, 2025
1698ead
fix: propagate error in transferRegistryOwnership function
gfournieriExec Apr 23, 2025
262e60c
refactor: simplify dotenv import in hardhat configuration
gfournieriExec Apr 23, 2025
4101052
fix: add comment to clarify proxy ownership transfer in transferAllOw…
gfournieriExec Apr 23, 2025
30e2086
fix: remove unnecessary connect call in fundAccounts function
gfournieriExec Apr 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [x] `IexecPoco2Delegate.sol`

### Features
- Deploy on new testnet chains using CreateX factory (#216)
- Add CreateX factory for new chain deployment (#215)
- Support Arbitrum & Avalanche Fuji testnets (#215)
- Housekeeping (#207, )
Expand Down
3 changes: 3 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
"421614": {
"_comment": "Arbitrum Sepolia Testnet",
"asset": "Token",
"token": "0x86934B9A25212D94fb95486FAE8518d6039f0309",
"richman": "0x9990cfb1Feb7f47297F54bef4d4EbeDf6c5463a3",
"uniswap": false,
"v3": {
"Hub": null,
Expand All @@ -173,6 +175,7 @@
"v5": {
"factory": "0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"factoryType": "createx",
"ERC1538Proxy": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
},
Expand Down
1 change: 1 addition & 0 deletions deployments/arbitrum-sepolia/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
421614
Loading