Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit fd8831e

Browse files
committed
Update HashKey chain RPC URL to new endpoint
1 parent d1ee867 commit fd8831e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chains/hashkey.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"providers": [
1616
{
1717
"alias": "default",
18-
"rpcUrl": "https://hashkeychain-mainnet.alt.technology"
18+
"rpcUrl": "https://mainnet.hsk.xyz"
1919
}
2020
],
2121
"symbol": "HSK",

src/generated/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ export const CHAINS: Chain[] = [
760760
},
761761
id: '177',
762762
name: 'HashKey',
763-
providers: [{ alias: 'default', rpcUrl: 'https://hashkeychain-mainnet.alt.technology' }],
763+
providers: [{ alias: 'default', rpcUrl: 'https://mainnet.hsk.xyz' }],
764764
symbol: 'HSK',
765765
testnet: false,
766766
},

0 commit comments

Comments
 (0)