Skip to content

Commit

Permalink
Switch infura key
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Oct 16, 2023
1 parent 3466f86 commit 1057739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/feature/GsnStatus/RelaysListWagmiWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function RelaysListWagmiWrapper () {
const { provider } = configureChains(
gsnNetworks,
[
infuraProvider({ apiKey: 'f40be2b1a3914db682491dc62a19ad43' }),
infuraProvider({ apiKey: 'b6381937a493473a877503df6b908a57' }),
jsonRpcProvider({
rpc: (chain) => {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/feature/blockchain/GlobalWagmiWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function GlobalWagmiWarpper() {

if (gsnNetworks.length === 0) return <>loading...</>
const { chains, provider: wagmiProvider } = configureChains(gsnNetworks, [
infuraProvider({ apiKey: 'f40be2b1a3914db682491dc62a19ad43' }),
infuraProvider({ apiKey: 'b6381937a493473a877503df6b908a57' }),
jsonRpcProvider({
rpc: (chain) => ({
http: chain.rpcUrls.default.http[0]
Expand Down
2 changes: 1 addition & 1 deletion src/feature/blockchain/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import RelayHub from '../../contracts/RelayHub.json'
import { ChainWithGsn } from '../../types/ChainWithGsn'

// const infura = (document.location.href.match(/#.*infura=([^&]*)/) || [])[1] || 'f40be2b1a3914db682491dc62a19ad43'
const infura = 'f40be2b1a3914db682491dc62a19ad43'
const infura = 'b6381937a493473a877503df6b908a57'
// '127b8c9f6d0d46f69a42963b5cd0d0ac'

const chainListMiniUrl = 'https://chainid.network/chains_mini.json'
Expand Down

0 comments on commit 1057739

Please sign in to comment.