Skip to content

Commit

Permalink
feat: add handleSynPackage to StakeHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 4, 2024
1 parent 7dc57a4 commit 0e67770
Show file tree
Hide file tree
Showing 41 changed files with 1,007 additions and 7 deletions.
26 changes: 26 additions & 0 deletions abi/bscgovernor.abi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "CLOCK_MODE",
Expand Down Expand Up @@ -55,6 +68,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "STAKING_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "cancel",
Expand Down
26 changes: 26 additions & 0 deletions abi/bsctimelock.abi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "CANCELLER_ROLE",
Expand Down Expand Up @@ -55,6 +68,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "STAKING_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "TIMELOCK_ADMIN_ROLE",
Expand Down
13 changes: 13 additions & 0 deletions abi/bscvalidatorset.abi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
13 changes: 13 additions & 0 deletions abi/crosschain.abi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
13 changes: 13 additions & 0 deletions abi/govhub.abi
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
26 changes: 26 additions & 0 deletions abi/govtoken.abi
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "CLOCK_MODE",
Expand All @@ -25,6 +38,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "STAKING_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "allowance",
Expand Down
13 changes: 13 additions & 0 deletions abi/relayerhub.abi
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
13 changes: 13 additions & 0 deletions abi/relayerincentivize.abi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
13 changes: 13 additions & 0 deletions abi/slashindicator.abi
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "BIND_CHANNELID",
Expand Down
26 changes: 26 additions & 0 deletions abi/stakecredit.abi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "BC_FUSION_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "STAKING_CHANNELID",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "allowance",
Expand Down
Loading

0 comments on commit 0e67770

Please sign in to comment.