Skip to content

Commit aa27cae

Browse files
authored
feat: deploy on testnets with CreateX (#216)
* feat: Saved deployment artifacts for new testnets * chore: Switched to private key authentication instead of seed phrases
1 parent a8ffae3 commit aa27cae

File tree

64 files changed

+22976
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+22976
-58
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [x] `IexecPoco2Delegate.sol`
1010

1111
### Features
12+
- Deploy on new testnet chains using CreateX factory (#216)
1213
- Add CreateX factory for new chain deployment (#215)
1314
- Support Arbitrum & Avalanche Fuji testnets (#215)
1415
- Housekeeping (#207, )

config/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
"421614": {
164164
"_comment": "Arbitrum Sepolia Testnet",
165165
"asset": "Token",
166+
"token": "0x86934B9A25212D94fb95486FAE8518d6039f0309",
167+
"richman": "0x9990cfb1Feb7f47297F54bef4d4EbeDf6c5463a3",
166168
"uniswap": false,
167169
"v3": {
168170
"Hub": null,
@@ -173,6 +175,7 @@
173175
"v5": {
174176
"factory": "0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
175177
"factoryType": "createx",
178+
"ERC1538Proxy": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
176179
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
177180
}
178181
},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
421614

0 commit comments

Comments
 (0)