Skip to content

Commit

Permalink
updated notional apis.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Aug 18, 2023
1 parent 770db1a commit c5e05a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.wtf:443',
REST_URL: 'https://api.chihuahua.wtf:443',
RPC_URL: 'https://rpc-chihuahua-ia.cosmosia.notional.ventures',
REST_URL: 'https://api-chihuahua-ia.cosmosia.notional.ventures',
EXPLORER_URL: 'https://www.mintscan.io/chihuahua',
STAKING_URL: 'https://chihuahua.omniflix.co/stake',
WALLET_URL: 'https://chihuahua.omniflix.co',
Expand Down
6 changes: 6 additions & 0 deletions src/containers/NavBar/ConnectDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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 './index.css';
import { config } from '../../../config';

Expand Down Expand Up @@ -56,6 +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>
</DialogContent>
</Dialog>
);
Expand Down

0 comments on commit c5e05a9

Please sign in to comment.