Fixing invalid address in docs (#4388)
This commit is contained in:
parent
dbafbc29be
commit
4462c18690
@ -1011,7 +1011,7 @@ The following options are possible for the \`defaultBlock\` parameter:
|
||||
format: 'inputTransactionFormatter',
|
||||
example: {
|
||||
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155',
|
||||
to: '0xd46e8dd67c5d32be8058bb8eb970870f072445675',
|
||||
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567',
|
||||
gas: fromDecimal(30400),
|
||||
gasPrice: fromDecimal(10000000000000),
|
||||
value: fromDecimal(2441406250),
|
||||
|
@ -1443,7 +1443,7 @@ export default {
|
||||
format: 'inputCallFormatter',
|
||||
example: {
|
||||
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155',
|
||||
to: '0xd46e8dd67c5d32be8058bb8eb970870f072445675',
|
||||
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567',
|
||||
value: fromDecimal(2441406250)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user