Skip to content

Commit

Permalink
feat: Update contract and operation names with version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed Feb 28, 2024
1 parent c0edff3 commit aa86bf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ export const config: SystemConfig = {
CollectFee: {
name: 'CollectFee',
deploy: false,
address: '0x875580943beFfAE73D6c4a654DBb22F8c0A0c02B',
address: '0x6AB4f6168E30489000eDc13DaB22c4EDB1d511C4',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.COLLECT_FEE,
history: [],
history: [ '0x875580943beFfAE73D6c4a654DBb22F8c0A0c02B' ],
constructorArgs: [
'address:ServiceRegistry',
20,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const SERVICE_REGISTRY_NAMES = {
WRAP_ETH: 'WrapEth_6',
UNWRAP_ETH: 'UnwrapEth_6',
RETURN_FUNDS: 'ReturnFunds_6',
COLLECT_FEE: 'CollectFee',
COLLECT_FEE: 'CollectFee_2',
POSITION_CREATED: 'PositionCreated',
ACCOUNT_GUARD: 'AccountGuard',
ACCOUNT_FACTORY: 'AccountFactory',
Expand Down
4 changes: 2 additions & 2 deletions packages/deploy-configurations/constants/operation-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const OPERATION_NAMES = {
DEPOSIT: 'AAVEV3Deposit',
BORROW: 'AAVEV3Borrow',
PAYBACK_WITHDRAW: 'AAVEV3PaybackWithdraw',
WITHDRAW: 'AAVEV3Withdraw',
WITHDRAW_TO_DEBT: 'AAVEV3WithdrawToDebt',
WITHDRAW: 'AAVEV3Withdraw_2',
WITHDRAW_TO_DEBT: 'AAVEV3WithdrawToDebt_2',
},
},
spark: {
Expand Down

0 comments on commit aa86bf1

Please sign in to comment.