@@ -2,38 +2,23 @@ import Tabs from "@theme/Tabs";
22import TabItem from " @theme/TabItem" ;
33
44<Tabs
5- defaultValue = " localnet "
5+ defaultValue = " mainnet "
66 values = { [
7- { label: " Localnet " , value: " localnet " , },
7+ { label: " Mainnet " , value: " mainnet " , },
88 ]}
99>
1010<TabItem
11- value = " localnet "
11+ value = " mainnet "
1212>
1313
14- - Chain ID: 0x100 (hex of 256 )
15- - Public RPC URL: http ://127.0.0.1:8545 (Avoid using public rpcTarget in production)
16- - Display Name: Nibiru Localnet
17- - Block Explorer Link: http ://localhost:8080
14+ - Chain ID: 0x1AF4 (hex of 6900 )
15+ - Public RPC URL: https ://evm-rpc.nibiru.fi (Avoid using public rpcTarget in production)
16+ - Display Name: Nibiru Mainnet
17+ - Block Explorer Link: https ://nibiru.fi/explorer
1818- Ticker: NIBI
19- - Ticker Name: Nibiru Chain
19+ - Ticker Name: Nibiru Mainnet
2020- Logo: https://nibiru.fi/_astro/nibi-logomark-profile-pic.DoOUhpoa.svg
2121
22- :::note
23-
24- Nibiru is EVM compatible only for localnet for now. Kindly refer to the
25- [ Nibiru documentation] ( https://nibiru.fi/docs/dev/evm/ ) and
26- [ Nibiru Networks] ( https://nibiru.fi/docs/dev/networks/#evm-network-configs ) for the latest updates
27- and EVM-related configs.
28-
29- :::
30-
31- :::info
32-
33- For Nibiru, the steps for creating a local block explorer are mentioned
34- [ here] ( https://nibiru.fi/docs/dev/evm/quickstart.html#_4-local-explorer-optional ) .
35-
36- :::
37-
3822</TabItem >
23+
3924</Tabs >
0 commit comments