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.
28 lines
578 B
28 lines
578 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const saga = /*#__PURE__*/ defineChain({
|
|
id: 5464,
|
|
name: 'Saga',
|
|
network: 'saga',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'gas',
|
|
symbol: 'GAS',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['https://sagaevm.jsonrpc.sagarpc.io'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Saga Explorer',
|
|
url: 'https://sagaevm.sagaexplorer.io',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160',
|
|
blockCreated: 467530,
|
|
},
|
|
},
|
|
})
|