Skip to content

Commit 161f8cd

Browse files
committed
dashboard: add RockawayX endpoint
1 parent 361518b commit 161f8cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dashboard/src/contexts/NetworkContext.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ export const networkOptions: Network[] = [
4848
logo: '',
4949
type: 'guardian',
5050
},
51+
{
52+
env: 'Mainnet',
53+
endpoint: 'https://worm-dash-01.rockrpc.net',
54+
name: 'RockawayX',
55+
logo: '',
56+
type: 'guardian',
57+
},
5158
{
5259
env: 'Mainnet',
5360
endpoint: 'https://wormhole-v2-mainnet-api.staking.fund',

0 commit comments

Comments
 (0)