Skip to content

Commit

Permalink
Merge branch 'main' into ait.ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored Oct 2, 2023
2 parents 43167ec + 093ae34 commit 2cb8de3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
</script>

{#if connected}
<Button class="hidden sm:flex px-[20px] py-2 mr-[8px] rounded-full" type="neutral" on:click={connectWallet}>
<span class="body-regular f-items-center space-x-2">
<svelte:component this={EthIcon} size={20} />
<Button class="hidden sm:flex pl-[10px] pr-[15px] h-[40px] mr-[8px] rounded-full" type="neutral" on:click={connectWallet}>
<span class="body-regular f-items-center">
<svelte:component this={EthIcon} size={24} />
{#if $ethBalance >= 0}
<span>{renderEthBalance($ethBalance)}</span>
<span class="ml-[6px]">{renderEthBalance($ethBalance)}</span>
{:else}
<Spinner /> <span>Fetching balance...</span>
{/if}
</span>
</Button>
<w3m-core-button balance="hide" />
<w3m-core-button class="h-[40px]" balance="hide" />
{:else}
<Button class="px-[20px] py-2 rounded-full w-[215px]" type="neutral" loading={web3modalOpen} on:click={connectWallet}>
<span class="body-regular f-items-center space-x-2">
Expand Down
2 changes: 1 addition & 1 deletion packages/website/domain/chain/sepolia/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const SEPOLIA_CONFIG = {
name: "TaikoL1",
address: {
proxy: "0x95fF8D3CE9dcB7455BEB7845143bEA84Fe5C4F6f",
impl: "0xD0979F959D788dD0C55c743Cb5D5c2175F2AB097",
impl: "0xb6Ac7F87c35686b9db84cC51474895BA628f490E",
},
},
erc20Vault: {
Expand Down
1 change: 1 addition & 0 deletions packages/website/pages/docs/guides/receive-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This guide will help you receive testnet tokens. You can see all the deployed to
- [sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de)
- [faucet-sepolia.rockx.com](https://faucet-sepolia.rockx.com)
- [sepoliafaucet.com](https://sepoliafaucet.com)
- [infura.io](https://www.infura.io/faucet/sepolia)

### Receive HORSE
Navigate to the [bridge](https://bridge.jolnir.taiko.xyz) and click "Faucet" on the sidebar.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ You can edit the page by clicking [here](https://github.com/taikoxyz/taiko-mono/
| ZK Nodes | http://45.144.28.60:9876 | 10 wei |
| RexCloud | http://185.173.38.221:9876 | 10 wei |
| RZF Node | http://45.142.214.132:9876 | 10 wei |
| Vitek73 | http://65.21.14.11:9876 | 10 wei |

0 comments on commit 2cb8de3

Please sign in to comment.