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.
31 lines
666 B
31 lines
666 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const rollux = /*#__PURE__*/ defineChain({
|
|
id: 570,
|
|
name: 'Rollux Mainnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Syscoin',
|
|
symbol: 'SYS',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.rollux.com'],
|
|
webSocket: ['wss://rpc.rollux.com/wss'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'RolluxExplorer',
|
|
url: 'https://explorer.rollux.com',
|
|
apiUrl: 'https://explorer.rollux.com/api',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
blockCreated: 119222,
|
|
},
|
|
},
|
|
})
|