Skip to content

Commit

Permalink
sort bridge committee abi
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowlu committed Sep 21, 2024
1 parent 28effbb commit 4bc834a
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions crates/sui-bridge/abi/bridge_committee.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
"name": "AddressEmptyCode",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address[]",
"name": "updatedMembers",
"type": "address[]"
},
{
"indexed": false,
"internalType": "bool",
"name": "isBlocklisted",
"type": "bool"
}
],
"name": "BlocklistUpdated",
"type": "event"
},
{
"inputs": [
{
Expand All @@ -31,6 +50,19 @@
"name": "FailedInnerCall",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "version",
"type": "uint64"
}
],
"name": "Initialized",
"type": "event"
},
{
"inputs": [],
"name": "InvalidInitialization",
Expand All @@ -46,6 +78,19 @@
"name": "ReentrancyGuardReentrantCall",
"type": "error"
},
{
"inputs": [],
"name": "UPGRADE_INTERFACE_VERSION",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "UUPSUnauthorizedCallContext",
Expand All @@ -62,38 +107,6 @@
"name": "UUPSUnsupportedProxiableUUID",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address[]",
"name": "updatedMembers",
"type": "address[]"
},
{
"indexed": false,
"internalType": "bool",
"name": "isBlocklisted",
"type": "bool"
}
],
"name": "BlocklistUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "version",
"type": "uint64"
}
],
"name": "Initialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand All @@ -107,19 +120,6 @@
"name": "Upgraded",
"type": "event"
},
{
"inputs": [],
"name": "UPGRADE_INTERFACE_VERSION",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down

0 comments on commit 4bc834a

Please sign in to comment.