Skip to content

Commit

Permalink
Merge pull request #502 from invariant-labs/dev
Browse files Browse the repository at this point in the history
dev to staging
  • Loading branch information
wojciech-cichocki authored Oct 27, 2023
2 parents 4012ccd + 14561fc commit b06fb18
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 103 deletions.
188 changes: 87 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mdx-js/react": "^1.6.22",
"@nightlylabs/wallet-selector-solana": "0.1.15",
"@nightlylabs/wallet-selector-solana": "0.2.5",
"@nivo/bar": "^0.73.1",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
Expand Down
5 changes: 5 additions & 0 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ export const Header: React.FC<IHeader> = ({
rpc: SolanaNetworks.MAIN_QUICKNODE,
rpcName: 'Quicknode'
},
{
networkType: NetworkType.MAINNET,
rpc: SolanaNetworks.MAIN_HELLOMOON,
rpcName: 'Hello Moon'
},
{ networkType: NetworkType.MAINNET, rpc: SolanaNetworks.MAIN, rpcName: 'Solana' }
]

Expand Down
3 changes: 2 additions & 1 deletion src/store/consts/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,13 @@ enum SolanaNetworks {
DEV = 'https://api.devnet.solana.com',
TEST = 'https://api.testnet.solana.com',
MAIN = 'https://api.mainnet-beta.solana.com',
MAIN_QUICKNODE = 'https://icy-billowing-gadget.solana-mainnet.discover.quiknode.pro/b970ec100ab2d8c249bee494b7d682c8ef75ee6f/',
MAIN_QUICKNODE = 'https://tame-ancient-mountain.solana-mainnet.discover.quiknode.pro/6a9a95bf7bbb108aea620e7ee4c1fd5e1b67cc62/',
MAIN_SERUM = 'https://solana-api.projectserum.com',
MAIN_FIGMENT = 'https://solana--mainnet.datahub.figment.io/apikey/182e93d87a1f1d335c9d74d6c7371388',
MAIN_GENESYSGO = 'https://ssc-dao.genesysgo.net',
MAIN_NIGHTLY = 'https://rpc.nightly.app:8899/',
MAIN_ALCHEMY = 'https://solana-mainnet.g.alchemy.com/v2/YfX5E62sdlEoytQ9ZEOA_5KIE3QbwUUD',
MAIN_HELLOMOON = 'https://rpc.hellomoon.io/2a3fb622-4aa5-41ea-a7c3-1f84acb8cf53',
LOCAL = 'http://127.0.0.1:8899'
}

Expand Down

0 comments on commit b06fb18

Please sign in to comment.