Skip to content

Commit

Permalink
Deploy Squid to Celo (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 authored May 8, 2024
1 parent 531f940 commit 748b7e1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions deployments/_deployments_log_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -14836,6 +14836,20 @@
}
]
}
},
"celo": {
"production": {
"1.0.0": [
{
"ADDRESS": "0x5C2C3F56e33F45389aa4e1DA4D3a807A532a910c",
"OPTIMIZER_RUNS": "1000000",
"TIMESTAMP": "2024-05-07 14:54:36",
"CONSTRUCTOR_ARGS": "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
"SALT": "",
"VERIFIED": "true"
}
]
}
}
},
"SynapseBridgeFacet": {
Expand Down
4 changes: 4 additions & 0 deletions deployments/celo.diamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"0x9D4B9784fC46496926ee4784e490F14d106D83a8": {
"Name": "StandardizedCallFacet",
"Version": "1.0.0"
},
"0x5C2C3F56e33F45389aa4e1DA4D3a807A532a910c": {
"Name": "SquidFacet",
"Version": "1.0.0"
}
},
"Periphery": {
Expand Down
3 changes: 2 additions & 1 deletion deployments/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"LiFuelFeeCollector": "0xc02FFcdD914DbA646704439c6090BAbaD521d04C",
"TokenWrapper": "0xF2ee649caB7a0edEdED7a27821B0aCDF77778aeD",
"CalldataVerificationFacet": "0x9157b6550D1C3209C20aCAd12A2dC57Df34Ca48b",
"StandardizedCallFacet": "0x9D4B9784fC46496926ee4784e490F14d106D83a8"
"StandardizedCallFacet": "0x9D4B9784fC46496926ee4784e490F14d106D83a8",
"SquidFacet": "0x5C2C3F56e33F45389aa4e1DA4D3a807A532a910c"
}

0 comments on commit 748b7e1

Please sign in to comment.