Skip to content

Commit

Permalink
evm: removed 0x prefix from universal deployer eoa and factory
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Oct 8, 2024
1 parent c7f04ff commit c2df4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/migrations/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const EIP2470_EOA_ADDRESS: &str = "Bb6e024b9cFFACB947A71991E386681B1Cd1477D";
const EIP2470_CONTRACT_ADDRESS: &str = "ce0042B868300000d44A59004Da54A005ffdcf9f";
const EIP2470_CONTRACT_DATA: &str = "608060405234801561001057600080fd5b50610134806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80634af63f0214602d575b600080fd5b60cf60048036036040811015604157600080fd5b810190602081018135640100000000811115605b57600080fd5b820183602082011115606c57600080fd5b80359060200191846001830284011164010000000083111715608d57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550509135925060eb915050565b604080516001600160a01b039092168252519081900360200190f35b6000818351602085016000f5939250505056fea26469706673582212206b44f8a82cb6b156bfcc3dc6aadd6df4eefd204bc928a4397fd15dacf6d5320564736f6c63430006020033";

const UNIVERSAL_DEPLOYER_EOA_ADDRESS: &str = "0x9c5a87452d4FAC0cbd53BDCA580b20A45526B3AB";
const UNIVERSAL_DEPLOYER_CONTRACT_ADDRESS: &str = "0x1b926fbb24a9f78dcdd3272f2d86f5d0660e59c0";
const UNIVERSAL_DEPLOYER_EOA_ADDRESS: &str = "9c5a87452d4FAC0cbd53BDCA580b20A45526B3AB";
const UNIVERSAL_DEPLOYER_CONTRACT_ADDRESS: &str = "1b926fbb24a9f78dcdd3272f2d86f5d0660e59c0";
const UNIVERSAL_DEPLOYER_CONTRACT_DATA: &str = "6080604052348015600f57600080fd5b50609980601d6000396000f3fe60a06020601f369081018290049091028201604052608081815260009260609284918190838280828437600092018290525084519495509392505060208401905034f5604080516001600160a01b0383168152905191935081900360200190a0505000fea26469706673582212205a310755225e3c740b2f013fb6343f4c205e7141fcdf15947f5f0e0e818727fb64736f6c634300060a0033";

pub struct Upgrade;
Expand Down

0 comments on commit c2df4cf

Please sign in to comment.