Skip to content

Commit 19e0b59

Browse files
committed
add emergencyReceive ABI
1 parent 851a240 commit 19e0b59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/common/abi/SponsoredCCTPDstPeriphery.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,23 @@
2121
"outputs": [],
2222
"stateMutability": "nonpayable",
2323
"type": "function"
24+
},
25+
{
26+
"inputs": [
27+
{
28+
"internalType": "bytes",
29+
"name": "message",
30+
"type": "bytes"
31+
},
32+
{
33+
"internalType": "bytes",
34+
"name": "attestation",
35+
"type": "bytes"
36+
}
37+
],
38+
"name": "emergencyReceiveMessage",
39+
"outputs": [],
40+
"stateMutability": "nonpayable",
41+
"type": "function"
2442
}
2543
]

0 commit comments

Comments
 (0)