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
618 B
31 lines
618 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const forma = /*#__PURE__*/ defineChain({
|
|
id: 984122,
|
|
name: 'Forma',
|
|
network: 'forma',
|
|
nativeCurrency: {
|
|
symbol: 'TIA',
|
|
name: 'TIA',
|
|
decimals: 18,
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.forma.art'],
|
|
webSocket: ['wss://ws.forma.art'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Forma Explorer',
|
|
url: 'https://explorer.forma.art',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0xd53C6FFB123F7349A32980F87faeD8FfDc9ef079',
|
|
blockCreated: 252705,
|
|
},
|
|
},
|
|
})
|