Skip to content

Commit

Permalink
symbiosis facet deployed to unichain (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO authored Feb 24, 2025
1 parent 40e5cda commit bc01b25
Show file tree
Hide file tree
Showing 6 changed files with 3,163 additions and 92 deletions.
3,117 changes: 3,117 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions config/symbiosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
"metaRouter": "0x7057aB3fB2BeE9c18e0cDe4240DE4ff7f159E365",
"gateway": "0xa0079829B9F1Edc5DD0DE3eC104f281745C4bD81"
},
"unichain": {
"metaRouter": "0xcE8f24A58D85eD5c5A6824f7be1F8d4711A0eb4C",
"gateway": "0xAdB2d3b711Bb8d8Ea92ff70292c466140432c278"
},
"zksync": {
"metaRouter": "0x38307CB291Af47Af9847c134a34E9477c939Ca28",
"gateway": "0x8cA239448AdD34b057D1CB5934F12AC899DB66e1"
Expand Down
14 changes: 14 additions & 0 deletions deployments/_deployments_log_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -23331,6 +23331,20 @@
}
]
}
},
"unichain": {
"production": {
"1.0.0": [
{
"ADDRESS": "0x62F6fE8B47CBC58Ce4c7D21C2ae897EAB0132773",
"OPTIMIZER_RUNS": "1000000",
"TIMESTAMP": "2025-02-24 16:52:07",
"CONSTRUCTOR_ARGS": "0x000000000000000000000000ce8f24a58d85ed5c5a6824f7be1f8d4711a0eb4c000000000000000000000000adb2d3b711bb8d8ea92ff70292c466140432c278",
"SALT": "",
"VERIFIED": "true"
}
]
}
}
},
"MayanBridgeFacet": {
Expand Down
6 changes: 5 additions & 1 deletion deployments/unichain.diamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"0x2B7D697018626E32c2E3252eCB47488A3a694166": {
"Name": "GasZipFacet",
"Version": "2.0.2"
},
"0x62F6fE8B47CBC58Ce4c7D21C2ae897EAB0132773": {
"Name": "SymbiosisFacet",
"Version": "1.0.0"
}
},
"Periphery": {
Expand All @@ -77,4 +81,4 @@
"TokenWrapper": "0x86E5a407385364B86B3e502644EfFee1a43C9a7b"
}
}
}
}
5 changes: 3 additions & 2 deletions deployments/unichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"TokenWrapper": "0x86E5a407385364B86B3e502644EfFee1a43C9a7b",
"ReceiverAcrossV3": "0x03C0d38939752A266991f887d45c93e5a0181c9A",
"GasZipFacet": "0x2B7D697018626E32c2E3252eCB47488A3a694166",
"GasZipPeriphery": "0x808151156cB5054418B689af97639CaeAF7712aC"
}
"GasZipPeriphery": "0x808151156cB5054418B689af97639CaeAF7712aC",
"SymbiosisFacet": "0x62F6fE8B47CBC58Ce4c7D21C2ae897EAB0132773"
}
Loading

0 comments on commit bc01b25

Please sign in to comment.