Skip to content

Commit

Permalink
chore: deploy ERC20TransferableReceivable to Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Jun 26, 2024
1 parent d9feda6 commit 5d843e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/smart-contracts/scripts-create2/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ import { EvmChains } from '@requestnetwork/currency';
* If you want to skip deploying one or more, then comment them out in the list bellow.
*/
export const create2ContractDeploymentList = [
'ChainlinkConversionPath',
'EthereumProxy',
'EthereumFeeProxy',
'EthConversionProxy',
'ERC20Proxy',
'ERC20FeeProxy',
'Erc20ConversionProxy',
'ERC20SwapToPay',
'ERC20SwapToConversion',
'BatchConversionPayments',
'ERC20EscrowToPay',
// 'ERC20TransferableReceivable',
// 'ChainlinkConversionPath',
// 'EthereumProxy',
// 'EthereumFeeProxy',
// 'EthConversionProxy',
// 'ERC20Proxy',
// 'ERC20FeeProxy',
// 'Erc20ConversionProxy',
// 'ERC20SwapToPay',
// 'ERC20SwapToConversion',
// 'BatchConversionPayments',
// 'ERC20EscrowToPay',
'ERC20TransferableReceivable',
];

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export const erc20TransferableReceivableArtifact =
address: '0xcE80D17d38cfee8E5E6c682F7712bfb5A04Ae912',
creationBlockNumber: 17735969,
},
sepolia: {
address: '0xB5E53C3d145Cbaa61C7028736A1fF0bC6817A4c5',
creationBlockNumber: 6194071,
},
},
},
},
Expand Down

0 comments on commit 5d843e1

Please sign in to comment.