pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
303 stars 18 forks source link

➕ Add Oasis Sapphire Test and Main Network Deployments #135

Closed CedarMist closed 5 days ago

CedarMist commented 6 days ago

🕓 Changelog

Add Oasis Sapphire test and main network deployments:

Verification

Compare the keccak256 hash of the runtime bytecode with the canonical keccak256 hash of the runtime bytecode here (0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f):

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://testnet.sapphire.oasis.io)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://sapphire.oasis.io)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

🐶 Cute Animal Picture

IMG_0359

CedarMist commented 5 days ago

Awesome, thanks so much for the small tweaks to the commit that I missed.

And thank you for making CreateX.

pcaversaccio commented 5 days ago

Also released via my xdeployer plugin now: v3.1.1.