Skip to content

Commit

Permalink
feat: add analog mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Jan 7, 2025
1 parent b6ab149 commit 4a097e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,21 @@
}
}
},
{
"id": "analog-timechain",
"name": "Analog Timechain",
"chainspecQrUrl": "https://metadata.analog.one/qr/analog-timechain_specs.png",
"latestMetadataQrUrl": "https://metadata.analog.one/qr/analog-timechain_metadata_latest.apng",
"rpcs": ["wss://rpc.timechain.analog.one"],
"themeColor": "#5d3ef8",
"balancesConfig": {
"substrate-native": {
"logo": "./assets/tokens/tanlog.svg",
"symbol": "ANLOG",
"decimals": 12
}
}
},
{
"id": "ares-odyssey",
"name": "Ares Odyssey Standalone",
Expand Down
4 changes: 3 additions & 1 deletion data/testnets-chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"themeColor": "#5d3ef8",
"balancesConfig": {
"substrate-native": {
"logo": "./assets/tokens/tanlog.svg"
"logo": "./assets/tokens/tanlog.svg",
"symbol": "TANLOG",
"decimals": 12
}
}
},
Expand Down

0 comments on commit 4a097e2

Please sign in to comment.