Skip to content

Commit

Permalink
Merge branch 'develop' into referrer-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Oighty committed Aug 21, 2024
2 parents 9d8b3d2 + ccc196d commit 230d373
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployments/.mode-v1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"deployments.BatchCatalogue": "0x4ED7160dA0020070ADf1AB149c730E8A4bD73d15",
"deployments.auctionModules.EncryptedMarginalPrice": "0x8b7e483d96004ca7893EfB14E049f7648b62322b",
"deployments.auctionModules.FixedPriceBatch": "0x7020638419355ae9FB5a124c580a05226AEa9158",
"deployments.derivativeModules.BatchLinearVesting": "0x873966578C8ECcD61fc68F1Be3681146f86587e4"
}
20 changes: 20 additions & 0 deletions script/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,26 @@
}
}
},
"mode": {
"constants": {
"axis": {
"OWNER": "0xB47C8e4bEb28af80eDe5E5bF474927b110Ef2c0e",
"PERMIT2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
"PROTOCOL": "0x007F3eD580c754A9495881b066e9FC98e406c214"
}
},
"deployments": {
"BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"BatchCatalogue": "0x4ED7160dA0020070ADf1AB149c730E8A4bD73d15",
"auctionModules": {
"EncryptedMarginalPrice": "0x8b7e483d96004ca7893EfB14E049f7648b62322b",
"FixedPriceBatch": "0x7020638419355ae9FB5a124c580a05226AEa9158"
},
"derivativeModules": {
"BatchLinearVesting": "0x873966578C8ECcD61fc68F1Be3681146f86587e4"
}
}
},
"mode-sepolia": {
"constants": {
"axis": {
Expand Down

0 comments on commit 230d373

Please sign in to comment.