Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Sepolia-related
external
contracts
Adding Sepolia-related contracts needed for deployment on `amoy` network: * `external/baseSepolia/BaseTokenBridge.json` - address taken from https://docs.wormhole.com/wormhole/blockchain-environments/evm#testnet-contracts-base-sepolia-84532 * `external/amoy/SolanaWormholeGateway.json` - used the same value as in `mumbai` * `external/sepolia/TokenBridge.json` - address taken from https://docs.wormhole.com/wormhole/blockchain-environments/evm#testnet-contracts-sepolia-11155111 NOT included in this commit (but needed for the deployment): * `external/amoy/PolygonWormholeTBTC.json` - in order to get the address we need to perform attestation of the Ethereum Sepolia TBTC token on Amoy (but atm Amoy is not available on the list of target networks on https://wormhole-foundation.github.io/example-token-bridge-ui/#/register) * `external/amoy/PolygonTokenBridge.json` - address needs to be taken from https://docs.wormhole.com/wormhole/blockchain-environments/evm once Wormhole adds a support for Amoy
- Loading branch information