Skip to content

Commit

Permalink
feat: Add live addresses to deployments (SC-784) (#48)
Browse files Browse the repository at this point in the history
* feat: add deployment addresses

* feat: update to run all tests in ci, update casing

* feat: add addresses from registry

* fix: minimize diff

* fix: update sub commit

* fix: update sub commit
  • Loading branch information
lucas-manuel authored Oct 23, 2024
1 parent b0adea0 commit b406027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/spark-address-registry
4 changes: 2 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract DeployMainnetFull is Script {

ControllerInstance memory instance = MainnetControllerDeploy.deployFull({
admin : Ethereum.SPARK_PROXY,
vault : address(0), // TODO: Replace
vault : Ethereum.ALLOCATOR_VAULT,
psm : Ethereum.PSM,
daiUsds : Ethereum.DAI_USDS,
cctp : Ethereum.CCTP_TOKEN_MESSENGER,
Expand Down Expand Up @@ -71,7 +71,7 @@ contract DeployBaseFull is DeployForeignFull {
deploy({
remoteRpcUrl : getChain("base").rpcUrl,
admin : Base.SPARK_EXECUTOR,
psm : address(0), // TODO: Replace,
psm : Base.PSM3,
usdc : Base.USDC,
cctp : Base.CCTP_TOKEN_MESSENGER
});
Expand Down

0 comments on commit b406027

Please sign in to comment.