-
Notifications
You must be signed in to change notification settings - Fork 4
/
cosmos.config.js
30 lines (30 loc) · 1016 Bytes
/
cosmos.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export default [
{
chainId: 'cerberus-1',
name: 'Cerberus (testnet)',
desc: 'Cerberus the first ever three-headed meme-coin in the Cosmos ecosystem',
apiURL: 'https://api.test.cerberus.zone:1317',
rpcURL: 'https://rpc.test.cerberus.zone:26657',
coinLookup: {
viewDenom: 'CRBRUS',
chainDenom: 'ucrbrus',
addressPrefix: 'cerberus',
icon: 'https://cerberus-chain.s3.us-east-2.amazonaws.com/transparent_logo_no_text.png',
},
coingeckoId: ''
}
/* {
chainId: 'chihuahua-1',
name: 'Chihuahua',
desc: 'Chihuahua is the first interoperable meme coin with a POS blockchain, making it one of the most utilized chains in the Cosmos ecosystem',
apiURL: 'https://api.chihuahua.wtf',
rpcURL: 'https://rpc.chihuahua.wtf',
coinLookup: {
viewDenom: 'HUAHUA',
chainDenom: 'uhuahua',
addressPrefix: 'chihuahua',
icon: `https://avatars.githubusercontent.com/u/94940349?v=4`,
},
coingeckoId: 'chihuahua-token'
},*/
]