Skip to content

Commit

Permalink
Merge pull request #652 from liquality/fix/near-client-setup
Browse files Browse the repository at this point in the history
fix: fixed near rpc network settings
  • Loading branch information
bradleySuira committed May 4, 2023
2 parents 998fcf1 + 38c8980 commit 3b436f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-chefs-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainify/near': minor
---

Updated rp endpoint for near
2 changes: 1 addition & 1 deletion packages/near/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NearNetwork } from './types';
const near_mainnet: NearNetwork = {
name: 'Near Mainnet',
networkId: 'mainnet',
rpcUrl: 'https://rpc.mainnet.near.org',
rpcUrl: 'https://near-mainnet.infura.io/v3/37efa691ffec4c41a60aa4a69865d8f6',
helperUrl: 'https://near-mainnet-api.liq-chainhub.net',
coinType: '397',
isTestnet: false,
Expand Down

0 comments on commit 3b436f5

Please sign in to comment.