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.
24 lines
452 B
24 lines
452 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const acria = /*#__PURE__*/ defineChain({
|
|
id: 47,
|
|
name: 'Acria IntelliChain',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'ACRIA',
|
|
symbol: 'ACRIA',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://aic.acria.ai'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Acria Explorer',
|
|
url: 'https://explorer.acria.ai',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|