Skip to content

Commit

Permalink
fix: linea coin type in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Aug 30, 2024
1 parent a070d1a commit ae61ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
)
const baseNode = ethers.utils.namehash(`${process.env.BASE_DOMAIN}.eth`)
const ETH_COIN_TYPE = 60
const LINEA_COIN_TYPE = 2147483785
const LINEA_COIN_TYPE = 2147542792

const deployArgs = {
from: deployer,
Expand Down

0 comments on commit ae61ff9

Please sign in to comment.