Skip to content

Commit

Permalink
chore: Changing infura keys (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablitar authored Oct 27, 2021
1 parent 18e09a9 commit 5cba5a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { List } from './List'

export const networks = {
ropsten: {
wss: 'wss://ropsten.infura.io/ws/v3/2c902c2e3b8947d3b34bba7ca48635fc',
http: 'https://ropsten.infura.io/v3/2c902c2e3b8947d3b34bba7ca48635fc',
wss: 'wss://ropsten.infura.io/ws/v3/65b4470058624aa493c1944328b19ec0',
http: 'https://ropsten.infura.io/v3/65b4470058624aa493c1944328b19ec0',
contracts: {
catalyst: {
address: '0xadd085f2318e9678bbb18b3e0711328f902b374b',
Expand All @@ -24,8 +24,8 @@ export const networks = {
}
},
mainnet: {
wss: 'wss://mainnet.infura.io/ws/v3/2c902c2e3b8947d3b34bba7ca48635fc',
http: 'https://mainnet.infura.io/v3/2c902c2e3b8947d3b34bba7ca48635fc',
wss: 'wss://mainnet.infura.io/ws/v3/65b4470058624aa493c1944328b19ec0',
http: 'https://mainnet.infura.io/v3/65b4470058624aa493c1944328b19ec0',
contracts: {
catalyst: {
address: '0x4a2f10076101650f40342885b99b6b101d83c486',
Expand Down

0 comments on commit 5cba5a4

Please sign in to comment.