Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spike: warp routes #19

Open
EvolveArt opened this issue Jun 7, 2024 · 5 comments
Open

spike: warp routes #19

EvolveArt opened this issue Jun 7, 2024 · 5 comments

Comments

@EvolveArt
Copy link
Contributor

https://docs.hyperlane.xyz/docs/reference/applications/warp-routes

@Realkayzee
Copy link
Contributor

Can i pick this up, I would also need to know more about the necessary todos because i believe it's beyond just the interface and implementations

@EvolveArt
Copy link
Contributor Author

Can i pick this up, I would also need to know more about the necessary todos because i believe it's beyond just the interface and implementations

Yes definitely this is a spike issue, we are scoping it and splitted in multiple issues. Ping me on the telegram group

@Realkayzee
Copy link
Contributor

Okay

@corymaklin
Copy link

Hey @EvolveArt, I'm trying to deploy a warp route on a chain that uses a starknet protocol. I'm confused by the fact that the README shows a green checkmark for warp routes. Has this been implemented already? If so, could you provide instructions on how to deploy one? I was able to deploy the core contracts. I was also able to deploy a warp route using the official hyperlane monorepo.

@corymaklin
Copy link

@EvolveArt I'm trying to deploy the token_HypXERC20 contract. However, I'm getting Execution failed. Failure reason: 0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473 ('Input too long for arguments').\n","transaction_index":0}

Here's my config

"token_HypXERC20": {
            "name": "token_HypXERC20",
            "constructor": {
                "owner": {
                    "type": "ContractAddress",
                    "value": "$OWNER_ADDRESS"
                },
                "name": {
                    "type": "String",
                    "value": "CUSDC"
                },
                "symbol": {
                    "type": "String",
                    "value": "CUSDC"
                },
                "decimals": {
                    "type": "u8",
                    "value": "6"
                },
                "total_supply": {
                    "type": "u256",
                    "value": "1000000"
                },
                "interchain_security_module": {
                    "type": "ContractAddress",
                    "value": "$trusted_relayer_ism"
                },
                "hook": {
                    "type": "ContractAddress",
                    "value": "$hook"
                },
                "mailbox": {
                    "type": "ContractAddress",
                    "value": "$mailbox"
                }
            }
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants