Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lifinance/contracts into deploy-to-…
Browse files Browse the repository at this point in the history
…soneium-lf-12317
  • Loading branch information
0xDEnYO committed Feb 17, 2025
2 parents a35806f + a5628a5 commit a81fecc
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config/dexs.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,8 @@
"unichain": [
"0x8295805320853d6B28778fC8f5199327e62e3d87",
"0x9679d1f7D955C81827c6842b3119B911943958eE",
"0x86E5a407385364B86B3e502644EfFee1a43C9a7b"
"0x86E5a407385364B86B3e502644EfFee1a43C9a7b",
"0x808151156cB5054418B689af97639CaeAF7712aC"
],
"velas": [
"0xdFC2983401614118E1F2D5A5FD93C17Fecf8BdC6",
Expand Down
1 change: 1 addition & 0 deletions config/gaszip.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"soneium": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"sonic": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"taiko": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"unichain": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"worldchain": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"xlayer": "0x2a37D63EAdFe4b4682a3c28C1c2cD4F109Cc2762",
"zksync": "0x252fb662e4d7435d2a5ded8ec94d8932cf76c178"
Expand Down
28 changes: 28 additions & 0 deletions deployments/_deployments_log_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -28479,6 +28479,20 @@
}
]
}
},
"unichain": {
"production": {
"2.0.2": [
{
"ADDRESS": "0x2B7D697018626E32c2E3252eCB47488A3a694166",
"OPTIMIZER_RUNS": "1000000",
"TIMESTAMP": "2025-02-13 18:28:07",
"CONSTRUCTOR_ARGS": "0x0000000000000000000000002a37d63eadfe4b4682a3c28c1c2cd4f109cc2762",
"SALT": "1234",
"VERIFIED": "true"
}
]
}
}
},
"GasZipPeriphery": {
Expand Down Expand Up @@ -28857,6 +28871,20 @@
}
]
}
},
"unichain": {
"production": {
"1.0.1": [
{
"ADDRESS": "0x808151156cB5054418B689af97639CaeAF7712aC",
"OPTIMIZER_RUNS": "1000000",
"TIMESTAMP": "2025-02-13 18:29:09",
"CONSTRUCTOR_ARGS": "0x0000000000000000000000002a37d63eadfe4b4682a3c28c1c2cd4f109cc27620000000000000000000000009679d1f7d955c81827c6842b3119b911943958ee000000000000000000000000428653b7537717ca9b81b453601436d576081af6",
"SALT": "1234",
"VERIFIED": "true"
}
]
}
}
},
"RelayFacet": {
Expand Down
6 changes: 5 additions & 1 deletion deployments/unichain.diamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@
"0xd28932aB46626CdB224Ff95BaA42ed1dc75712f0": {
"Name": "AcrossFacetPackedV3",
"Version": "1.2.0"
},
"0x2B7D697018626E32c2E3252eCB47488A3a694166": {
"Name": "GasZipFacet",
"Version": "2.0.2"
}
},
"Periphery": {
"ERC20Proxy": "0xE16150617A4560925ef8e68E8efa3D68Bec3Bb7F",
"Executor": "0xCA847a739BA26238488cb85A2a28A4ad677716e1",
"FeeCollector": "0x8295805320853d6B28778fC8f5199327e62e3d87",
"GasZipPeriphery": "",
"GasZipPeriphery": "0x808151156cB5054418B689af97639CaeAF7712aC",
"LiFiDEXAggregator": "0x9679d1f7D955C81827c6842b3119B911943958eE",
"LiFuelFeeCollector": "",
"Permit2Proxy": "0x4BDB8cb372AeF4047626869dD5580536DBA9b053",
Expand Down
6 changes: 4 additions & 2 deletions deployments/unichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
"Permit2Proxy": "0x4BDB8cb372AeF4047626869dD5580536DBA9b053",
"Receiver": "0x614Fe86aF0b9740946A94a5Cb8f07C1Dc9d77eBC",
"TokenWrapper": "0x86E5a407385364B86B3e502644EfFee1a43C9a7b",
"ReceiverAcrossV3": "0x03C0d38939752A266991f887d45c93e5a0181c9A"
}
"ReceiverAcrossV3": "0x03C0d38939752A266991f887d45c93e5a0181c9A",
"GasZipFacet": "0x2B7D697018626E32c2E3252eCB47488A3a694166",
"GasZipPeriphery": "0x808151156cB5054418B689af97639CaeAF7712aC"
}

0 comments on commit a81fecc

Please sign in to comment.