Skip to content

Commit

Permalink
Update ethermint Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikbratashchuk committed Jul 24, 2024
1 parent 773386d commit ae52aed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import { ColorModeScript } from "@chakra-ui/react";
import theme from "./theme";

const ethermintChain: Chain = {
id: 2061,
id: 80087,
name: 'EVM x Rollkit',
network: 'berakit',
network: 'rollkit',
nativeCurrency: {
decimals: 18,
name: 'Berakit',
symbol: 'tBERA',
name: 'Rollkit',
symbol: 'tRollkit',
},
rpcUrls: {
default: {
Expand Down Expand Up @@ -69,3 +69,4 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
</WagmiConfig>
</React.StrictMode>,
)

0 comments on commit ae52aed

Please sign in to comment.