Skip to content

Commit

Permalink
fix: peggy testnet contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Jun 21, 2022
1 parent 8b0a0fd commit 1592087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export const contractAddresses: ContractAddressesForChainId = {
injective: ZERO_ADDRESS,
},
'5': {
peggy: '0x20c1fF6a876552e377F479b875B371AAc5EA8582',
peggy: '0xd6Da9dA014806Fdb64bF39b48fcA386AE3420d21',
injective: '0x0FA925f53949C1796eb75E3F95B4a863d39b81C6',
},
'42': {
peggy: '0x20c1fF6a876552e377F479b875B371AAc5EA8582',
peggy: '0xd6Da9dA014806Fdb64bF39b48fcA386AE3420d21',
injective: '0x0FA925f53949C1796eb75E3F95B4a863d39b81C6',
},
'888': {
Expand Down

0 comments on commit 1592087

Please sign in to comment.