tab00

Results 61 comments of tab00

> Arachnid's CREATE2 factory is guaranteed to always be under the same address (if its deployment transaction can be executed But how about if the nonce of `0x3fAB184622Dc19b6109349B94811493BF2a45362` changes before...

So can we have some reusable deployment transaction bytecode that will give us a CREATE3 factory on any blockchain at the same address every time?

Thanks, it looks like just what I need. I'll definitely check it out in depth, it's a lot to digest.

I had actually tried both approaches before creating the issue, but neither had worked. I did restart Meteor (many times). I've just tried the mfAll.js approach again, and I still...

I've just cleared all my browsing data from Chrome Browser and it appears that solved my problem. I should have tried that before. I'm feeling silly now. Thank you anyway...

I've experienced the same problem. It could be something to do with Roles.GLOBAL_GROUP and the type of roles. Here's a quote from https://github.com/aldeed/meteor-collection2: > // Add `roles` to your schema...

I would also like to be able to disable or hide the "New" link for some collections. I don't want admins making any changes to particular collections (and allow only...

> If you want a generic factory, that is available on most networks, and can be used to deploy anything (simple contract or complex factories) you can use [this one](https://etherscan.io/address/0xfAC000a12dA42B871c0AaD5F25391aAe62958Db1)....

Have you checked Axelar as mentioned above? They specialize in cross-chain. See: https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/tree/main/contracts/deploy https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/scripts/create3Deployer.js This could also be worth having a look into: https://github.com/ZeframLou/create3-factory It describes the difference between `CREATE2`...

When I try `oz compile` in the main directory I get this output with errors: × Compiling contracts with solc 0.5.10 (commit.5a6ea5b1) Compilation errors: @openzeppelin/contracts-ethereum-package/contracts/token/ERC20/StandaloneERC20.sol:4:1: ParserError: Source "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/ERC20Detailed.sol" not found:...