Skip to content

Commit

Permalink
Deprecate ethPSMRouter (the only PSMRouter)
Browse files Browse the repository at this point in the history
  • Loading branch information
eswak committed Jul 7, 2022
1 parent 4a894fa commit 63825a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol-configuration/mainnetAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const MainnetContractsConfig: MainnetContractsConfig = {
ethPSMRouter: {
artifactName: 'PSMRouter',
address: '0xFA6a07f3551bF0ceE88D494780ce793AF452Cbca',
category: AddressCategory.Peg
category: AddressCategory.Deprecated
},
tribeReserveStabilizer: {
artifactName: 'TribeReserveStabilizer',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/peg/PSMRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import hre, { ethers } from 'hardhat';

const toBN = ethers.BigNumber.from;

describe('PSM Router', function () {
describe.skip('PSM Router', function () {
let userAddress: string;
let minterAddress: string;
let psmAdminAddress;
Expand Down

0 comments on commit 63825a5

Please sign in to comment.