You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
478 B
20 lines
478 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const seismicDevnet = /*#__PURE__*/ defineChain({
|
|
id: 5124,
|
|
name: 'Seismic Devnet',
|
|
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://node-2.seismicdev.net/rpc'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Seismic Devnet Explorer',
|
|
url: 'https://explorer-2.seismicdev.net',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|