Skip to content

Commit bd4a007

Browse files
committed
chore: format
1 parent dc2f64a commit bd4a007

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/chains/definitions/blast.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ export const blast = /*#__PURE__*/ defineChain({
3030
},
3131
l2OutputOracle: {
3232
[sourceId]: {
33-
address: "0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76",
34-
blockCreated: 19300358
35-
}
33+
address: '0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76',
34+
blockCreated: 19300358,
35+
},
3636
},
3737
portal: {
3838
[sourceId]: {
3939
address: '0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb',
40-
blockCreated: 19300357
41-
}
40+
blockCreated: 19300357,
41+
},
4242
},
4343
l1StandardBridge: {
4444
[sourceId]: {
4545
address: '0x697402166Fbf2F22E970df8a6486Ef171dbfc524',
46-
blockCreated: 19300360
46+
blockCreated: 19300360,
4747
},
4848
},
4949
},

src/constants/abis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ test('exports abis', () => {
16961696
"type": "address",
16971697
},
16981698
{
1699-
"name": "tokeId",
1699+
"name": "tokenId",
17001700
"type": "uint256",
17011701
},
17021702
],

src/utils/transaction/serializeTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ import {
4949
import { type ConcatHexErrorType, concatHex } from '../data/concat.js'
5050
import { trim } from '../data/trim.js'
5151
import {
52+
type NumberToHexErrorType,
5253
bytesToHex,
5354
numberToHex,
54-
type NumberToHexErrorType,
5555
} from '../encoding/toHex.js'
5656
import { type ToRlpErrorType, toRlp } from '../encoding/toRlp.js'
5757

0 commit comments

Comments
 (0)