Skip to content

Commit

Permalink
Merge pull request #449 from lifinance/LF-3555
Browse files Browse the repository at this point in the history
feat: deploy celerCircleBridgeFacet to Arbitrum
  • Loading branch information
satoshi-lifi authored Jun 27, 2023
2 parents ab6cc6a + c420d6b commit 410ea89
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 10 deletions.
5 changes: 5 additions & 0 deletions config/celerCircle.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"circleBridgeProxy": "0x9744ae566c64B6B6f7F9A4dD50f7496Df6Fef990",
"usdc": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"domain": 1
},
"arbitrum": {
"circleBridgeProxy": "0x054b95b60bfface948fa4548da8ee2e212fb7c0a",
"usdc": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"domain": 3
}
}
14 changes: 14 additions & 0 deletions deployments/_deployments_log_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -6920,6 +6920,20 @@
}
]
}
},
"arbitrum": {
"production": {
"1.0.1": [
{
"ADDRESS": "0xf72169Fb511739CeFea9eBEffc5d39Dba1b33cD3",
"OPTIMIZER_RUNS": "1000000",
"TIMESTAMP": "2023-06-27 01:21:59",
"CONSTRUCTOR_ARGS": "0x000000000000000000000000054b95b60bfface948fa4548da8ee2e212fb7c0a000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831",
"DEPLOYSALT": "",
"VERIFIED": "true"
}
]
}
}
},
"WormholeFacet": {
Expand Down
4 changes: 4 additions & 0 deletions deployments/arbitrum.diamond.immutable.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"0x8446a365f3F2eF6a050E5f9a568cf5A5Ca110886": {
"Name": "AmarokFacet",
"Version": "2.0.0"
},
"0xf72169Fb511739CeFea9eBEffc5d39Dba1b33cD3": {
"Name": "CelerCircleBridgeFacet",
"Version": "1.0.1"
}
},
"Periphery": {
Expand Down
20 changes: 11 additions & 9 deletions deployments/arbitrum.diamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"0xbd8D369470169f9976c5bCc60318955836843a71": {
"Name": "AmarokFacet",
"Version": ""
"Version": "1.0.1"
},
"0x73d2d674449B3D8ad549cc3b04F8104C444FD34D": {
"Name": "PackedEncoderDecoderFacet",
Expand All @@ -97,24 +97,26 @@
"Name": "HopFacetPacked",
"Version": ""
},
"0xb0199ce3c4fD19aF0AdCbe8C589ea1f699c295fb": {
"Name": "",
"Version": ""
},
"0x58FBa880b973edB5E4f6Aa4e2bD3b15c865b9B18": {
"Name": "",
"Version": ""
},
"0x2A7568Fd6dffA6F7578cdF010398BffAa53cc7c0": {
"Name": "AcrossFacet",
"Version": "2.0.0"
},
"0xf72169Fb511739CeFea9eBEffc5d39Dba1b33cD3": {
"Name": "CelerCircleBridgeFacet",
"Version": "1.0.1"
}
},
"Periphery": {
"AxelarExecutor": "",
"ERC20Proxy": "0x856FF421D9b354ba1E909e26655E159F5Bd04F2E",
"Executor": "0xDD1305150D27aecc60C066630105DB419977e367",
"FeeCollector": "0xB0210dE78E28e2633Ca200609D9f528c13c26cD9",
"FusePoolZap": "",
"Receiver": "0x74674DAFd6f4495e7F63F7637E94b8B89B2f01dB",
"RelayerCelerIM": "",
"RelayerCelerIM": "0xB1Fe861ceae7BF4C40515cEEB851f2785d2A1008",
"ServiceFeeCollector": "0x894b3e1e30Be0727eb138d2cceb0A99d2Fc4C55D"
}
}
}
}
3 changes: 2 additions & 1 deletion deployments/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"PackedEncoderDecoderFacet": "0x73d2d674449B3D8ad549cc3b04F8104C444FD34D",
"CBridgeFacetPacked": "0x5E3DC14bfc5aF89C2c34A24E2c1ba6430B9F4Fd2",
"RelayerCelerIMImmutable": "0x7b6d852f58C783BA3b1138C535ff57dDa4c826E0",
"CelerIMFacetImmutable": "0x0d26d248D4e80377f1d794AB88090e76B0903EDE"
"CelerIMFacetImmutable": "0x0d26d248D4e80377f1d794AB88090e76B0903EDE",
"CelerCircleBridgeFacet": "0xf72169Fb511739CeFea9eBEffc5d39Dba1b33cD3"
}

0 comments on commit 410ea89

Please sign in to comment.