-
Notifications
You must be signed in to change notification settings - Fork 13
/
settings.json
34 lines (34 loc) · 1.17 KB
/
settings.json
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
31
32
33
34
{
"chains": [
{
"name": "Evmos",
"lcd": "https://evmos-api.polkachu.com/",
"logoUrl": "https://pbs.twimg.com/profile_images/1595092806011191305/koqPJsUX_400x400.png",
"dcChannelId": "1035828716875563101",
"proposalUrl": "https://www.mintscan.io/evmos/proposals/{id}",
"binaryName": "evmosd",
"chainId": "evmos",
"embedColor": "#FF0000"
},
{
"name": "Okp4",
"lcd": "https://api.testnet.okp4.network/",
"logoUrl": "https://pbs.twimg.com/profile_images/1537721318191267840/GK12zUWJ_400x400.jpg",
"dcChannelId": "968040698546909184",
"proposalUrl": "https://explore.okp4.network/okp4%20testnet/gov/{id}",
"binaryName": "okp4d",
"chainId": "okp4-nemeton",
"embedColor": "#FF0000"
},
{
"name": "Quicksilver",
"lcd": "https://lcd-quicksilver.stakerun.com",
"logoUrl": "https://pbs.twimg.com/profile_images/1488798003473358848/V2gPwVeO_400x400.jpg",
"dcChannelId": "968040698546909184",
"proposalUrl": "https://scanrun.io/quicksilver/proposals/{id}",
"binaryName": "quicksilverd",
"chainId": "quicksilver-2",
"embedColor": "#FF0000"
}
]
}