wormhole-foundation / wormhole-explorer

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

Network Expansion: Mantle #1289

Open SamantaCasal opened 5 months ago

SamantaCasal commented 5 months ago

Description

Incorporate support for the Mantle chain into our API. The integration must be fully operational on both the Testnet and Mainnet environments when Mantle is the Source or Target chain.

### Tasks
- [ ] https://github.com/wormhole-foundation/wormhole-explorer/issues/1290
- [ ] https://github.com/wormhole-foundation/wormhole-explorer/issues/1291
- [ ] https://github.com/wormhole-foundation/wormhole-explorer/issues/1315

Acceptance Criteria:

  1. Successfully integrate the Mantle chain into the list of supported chains for both Testnet and Mainnet environments.
  2. Ensure the integration supports interactions with the Core Bridge Contract specific to the Mantle chain.
  3. Integrate functionality with the Mantle chain's Token Bridge Contract.
  4. Correctly identify and configure the Chain ID for Mantle in our systems.

Resources

julianmerlo95 commented 4 months ago

I create the PR https://github.com/wormhole-foundation/wormhole-explorer/pull/1357. We stay waiting the mainnet contracts

julianmerlo95 commented 3 months ago

I was merge the mantle mainnet job: https://github.com/wormhole-foundation/wormhole-explorer/pull/1462

SamantaCasal commented 3 months ago

FYI: @walker-16 @ftocal @julianmerlo95 @M-Picco Mainnet: Mantle Core Contract: 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6 Mantle Token Bridge Contract: 0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d

Testnet: mantle: { core: "0x376428e7f26D5867e69201b275553C45B09EE090", token_bridge: "0x75Bfa155a9D7A3714b0861c8a8aF0C4633c45b5D", nft_bridge: undefined, },

Source: https://github.com/wormhole-foundation/wormhole/blob/main/sdk/js/src/utils/consts.ts#L36