File tree Expand file tree Collapse file tree 3 files changed +74
-0
lines changed
Expand file tree Collapse file tree 3 files changed +74
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ chains["optimism"]="$OPTIMISM_RPC_URL"
2222chains[" base" ]=" $BASE_RPC_URL "
2323chains[" zksync" ]=" $ZKSYNC_RPC_URL "
2424chains[" linea" ]=" $LINEA_RPC_URL "
25+ chains[" unichain" ]=" $UNICHAIN_RPC_URL "
2526
2627rpc_url=" ${chains["$1"]} "
2728if [ -z " $rpc_url " ]; then
You can’t perform that action at this time.
0 commit comments