Skip to content

Commit

Permalink
Merge pull request #320 from mantlenetworkio/feat/wc-v2
Browse files Browse the repository at this point in the history
fix:update qa rpc
  • Loading branch information
Jaycelv authored Jul 22, 2023
2 parents 7a3a2bc + 6a801e1 commit c6443d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ export const mantleQa = {
symbol: 'MNT'
},
rpcUrls: {
public: { http: ['https://rpc4blockscout-qa2.qa.gomantle.org'] },
default: { http: ['https://rpc4blockscout-qa2.qa.gomantle.org'] }
public: { http: ['https://rpc.qa.gomantle.org'] },
default: { http: ['https://rpc.qa.gomantle.org'] }
},
blockExplorers: {
blockScout: { name: 'BlockScout', url: 'https://explorer.qa.gomantle.org/' },
Expand Down

0 comments on commit c6443d0

Please sign in to comment.