Skip to content

Commit

Permalink
Merge pull request #961 from fei-protocol/fix/deprecate-psm-router
Browse files Browse the repository at this point in the history
Deprecate ethPSMRouter (the only PSMRouter)
  • Loading branch information
eswak authored Jul 7, 2022
2 parents 4a894fa + 63825a5 commit 762c3f0
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 762c3f0

Please sign in to comment.