Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 3dbbafb
Author: oktay Aslan <43525005+flechemano@users.noreply.github.com>
Date:   Mon Oct 30 14:33:35 2023 +0300

    feat(website): update `prover-market-page.mdx` (#15063)

commit aeaeb27
Author: amis13 <119992979+amis13@users.noreply.github.com>
Date:   Mon Oct 30 12:29:52 2023 +0100

    Update prover-market-page.mdx (#15068)

commit 2f885aa
Author: Korbinian <KorbinianK@users.noreply.github.com>
Date:   Mon Oct 30 05:35:16 2023 +0100

    chore(bridge-ui-v2): revert walletconnect tests (#15077)

commit e622686
Author: xiaodino <ruby@taiko.xyz>
Date:   Sun Oct 29 17:39:36 2023 -0700

    chore(bridge-ui-v2): fix switchNetwork argument in Faucet (#15070)

    Co-authored-by: Korbinian <KorbinianK@users.noreply.github.com>

commit e8f3e67
Author: Korbinian <KorbinianK@users.noreply.github.com>
Date:   Sun Oct 29 02:58:28 2023 +0200

    chore(bridge-ui-v2): revert walletconnect upgrade (#15069)
  • Loading branch information
KorbinianK committed Oct 30, 2023
1 parent b82bf8f commit 305d9bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/__mocks__/@wagmi/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const configureChains = vi.fn(() => {
return { publicClient: 'mockPublicClient' };
});

export const defaultWagmiConfig = vi.fn(() => {
export const createConfig = vi.fn(() => {
return 'mockWagmiConfig';
});
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/components/Faucet/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
switchingNetwork = true;
try {
await switchNetwork({ chainId: Number(chains[0]) });
await switchNetwork({ chainId: Number(chains[0].id) });
} catch (err) {
console.error(err);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { RelayerAPIService } from './RelayerAPIService';
vi.mock('axios');

vi.mock('@wagmi/core');
vi.mock('@web3modal/wagmi');

vi.mock('$libs/chain', () => {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { mergeAndCaptureOutdatedTransactions } from '$libs/util/mergeTransaction

function setupMocks() {
vi.mock('@wagmi/core');
vi.mock('@web3modal/wagmi');

vi.mock('$libs/chain', () => {
return {
Expand Down
4 changes: 2 additions & 2 deletions packages/website/pages/docs/reference/prover-market-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ You can edit the page by clicking [here](https://github.com/taikoxyz/taiko-mono/
| ZKPool (HTTP) | http://taiko-a5-prover-simple.zkpool.io | 10 wei |
| ZKPool (HTTPS) | https://taiko-a5-prover.zkpool.io | 10 wei |
| Davaymne | http://pool-1.taikopool.xyz | 10 wei |
| Web3Cript 1 | http://taiko.web3cript.xyz:9876 | 10 wei |
| Web3Cript 2 | http://ttko.web3cript.xyz:9876 | 10 wei |
| Web3Cript | http://ttko.web3cript.xyz:9876 | 10 wei |
| Purethereal | http://purethereal.xyz:9876 | 10 wei |
| Karma Nodes | http://karmanodes.xyz | 10 wei |
| Cryptic Node | http://taiko.crypticnode.xyz:9876 | 10 wei |
Expand All @@ -35,3 +34,4 @@ You can edit the page by clicking [here](https://github.com/taikoxyz/taiko-mono/
| FTP Crypto | http://161.97.133.1:9876 | 10 wei |
| snowleopard | http://161.97.146.121:9876 | 10 wei |
| Elsass Node | http://90.11.209.115:9876 | 10 wei |
| flechemano | http://137.184.187.19:9876 | 10 wei |

0 comments on commit 305d9bc

Please sign in to comment.