Skip to content

Commit a94db45

Browse files
authored
convert chainId to hex in transaction example (#659)
1 parent 34fe5e5 commit a94db45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/eth/transaction.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
value:
2222
blockHash: '0x510efccf44a192e6e34bcb439a1947e24b86244280762cbb006858c237093fda'
2323
blockNumber: '0x422'
24-
chainId: 2018
24+
chainId: '0x7e2'
2525
from: '0xfe3b557e8fb62b89f4916b721be55ceb828dbd73'
2626
gas: '0x5208'
2727
gasPrice: '0x3b9aca00'
@@ -63,7 +63,7 @@
6363
value:
6464
blockHash: '0x510efccf44a192e6e34bcb439a1947e24b86244280762cbb006858c237093fda'
6565
blockNumber: '0x422'
66-
chainId: 2018
66+
chainId: '0x7e2'
6767
from: '0xfe3b557e8fb62b89f4916b721be55ceb828dbd73'
6868
gas: '0x5208'
6969
gasPrice: '0x3b9aca00'
@@ -105,7 +105,7 @@
105105
value:
106106
blockHash: '0x510efccf44a192e6e34bcb439a1947e24b86244280762cbb006858c237093fda'
107107
blockNumber: '0x422'
108-
chainId: 2018
108+
chainId: '0x7e2'
109109
from: '0xfe3b557e8fb62b89f4916b721be55ceb828dbd73'
110110
gas: '0x5208'
111111
gasPrice: '0x3b9aca00'

0 commit comments

Comments
 (0)