Skip to content

Commit

Permalink
feat(network): add unichain-sepolia support (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Oct 10, 2024
1 parent 3a3f117 commit a032f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type PublicNetwork =
| 'scroll'
| 'sepolia'
| 'sokol'
| 'unichain-sepolia'
| 'xdai'
| 'zksync-sepolia'
| 'zksync';
Expand Down Expand Up @@ -100,6 +101,7 @@ export const Networks: Network[] = [
'scroll',
'sepolia',
'sokol',
'unichain-sepolia',
'x-dfk-avax-chain-test',
'x-dfk-avax-chain',
'x-security-alliance',
Expand Down Expand Up @@ -166,6 +168,7 @@ export const chainIds: { [key in Network]: number } = {
'scroll-sepolia': 534351,
'sepolia': 11155111,
'sokol': 77,
'unichain-sepolia': 1301,
'x-dfk-avax-chain': 53935,
'x-dfk-avax-chain-test': 335,
'x-security-alliance': 888,
Expand Down

0 comments on commit a032f39

Please sign in to comment.