Skip to content

Commit

Permalink
update iprpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jan 23, 2025
1 parent c278333 commit 49ce468
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ heap.json
heap-snapshot-*.json
snapshot_parsed.txt
dump.custom
output.txt
12 changes: 6 additions & 6 deletions src/redis/resources/IpRpcEndpointsIndex/IpRpcEndpointsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,9 @@ export const IpRpcEndpointsData: ChainEndpoint[] = [
},
{
"chainId": "arbn",
"alias": "Mainnet",
"alias": "Testnet",
"ChainDisplayName": "Arbitrum",
"DisplayName": "Arbitrum-Nova (arbitrumn)",
"DisplayName": "Arbitrum Nova Testnet (arbn)",
"geolocations": [
"US",
"EU",
Expand All @@ -729,14 +729,14 @@ export const IpRpcEndpointsData: ChainEndpoint[] = [
],
"apiEndpoints": {
"rest": [
"https://arbitrumn.lava.build:443"
"https://arbn.lava.build:443"
],
"tendermintrpc": [
"https://arbitrumn.tendermintrpc.lava.build:443",
"wss://arbitrumn.tendermintrpc.lava.build/websocket"
"https://arbn.tendermintrpc.lava.build:443",
"wss://arbn.tendermintrpc.lava.build/websocket"
],
"grpc": [
"arbitrumn.grpc.lava.build:443"
"arbn.grpc.lava.build:443"
]
},
"logoURL": "https://gateway-fe-public-staging-assets.s3.amazonaws.com/icons/arbitrum-icon.png",
Expand Down

0 comments on commit 49ce468

Please sign in to comment.