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
433 B
22 lines
433 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const mapProtocol = /*#__PURE__*/ defineChain({
|
|
id: 22776,
|
|
name: 'MAP Protocol',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'MAPO',
|
|
symbol: 'MAPO',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['https://rpc.maplabs.io'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'MAPO Scan',
|
|
url: 'https://maposcan.io',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|