Skeletor Spaceman

Results 15 comments of Skeletor Spaceman

Script example: https://github.com/yearn/hardhat-monorepo/blob/main/packages/strategies-keep3r/scripts/jobs/v2.1/01-v2-harvest-stealth-job-add-strategies.ts ideally we'll have a single script that does these checks on all jobs

> Just to be clear that the `StandardBridge` and the `L2ToL2CrossDomainMessenger` are in different bridge systems. oh nice catch, since we don't yet have a `L2toL2StandardBridge`, I mentioned it as...

@tynes I think this might not be a "big" fish to fry, but it's definitely an interesting one, as it aligns us on a solid standard for cross-chain messaging, which...

another idea that might help quite a lot with interoperabolity would be to add an execute instruction after the mint. i.e. "pseudo-code example" ```solidity function bridgeERC20To(address _to, uint256 _amount, uint256...

glad u liked it @tynes :) also, how do you see these `SuperchainERC20s` interacting with their non-superchain counterparts? as a developer I might want to keep the canonical flavor or...

hi @pegahcarter nice qs! hope I can give you some useful answers. > Should the protocol contracts also have the ability to mint the xERC20? 100%, this is the intended...

@tynes this is a great idea! we are right in the middle of a research spike to figure out the best way to do this cross-chain. some findings and caveats...

> happy to review again when its ready @tynes merge ready :)

@tynes we have this as a mid-priority on our tasks. it will get done before devnet :) @hamdiallam that'd be awesome, we don't want to give you guys more work...

## Reference Implementation - [Interop-SDK by Wonderland](https://github.com/defi-wonderland/interop-sdk/tree/dev/packages/addresses): A TypeScript/JavaScript library for encoding, decoding, and manipulating Interoperable Addresses. - [OpenZeppelin draft implementation](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/draft-InteroperableAddress.sol) Solidity library contract for Interoperable Addresses.