Skip to content

Commit

Permalink
Re-deploy on ETH & MEtis with corrected roles
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Mar 15, 2024
1 parent f973eff commit 623f80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/mainnet/JEWEL.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0x89bddB99178fC04340B86Df588a9d0CDf8ba2846",
"address": "0x12f79f8c1A6e47a9b5F0796FDb008Bdc182fa19e",
"constructorArgs": "0x",
"abi": [
{
Expand Down
2 changes: 1 addition & 1 deletion deployments/metis/JEWEL.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0xc72F7989a94cBc01AEEF568A325Db30900Ab120E",
"address": "0x17C09cfC96C865CF546d73365Cedb6dC66986963",
"constructorArgs": "0x",
"abi": [
{
Expand Down
2 changes: 1 addition & 1 deletion script/bridge/DeployJewel.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {console2, BasicSynapseScript} from "../templates/BasicSynapse.s.sol";
contract DeployJEWEL is BasicSynapseScript {
string public constant SYNAPSE_ERC20_FACTORY = "SynapseERC20Factory";
string public constant SYNAPSE_ERC20 = "SynapseERC20";
string public constant SYNAPSE_BRIDGE = "SynapseERC20";
string public constant SYNAPSE_BRIDGE = "SynapseBridge";
string public constant MULTISIG = "DevMultisig";

SynapseERC20Factory public erc20Factory;
Expand Down

0 comments on commit 623f80c

Please sign in to comment.