From 1d4df51740e96ac6d6f8895dbd1fecf6c5af90bb Mon Sep 17 00:00:00 2001 From: 0xlukem Date: Wed, 15 Jan 2025 12:31:43 -0300 Subject: [PATCH] apply changes to improve the site health --- .../build/reference/consistency-levels/consistency-levels.md | 2 +- build/applications/connect/overview.md | 1 - build/toolkit/index.md | 2 +- build/toolkit/tilt.md | 2 +- tutorials/by-product/connect/react-dapp.md | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.snippets/text/build/reference/consistency-levels/consistency-levels.md b/.snippets/text/build/reference/consistency-levels/consistency-levels.md index 895212ce..2112445a 100644 --- a/.snippets/text/build/reference/consistency-levels/consistency-levels.md +++ b/.snippets/text/build/reference/consistency-levels/consistency-levels.md @@ -1,4 +1,4 @@ -
ChainInstantSafeFinalizedOtherwiseTime to FinalizeDetails
Ethereum200201finalized~ 1095sDetails
Solana01~ 14sDetails
Acala200201finalized~ 24s
Algorand0~ 4sDetails
Aptos0~ 4sDetails
Arbitrum200201finalized~ 1066sDetails
Avalanche200finalized~ 2sDetails
Base200201finalized~ 1026s
Blast200201finalized~ 1026s
BNB Smart Chain200201finalized~ 48sDetails
Celestia0~ 5s
Celo200finalized~ 10s
Cosmos Hub0~ 5s
Dymension0~ 5s
Evmos0~ 2s
Fantom200finalized~ 5s
Injective0~ 3s
Kaia200finalized~ 1s
Karura200201finalized~ 24sDetails
Kujira0~ 3s
Mantle200201finalized~ 1026s
MonadDevnet0~ 2s
Moonbeam200201finalized~ 24sDetails
NEAR0~ 2sDetails
Neutron0~ 5s
Oasis200finalized~ 12s
Optimism200201finalized~ 1026s
Osmosis0~ 6s
Polygon200finalized~ 66sDetails
Scroll200finalized~ 903s
Sei0~ 1s
Stargaze0~ 5s
Sui0~ 3sDetails
Terra0~ 6s
Terra 2.00~ 6s
World Chain0~ 1026s
X Layer200201finalized~ 903s
XPLA0~ 5s
+
ChainInstantSafeFinalizedOtherwiseTime to FinalizeDetails
Ethereum200201finalized~ 1095sDetails
Solana01~ 14sDetails
Acala200201finalized~ 24s
Algorand0~ 4sDetails
Aptos0~ 4sDetails
Arbitrum200201finalized~ 1066s
Avalanche200finalized~ 2sDetails
Base200201finalized~ 1026s
Blast200201finalized~ 1026s
BNB Smart Chain200201finalized~ 48sDetails
Celestia0~ 5s
Celo200finalized~ 10s
Cosmos Hub0~ 5s
Dymension0~ 5s
Evmos0~ 2s
Fantom200finalized~ 5s
Injective0~ 3s
Kaia200finalized~ 1s
Karura200201finalized~ 24sDetails
Kujira0~ 3s
Mantle200201finalized~ 1026s
MonadDevnet0~ 2s
Moonbeam200201finalized~ 24sDetails
NEAR0~ 2sDetails
Neutron0~ 5s
Oasis200finalized~ 12s
Optimism200201finalized~ 1026s
Osmosis0~ 6s
Polygon200finalized~ 66sDetails
Scroll200finalized~ 903s
Sei0~ 1s
Stargaze0~ 5s
Sui0~ 3sDetails
Terra0~ 6s
Terra 2.00~ 6s
World Chain0~ 1026s
X Layer200201finalized~ 903s
XPLA0~ 5s
diff --git a/build/applications/connect/overview.md b/build/applications/connect/overview.md index 72c2f414..44a4d683 100644 --- a/build/applications/connect/overview.md +++ b/build/applications/connect/overview.md @@ -28,7 +28,6 @@ For more details about the features of Wormhole Connect and a breakdown of suppo Wormhole Connect is deployed live in several production apps. Here are a few: - [Portal Bridge](https://portalbridge.com/){target=\_blank} -- [Jupiter](https://jup.ag/bridge/cctp){target=\_blank} - [Pancake Swap](https://bridge.pancakeswap.finance/wormhole){target=\_blank} ## Integrate Connect {: #integrate-connect } diff --git a/build/toolkit/index.md b/build/toolkit/index.md index 29bd7973..b4d4229d 100644 --- a/build/toolkit/index.md +++ b/build/toolkit/index.md @@ -41,7 +41,7 @@ Regardless of which network development environment you are using, there are a f Learn about Wormhole's Solidity SDK, including key components, interfaces, and tools for developing cross-chain decentralized applications on EVM-compatible blockchains. - [:octicons-arrow-right-16: Get started with the SDK](/docs/build/applications/solidity-sdk/) + [:octicons-arrow-right-16: Get started with the SDK](/docs/build/toolkit/solidity-sdk/) - :octicons-beaker-16:{ .lg .middle } **Tilt** diff --git a/build/toolkit/tilt.md b/build/toolkit/tilt.md index a360494c..41711a45 100644 --- a/build/toolkit/tilt.md +++ b/build/toolkit/tilt.md @@ -145,7 +145,7 @@ tilt up -- --algorand --solana ## Using Tilt -Tilt can be treated as an external environment or Devnet that you can easily spin up and tear down. If you've followed the standard setup, all your resources will be bound to various ports on localhost. To see all the endpoints that are hosted in your Tilt environment, you should check out the Tilt dashboard, located at [http://localhost:10350/overview](http://localhost:10350/overview){target=\_blank}. +Tilt can be treated as an external environment or Devnet that you can easily spin up and tear down. If you've followed the standard setup, all your resources will be bound to various ports on localhost. To see all the endpoints that are hosted in your Tilt environment, you should check out the Tilt dashboard, located at `http://localhost:10350/overview`. All the deployed contract addresses can be found under the Devnet section of the chain being used in the [Environments](/docs/build/start-building/supported-networks/){target=\_blank} pages. Useful information pertaining to funded wallets and private keys can also be found in the [`Devnet.md`](https://github.com/wormhole-foundation/wormhole/blob/main/docs/devnet.md){target=\_blank} file of the docs. diff --git a/tutorials/by-product/connect/react-dapp.md b/tutorials/by-product/connect/react-dapp.md index 01ba9e5c..4ab1ce54 100644 --- a/tutorials/by-product/connect/react-dapp.md +++ b/tutorials/by-product/connect/react-dapp.md @@ -117,7 +117,7 @@ Make sure you’re in the root directory of your React app, and run the followin npm start ``` -Now your React app should be up and running, and Wormhole Connect should be visible on [http://localhost:3000/](http://localhost:3000/){target=\_blank}. You should see the Wormhole Connect component, which will include a UI for selecting networks and tokens for cross-chain transfers. +Now your React app should be up and running, and Wormhole Connect should be visible on `http://localhost:3000/`. You should see the Wormhole Connect component, which will include a UI for selecting networks and tokens for cross-chain transfers. ## Transfer Tokens from Sui to Fuji