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.
22 lines
583 B
22 lines
583 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const graphite = /*#__PURE__*/ defineChain({
|
|
id: 440017,
|
|
name: 'Graphite Network',
|
|
nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 },
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://anon-entrypoint-1.atgraphite.com'],
|
|
webSocket: ['wss://ws-anon-entrypoint-1.atgraphite.com'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Graphite Spectre',
|
|
url: 'https://main.atgraphite.com',
|
|
apiUrl: 'https://api.main.atgraphite.com/api',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|