@msquared/etherbase-client
Version:
React hooks for interacting with Etherbase smart contracts
16 lines (15 loc) • 382 B
JavaScript
import { defineChain } from "viem";
export const somnia = defineChain({
id: 50312,
name: "Somnia",
network: "somnia",
nativeCurrency: {
decimals: 18,
name: "STT",
symbol: "STT",
},
rpcUrls: {
default: { http: ["https://dream-rpc.somnia.network/"] },
public: { http: ["https://dream-rpc.somnia.network/"] },
},
});