Skip to content

Commit

Permalink
rpc, rest api updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Nov 7, 2023
1 parent 83592bd commit bfdd269
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
RPC_URL: 'https://rpc-chihuahua-ia.cosmosia.notional.ventures',
REST_URL: 'https://api-chihuahua-ia.cosmosia.notional.ventures',
RPC_URL: 'https://chihuahua-rpc.publicnode.com',
REST_URL: 'https://chihuahua-rest.publicnode.com',
EXPLORER_URL: 'https://www.mintscan.io/chihuahua',
STAKING_URL: 'https://chihuahua.omniflix.co/stake',
WALLET_URL: 'https://chihuahua.omniflix.co',
Expand Down
12 changes: 6 additions & 6 deletions src/containers/NavBar/ConnectDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ConnectButton from './KeplrConnectButton';
import CosmostationConnectButton from './CosmostationConnectButton';
import GetAppRoundedIcon from '@material-ui/icons/GetAppRounded';
import insync from '../../../assets/insync.png';
import poweredBy from '../../../assets/powered_by.jpeg';
// import poweredBy from '../../../assets/powered_by.jpeg';
import './index.css';
import { config } from '../../../config';

Expand Down Expand Up @@ -57,11 +57,11 @@ const ConnectDialog = (props) => {
</LightTooltip>
</div>}
</div>
<a className="powered_by" href="https://linktr.ee/notionaldao" rel="noopener noreferrer" target="_blank">
API/RPC powered by
<img alt="notional" src={poweredBy}/>
Notional
</a>
{/* <a className="powered_by" href="https://linktr.ee/notionaldao" rel="noopener noreferrer" target="_blank"> */}
{/* API/RPC powered by */}
{/* <img alt="notional" src={poweredBy}/> */}
{/* Notional */}
{/* </a> */}
</DialogContent>
</Dialog>
);
Expand Down

0 comments on commit bfdd269

Please sign in to comment.