-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: edited opMessenger key to move from chain config to l1 and l2 s…
…cripts
- Loading branch information
Showing
3 changed files
with
15 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,42 @@ | ||
{ | ||
"protocolAdmin": "0x0888c3D797E13892C5e67cD802F93Ffe55Ea2826", | ||
|
||
"boringVault":{ | ||
"boringVault": { | ||
"boringVaultSalt": "0x1000000000000000000000000000000000000000000000000000000000000001", | ||
"boringVaultName": "Boba Native Yield Nucleus Token", | ||
"boringVaultName": "Boba Native Yield Nucleus Token", | ||
"boringVaultSymbol": "bobaETH", | ||
|
||
"address": "0x0000000000000000000000000000000000000000" | ||
"address": "0x0000000000000000000000000000000000000000" | ||
}, | ||
|
||
"manager":{ | ||
"manager": { | ||
"managerSalt": "0x2000000000000000000000000000000000000000000000000000000000000001", | ||
|
||
"address": "0x0000000000000000000000000000000000000000" | ||
}, | ||
|
||
"accountant":{ | ||
"accountant": { | ||
"accountantSalt": "0x3000000000000000000000000000000000000000000000000000000000000001", | ||
"payoutAddress": "0x0888c3D797E13892C5e67cD802F93Ffe55Ea2826", | ||
"allowedExchangeRateChangeUpper": "10030", | ||
"allowedExchangeRateChangeLower": "9980", | ||
"minimumUpdateDelayInSeconds": "3600", | ||
"managementFee": "0", | ||
|
||
"address": "0x0000000000000000000000000000000000000000" | ||
}, | ||
|
||
"teller": { | ||
"tellerSalt": "0x4000000000000000000000000000000000000000000000000000000000000001", | ||
"opMessenger": "0x4200000000000000000000000000000000000007", | ||
"maxGasForPeer": 200000, | ||
"minGasForPeer": 60000, | ||
"peerEid": 0, | ||
"tellerContractName": "CrossChainOPTellerWithMultiAssetSupport", | ||
"assets": [ | ||
], | ||
"assets": [], | ||
"address": "0x0000000000000000000000000000000000000000" | ||
}, | ||
"rolesAuthority": { | ||
"rolesAuthoritySalt": "0x5000000000000000000000000000000000000000000000000000000000000001", | ||
"strategist": "0x0888c3D797E13892C5e67cD802F93Ffe55Ea2826", | ||
"exchangeRateBot": "0x0888c3D797E13892C5e67cD802F93Ffe55Ea2826", | ||
|
||
"address": "0x0000000000000000000000000000000000000000" | ||
}, | ||
|
||
"decoder": { | ||
"decoderSalt": "0x6000000000000000000000000000000000000000000000000000000000000001", | ||
|
||
"address": "0x0000000000000000000000000000000000000000" | ||
"address": "0x0000000000000000000000000000000000000000" | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"base": "0xFC00000000000000000000000000000000000006", | ||
"balancerVault": "0x0000000000000000000000000000000000000000", | ||
"opMessenger": "0x4200000000000000000000000000000000000007", | ||
"lzEndpoint": "0x1a44076050125825900e736c501f859c50fE728c" | ||
} |