File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import type { Address } from 'abitype'
2
+ import type { GlobalErrorType } from '../errors/error.js'
2
3
import { assertAddress } from './assert.js'
3
4
import { checksumAddress } from './checksum.js'
4
- import type { GlobalErrorType } from '../errors/error.js'
5
5
6
6
/**
7
7
* Converts an address string to a typed (checksummed) Address.
Original file line number Diff line number Diff line change 1
1
import type { Address } from 'abitype'
2
- import { assertAddress } from './assert.js'
3
2
import type { GlobalErrorType } from '../errors/error.js'
3
+ import { assertAddress } from './assert.js'
4
4
5
5
/**
6
6
* Checks if the given address is a valid address.
Original file line number Diff line number Diff line change 1
1
import type { Address } from 'abitype'
2
2
3
- import { assertAddress } from './assert.js'
4
3
import type { GlobalErrorType } from '../errors/error.js'
4
+ import { assertAddress } from './assert.js'
5
5
6
6
/**
7
7
* Checks if two addresses are equal.
You can’t perform that action at this time.
0 commit comments