@@ -127,7 +127,9 @@ export const explorerBlock = (network: Network, chainId: ChainId, block: string)
127
127
: chainId === chainToChainId ( 'Linea' )
128
128
? `https://sepolia.lineascan.build/block/${ block } `
129
129
: chainId === chainToChainId ( 'Berachain' )
130
- ? `https://artio.beratrail.io/block/${ block } `
130
+ ? `https://bartio.beratrail.io/block/${ block } `
131
+ : chainId === chainToChainId ( 'Snaxchain' )
132
+ ? `https://explorer-snaxchain-s50q0kjngn.t.conduit.xyz/${ block } `
131
133
: // : chainId === chainToChainId('Wormscan') <-- not supported on testnet dashboard
132
134
'' ;
133
135
@@ -192,7 +194,7 @@ export const explorerTx = (network: Network, chainId: ChainId, tx: string) =>
192
194
: chainId === chainToChainId ( 'Linea' )
193
195
? `https://lineascan.build/tx/${ tx } `
194
196
: chainId === chainToChainId ( 'Berachain' )
195
- ? `https://artio .beratrail.io/tx/${ tx } `
197
+ ? `https://bartio .beratrail.io/tx/${ tx } `
196
198
: chainId === chainToChainId ( 'Wormchain' )
197
199
? `https://bigdipper.live/wormhole/transactions/${ tx } `
198
200
: ''
@@ -250,7 +252,9 @@ export const explorerTx = (network: Network, chainId: ChainId, tx: string) =>
250
252
: chainId === chainToChainId ( 'Linea' )
251
253
? `https://sepolia.lineascan.build/tx/${ tx } `
252
254
: chainId === chainToChainId ( 'Berachain' )
253
- ? `https://artio.beratrail.io/tx/${ tx } `
255
+ ? `https://bartio.beratrail.io/tx/${ tx } `
256
+ : chainId === chainToChainId ( 'Snaxchain' )
257
+ ? `https://explorer-snaxchain-s50q0kjngn.t.conduit.xyz/tx/${ tx } `
254
258
: // chainId === chainToChainId('Wormscan') <-- not supported on testnet dashboard
255
259
'' ;
256
260
0 commit comments