sygmaprotocol / sygma-sdk

A Typescript SDK to add cross-chain capabilities such as bridging tokens and sending messages across dApp projects.
https://docs.buildwithsygma.com/
GNU Lesser General Public License v3.0
31 stars 19 forks source link

fix: change gmp contract address to new cronos storage contract #379

Closed haochizzle closed 3 months ago

haochizzle commented 3 months ago

Description

update GMP example storage contract address

Related Issue Or Context

a user reported CALL_EXCEPTION error on the chainbridge_support channel on discord. the contract address he was using was still the outdated mumbai 0x6f250 gmp storage address. im updating it to the cronos gmp storage contract address.

Closes: #380

How Has This Been Tested? Testing details.

ran yarn run transfer + check scan.test.buildwithsygma.com to confirm example works.

Types of changes

Checklist:

LyonSsS commented 3 months ago

Did QA on this PR branch and works as exepcted image