Skip to content

Commit 2a033e5

Browse files
drewstonejacogr
andauthored
Update evm definitions to include vicinity (#2279)
* Update definitions.ts * Update packages/types/src/interfaces/evm/definitions.ts Co-authored-by: Jaco Greeff <[email protected]>
1 parent 00ffb35 commit 2a033e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/types/src/interfaces/evm/definitions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export default {
1818
address: 'H160',
1919
topics: 'Vec<H256>',
2020
data: 'Bytes'
21+
},
22+
Vicinity: {
23+
gasPrice: 'U256',
24+
origin: 'H160'
2125
}
2226
}
2327
} as Definitions;

0 commit comments

Comments
 (0)