Skip to content

Commit

Permalink
feat: update Bridge ABI (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
troggy authored Jun 20, 2019
1 parent 55dd100 commit 57fb9da
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions src/abis/bridgeAbi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0x0356fe3a',
},
{
constant: true,
Expand All @@ -27,7 +26,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0x117546c5',
},
{
constant: true,
Expand All @@ -42,7 +40,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0x570ca735',
},
{
constant: true,
Expand All @@ -62,11 +59,18 @@ module.exports = [
name: 'timestamp',
type: 'uint32',
},
{
name: 'parentBlockNumber',
type: 'uint32',
},
{
name: 'parentBlockHash',
type: 'bytes32',
},
],
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0xc222ef6d',
},
{
constant: true,
Expand All @@ -81,7 +85,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0xed3e46ae',
},
{
constant: true,
Expand All @@ -96,7 +99,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0xf851a440',
},
{
anonymous: false,
Expand All @@ -114,8 +116,6 @@ module.exports = [
],
name: 'NewHeight',
type: 'event',
signature:
'0xe31f975aec703affe1ea897d4c5a536d03b9858b6a563a7e3225cd5444c26937',
},
{
anonymous: false,
Expand All @@ -128,8 +128,6 @@ module.exports = [
],
name: 'NewOperator',
type: 'event',
signature:
'0xda12ee837e6978172aaf54b16145ffe08414fd8710092ef033c71b8eb6ec189a',
},
{
constant: false,
Expand All @@ -144,7 +142,6 @@ module.exports = [
payable: false,
stateMutability: 'nonpayable',
type: 'function',
signature: '0xfe4b84df',
},
{
constant: false,
Expand All @@ -159,7 +156,6 @@ module.exports = [
payable: false,
stateMutability: 'nonpayable',
type: 'function',
signature: '0xb3ab15fb',
},
{
constant: true,
Expand All @@ -174,7 +170,6 @@ module.exports = [
payable: false,
stateMutability: 'view',
type: 'function',
signature: '0xb99c9157',
},
{
constant: false,
Expand All @@ -189,7 +184,6 @@ module.exports = [
payable: false,
stateMutability: 'nonpayable',
type: 'function',
signature: '0x994c748b',
},
{
constant: false,
Expand All @@ -213,6 +207,5 @@ module.exports = [
payable: false,
stateMutability: 'nonpayable',
type: 'function',
signature: '0x5848ce71',
},
];

0 comments on commit 57fb9da

Please sign in to comment.