Skip to content

Commit

Permalink
fix abi
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Nov 14, 2024
1 parent 2f357f7 commit e3898d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ pub static POST_SHARED_BRIDGE_EXECUTE_FUNCTION: Lazy<Function> = Lazy::new(|| {
// Temporary thing, should be removed when new contracts are merged.
pub static MESSAGE_ROOT_CONTRACT: Lazy<Contract> = Lazy::new(|| {
let abi = r#"
{
[{
"inputs": [
{
"internalType": "uint256",
Expand All @@ -1460,6 +1460,6 @@ pub static MESSAGE_ROOT_CONTRACT: Lazy<Contract> = Lazy::new(|| {
],
"stateMutability": "view",
"type": "function"
}"#;
}]"#;
serde_json::from_str(abi).unwrap()
});

0 comments on commit e3898d5

Please sign in to comment.