Skip to content

Commit

Permalink
Add Sepolia-related external contracts
Browse files Browse the repository at this point in the history
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
michalinacienciala committed Jan 26, 2024
1 parent 2494e2b commit d161742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cross-chain/polygon/external/amoy/SolanaWormholeGateway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"address": "0x69a22dc2e01ecd2ae40864822d4406ff8aed4e2b8932385dabe818422ff67e1b"
}
3 changes: 3 additions & 0 deletions cross-chain/polygon/external/sepolia/TokenBridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"address": "0xDB5492265f6038831E89f495670FF909aDe94bd9"
}

0 comments on commit d161742

Please sign in to comment.