Skip to content

Commit 7422f65

Browse files
committed
Add arbitrum sepolia to networks
1 parent 60e219f commit 7422f65

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

packages/wallet/primitives/src/network.ts

+13-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,16 @@ export const Arbitrum: Network = {
2222
},
2323
}
2424

25-
export const All = [Arbitrum]
25+
export const ArbitrumSepolia: Network = {
26+
name: 'Arbitrum Sepolia',
27+
rpc: 'https://nodes.sequence.app/arbitrum-sepolia',
28+
chainId: 421614n,
29+
explorer: 'https://sepolia.arbiscan.io/',
30+
nativeCurrency: {
31+
name: 'Ether',
32+
symbol: 'ETH',
33+
decimals: 18,
34+
},
35+
}
36+
37+
export const All = [Arbitrum, ArbitrumSepolia]

0 commit comments

Comments
 (0)