Skip to content

Commit ab67051

Browse files
committed
fix: update Shibarium node URL to the correct endpoint
1 parent 11940a5 commit ab67051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/extension/src/providers/ethereum/networks

packages/extension/src/providers/ethereum/networks/shib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const shibOptions: EvmNetworkOptions = {
1515
isTestNetwork: false,
1616
currencyName: 'BONE',
1717
currencyNameLong: 'BONE',
18-
node: 'https://www.shibrpc.com',
18+
node: 'https://rpc.shibarium.shib.io',
1919
icon,
2020
coingeckoID: 'bone-shibaswap',
2121
assetsInfoHandler,

0 commit comments

Comments
 (0)