Skip to content

Commit acbc607

Browse files
authored
Merge pull request #126 from 1inch/deploy/escrow-factory-sonic
[SC-1475] Deploy EscrowFactory on sonic
2 parents ad9a0c8 + fe9f7a4 commit acbc607

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed

deployments/sonic/EscrowFactory.json

Lines changed: 66 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[146] = 0x29219dd400f2Bf60E5a23d13Be72B486D4038894; // Sonic (USDC)
3435
FEE_TOKEN[130] = 0x20CAb320A855b39F724131C69424240519573f81; // Unichain (DAI)
3536

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

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["sonic"]="$SONIC_RPC_URL"
2526
chains["unichain"]="$UNICHAIN_RPC_URL"
2627

2728
rpc_url="${chains["$1"]}"

0 commit comments

Comments
 (0)