File tree Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Expand file tree Collapse file tree 3 files changed +68
-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 {
31
31
FEE_TOKEN[10 ] = 0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1 ; // Optimism (DAI)
32
32
FEE_TOKEN[8453 ] = 0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb ; // Base (DAI)
33
33
FEE_TOKEN[59144 ] = 0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5 ; // Linea (DAI)
34
+ FEE_TOKEN[146 ] = 0x29219dd400f2Bf60E5a23d13Be72B486D4038894 ; // Sonic (USDC)
34
35
FEE_TOKEN[130 ] = 0x20CAb320A855b39F724131C69424240519573f81 ; // Unichain (DAI)
35
36
36
37
address deployer = vm.envAddress ("DEPLOYER_ADDRESS " );
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ chains["optimism"]="$OPTIMISM_RPC_URL"
22
22
chains[" base" ]=" $BASE_RPC_URL "
23
23
chains[" zksync" ]=" $ZKSYNC_RPC_URL "
24
24
chains[" linea" ]=" $LINEA_RPC_URL "
25
+ chains[" sonic" ]=" $SONIC_RPC_URL "
25
26
chains[" unichain" ]=" $UNICHAIN_RPC_URL "
26
27
27
28
rpc_url=" ${chains["$1"]} "
You can’t perform that action at this time.
0 commit comments