We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851a240 commit 19e0b59Copy full SHA for 19e0b59
src/common/abi/SponsoredCCTPDstPeriphery.json
@@ -21,5 +21,23 @@
21
"outputs": [],
22
"stateMutability": "nonpayable",
23
"type": "function"
24
+ },
25
+ {
26
+ "inputs": [
27
28
+ "internalType": "bytes",
29
+ "name": "message",
30
+ "type": "bytes"
31
32
33
34
+ "name": "attestation",
35
36
+ }
37
+ ],
38
+ "name": "emergencyReceiveMessage",
39
+ "outputs": [],
40
+ "stateMutability": "nonpayable",
41
+ "type": "function"
42
}
43
]
0 commit comments