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.
24 lines
475 B
24 lines
475 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const stratis = /*#__PURE__*/ defineChain({
|
|
id: 105105,
|
|
name: 'Stratis Mainnet',
|
|
network: 'stratis',
|
|
nativeCurrency: {
|
|
name: 'Stratis',
|
|
symbol: 'STRAX',
|
|
decimals: 18,
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.stratisevm.com'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Stratis Explorer',
|
|
url: 'https://explorer.stratisevm.com',
|
|
},
|
|
},
|
|
})
|