Skip to content

Commit ad9a0c8

Browse files
authored
Merge pull request #127 from 1inch/deploy/escrow-factory-unichain
[SC-1476] Deploy EscrowFactory on unichain
2 parents 76d307e + 7ac78ae commit ad9a0c8

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

deployments/unichain/EscrowFactory.json

Lines changed: 72 additions & 0 deletions
Large diffs are not rendered by default.

script/DeployEscrowFactory.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ contract DeployEscrowFactory is Script {
3131
FEE_TOKEN[10] = 0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1; // Optimism (DAI)
3232
FEE_TOKEN[8453] = 0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb; // Base (DAI)
3333
FEE_TOKEN[59144] = 0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5; // Linea (DAI)
34+
FEE_TOKEN[130] = 0x20CAb320A855b39F724131C69424240519573f81; // Unichain (DAI)
3435

3536
address deployer = vm.envAddress("DEPLOYER_ADDRESS");
3637
address feeBankOwner = deployer;

scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ chains["optimism"]="$OPTIMISM_RPC_URL"
2222
chains["base"]="$BASE_RPC_URL"
2323
chains["zksync"]="$ZKSYNC_RPC_URL"
2424
chains["linea"]="$LINEA_RPC_URL"
25+
chains["unichain"]="$UNICHAIN_RPC_URL"
2526

2627
rpc_url="${chains["$1"]}"
2728
if [ -z "$rpc_url" ]; then

0 commit comments

Comments
 (0)