Skip to content

Commit

Permalink
chore: new infura
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmoji committed Jan 11, 2023
1 parent d5b903d commit 61cee83
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/store/networks/avm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ export default class AVMNetworkSpecifics implements INetworkSpecifics {
}

getRPCURL(): string {
return 'https://arbitrum-mainnet.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2'
return 'https://arbitrum-mainnet.infura.io/v3/628f48a852c5452597813331041ee3a4'
}
}
2 changes: 1 addition & 1 deletion src/store/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export default class MainnetNetworkSpecifics implements INetworkSpecifics {
}

getRPCURL(): string {
return 'https://mainnet.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2'
return 'https://mainnet.infura.io/v3/628f48a852c5452597813331041ee3a4'
}
}
2 changes: 1 addition & 1 deletion src/store/networks/test-avm-l1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export default class TestNetworkSpecifics implements INetworkSpecifics {
}

getRPCURL(): string {
return 'https://rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2'
return 'https://rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4'
}
}
2 changes: 1 addition & 1 deletion src/store/networks/test-avm-l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ export default class TestAVML2NetworkSpecifics implements INetworkSpecifics {
}

getRPCURL(): string {
return 'https://arbitrum-rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2'
return 'https://arbitrum-rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4'
}
}
2 changes: 1 addition & 1 deletion src/store/networks/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export default class TestNetworkSpecifics implements INetworkSpecifics {
}

getRPCURL(): string {
return 'https://rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2'
return 'https://rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4'
}
}

2 comments on commit 61cee83

@vercel
Copy link

@vercel vercel bot commented on 61cee83 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 61cee83 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.