Skip to content

Commit

Permalink
deploy: 0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebrugel authored Jan 26, 2023
1 parent 7543144 commit 4e760d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@ There is an open issue to implement the validation if needed [here](https://gith

## Addresses

Deployed at `0xE617D9103Bd8Fa3d0cDC8E9417ec2cA7aC6980Ed` on:

- [Ethereum](https://etherscan.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Polygon](https://polygonscan.com/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [BNB Chain](https://bscscan.com/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Arbitrum](https://arbiscan.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Avalanche](https://snowtrace.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Optimism](https://optimistic.etherscan.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Fantom](https://ftmscan.com/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Aurora](https://aurorascan.dev/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Goerli](https://goerli.etherscan.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
- [Sepolia](https://sepolia.etherscan.io/address/0xe617d9103bd8fa3d0cdc8e9417ec2ca7ac6980ed#code)
Deployed at `0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195` on:

- [Ethereum](https://etherscan.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Polygon](https://polygonscan.com/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [BNB Chain](https://bscscan.com/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Arbitrum](https://arbiscan.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Avalanche](https://snowtrace.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Optimism](https://optimistic.etherscan.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Fantom](https://ftmscan.com/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Aurora](https://aurorascan.dev/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Goerli](https://goerli.etherscan.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)
- [Sepolia](https://sepolia.etherscan.io/address/0xCB70efa43300Cd9B7eF4ed2087ceA7f7f6f3c195#code)

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract Deploy is Script {
inputs[2] = bashCommand;

bytes memory bytecode = abi.decode(vm.ffi(inputs), (bytes));
bytes32 salt = keccak256("HyVM_FINAL");
bytes32 salt = keccak256("HyVM_V1");

deployedAddress = DEPLOYER.computeAddress(salt, keccak256(bytecode));

Expand All @@ -42,4 +42,4 @@ interface Deployer {
function deploy(uint256 value, bytes32 salt, bytes memory code) external;

function computeAddress(bytes32 salt, bytes32 codeHash) external returns (address);
}
}

0 comments on commit 4e760d4

Please sign in to comment.