Skip to content

Commit

Permalink
chore: remove ropsten support (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Aug 16, 2022
1 parent 3063122 commit ae05f9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/CatalystAbi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { AbiItem, BigNumber } from 'eth-connect'

export const catalystDeployments = {
'5' /* goerli */: '0x380e46851c47b73b6aa9bea50cf3b50e2cf637cf',
'3' /* ropsten */: '0xadd085f2318e9678bbb18b3e0711328f902b374b',
'1' /* mainnet */: '0x4a2f10076101650f40342885b99b6b101d83c486'
} as const

Expand Down
2 changes: 0 additions & 2 deletions src/ListAbi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ import { AbiItem, BigNumber } from 'eth-connect'

export const poiDeployments = {
'5' /* goerli */: '0xb8c7a7afd42675ab61f0a3732f8d0491825a933b',
'3' /* ropsten */: '0x5DC4a5C214f2161F0D5595a6dDd9352409aE3Ab4',
'1' /* mainnet */: '0x0ef15a1c7a49429a36cb46d4da8c53119242b54e'
} as const

export const denylistNamesDeployments = {
'5' /* goerli */: '0x71c84760df0537f7db286274817462dc2e6c1366',
'3' /* ropsten */: '0x20c6f1e86eba703a14414a0cbc1b55c89dba7a0f',
'1' /* mainnet */: '0x0c4c90a4f29872a2e9ef4c4be3d419792bca9a36'
} as const

Expand Down

0 comments on commit ae05f9f

Please sign in to comment.