diff --git a/crates/sui-bridge/abi/bridge_vault.json b/crates/sui-bridge/abi/bridge_vault.json index 71a0893fd9272..73139a8b1dcd5 100644 --- a/crates/sui-bridge/abi/bridge_vault.json +++ b/crates/sui-bridge/abi/bridge_vault.json @@ -10,6 +10,10 @@ "stateMutability": "nonpayable", "type": "constructor" }, + { + "stateMutability": "payable", + "type": "receive" + }, { "inputs": [ { @@ -137,9 +141,5 @@ ], "stateMutability": "view", "type": "function" - }, - { - "stateMutability": "payable", - "type": "receive" } ]