wormhole-foundation / wormhole-explorer

We could have named this super-parakeet. Tweet tweet.
Other
30 stars 27 forks source link

Support for Polygon transaction trough CCTP #796

Open SamantaCasal opened 10 months ago

SamantaCasal commented 10 months ago

Description

Add Polygon to the current blockchains we support for CCTP transactions in Mainnet

Acceptance Criteria

The API supports transactions made from Polygon using CCTP

Resources:

Relayer contract address: 0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2

Notes

https://xlabs-org.slack.com/archives/C04MMAZS7PS/p1702304874353859

SamantaCasal commented 9 months ago

Update: https://xlabs-org.slack.com/archives/C04MMAZS7PS/p1702304874353859

walker-16 commented 8 months ago

Emitter address configurate in parser for polygon cctp:

mainnet

mainnet: 0x0FF28217dCc90372345954563486528aa865cDd6
https://github.com/wormhole-foundation/wormhole-connect/blob/ac07595ce6978790048d2edf6bc6ef46662d2ce0/sdk/src/config/MAINNET.ts

testnet

testnet: 0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c
https://github.com/wormhole-foundation/wormhole-connect/blob/ac07595ce6978790048d2edf6bc6ef46662d2ce0/sdk/src/config/TESTNET.ts
SamantaCasal commented 8 months ago

QA OK !

1. Send From POLY -> BASE Evidence: https://xlabs.github.io/wormscan-ui/#/tx/0x56bc26c4e3ad8a7b418c5bc64b0c005bfd1c3206a7ab1e15e4ee29ba89255ccc

STAGING_MAINNET

Image

https://api.staging.wormscan.io/api/v1/transactions/5/0000000000000000000000000ff28217dcc90372345954563486528aa865cdd6/3888?page=0&pageSize=10&sortOrder=ASC

2. Send BASE -> POLY

STAGING-MAINNET: tx: https://xlabs.github.io/wormscan-ui/#/tx/0x6cf8f85c7c87107feeccaa0b844dbfcbafa203f95f0588eb8c26c2e9e62dfb26 APi: https://api.staging.wormscan.io/api/v1/transactions/30/00000000000000000000000003fabb06fa052557143dc28efcfc63fc12843f1d/5913?page=0&pageSize=10&sortOrder=ASC

Image

PRODUCTION-MAINNET Tx: https://wormholescan.io/#/tx/0x6cf8f85c7c87107feeccaa0b844dbfcbafa203f95f0588eb8c26c2e9e62dfb26 API: https://api.wormholescan.io/api/v1/transactions/30/00000000000000000000000003fabb06fa052557143dc28efcfc63fc12843f1d/5913?page=0&pageSize=10&sortOrder=ASC Image