diff --git a/site/src/lib/Xterm.svelte b/site/src/lib/Xterm.svelte index 33919620dd..b058bdf2bf 100644 --- a/site/src/lib/Xterm.svelte +++ b/site/src/lib/Xterm.svelte @@ -1,6 +1,6 @@ - Galois and CometBLS have been live on our internal testnets for a while, but now we are ready to share a brief demo in anticipation of Cosmoverse. This is the **first, tangible implementation** of an effort that has been going on for the last few years by many different teams. We proudly present the first IBC connection to Ethereum. Below is a live view of two smart contracts using General Message Passing (GMP) to play pingpong. Under the hood, [Galois]() is generating zero knowledge proofs to update lightclient state. Voyager is handling IBC relaying between `union-testnet-3` and `sepolia`. - - ## Next Steps The testnet does not have a live explorer yet, we'll be deploying that in the coming weeks, including a faucet and token transfers. diff --git a/site/src/routes/blog/the-journey-so-far/+page.md b/site/src/routes/blog/the-journey-so-far/+page.md index 28e6757b01..148a8ccc4e 100644 --- a/site/src/routes/blog/the-journey-so-far/+page.md +++ b/site/src/routes/blog/the-journey-so-far/+page.md @@ -42,7 +42,7 @@ Note that this is not a dummy or hacky setup, we have: 1. The full IBC stack on Union and Sepolia, 2. Light clients on both sides are properly implemented including (non)membership proofs, -header verification via ZK proof, etc. + header verification via ZK proof, etc. 3. A fully functional stateless relayer. (Voyager) 4. An efficient zero-knowledge prover. (Galois) diff --git a/site/tailwind.config.js b/site/tailwind.config.js index ed261dac43..07299a04c2 100644 --- a/site/tailwind.config.js +++ b/site/tailwind.config.js @@ -12,7 +12,8 @@ export default { fontVariationSettings: '"opsz" 32', }, ], - jetbrains: 'JetBrainsMono, Disket-Mono, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"', + jetbrains: + 'JetBrainsMono, Disket-Mono, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"', }, colors: { background: "#1b1b1d",