2021-04-27 22:16:17 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ViewOnEtherScanLink renders the component with a custom block explorer link 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="awaiting-swap__view-on-etherscan awaiting-swap__view-on-etherscan--visible"
|
|
|
|
>
|
2021-09-24 19:14:07 +02:00
|
|
|
View Swap at custom-blockchain.explorer
|
2021-04-27 22:16:17 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`ViewOnEtherScanLink renders the component with initial props 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="awaiting-swap__view-on-etherscan awaiting-swap__view-on-etherscan--visible"
|
|
|
|
>
|
2021-09-24 19:14:07 +02:00
|
|
|
View Swap on Etherscan
|
2021-04-27 22:16:17 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|