Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chain/allora/assets_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name" : "Allora Network",
"symbol": "ALLO",
"description": "Allora Token (ALLO) is the Allora Network's native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.",
"decimals": 18,
"decimals": 6,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/allora/asset/allo.png",
"coinGeckoId": ""
}
Expand Down
8 changes: 8 additions & 0 deletions chain/allora/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@
"fee_threshold" : ""
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-allora.cosmostation.io:443"
},
{
"provider": "Allora",
"url": "allora-grpc.mainnet.allora.network:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-allora.cosmostation.io/"
},
{
"provider": "Allora",
"url": "https://allora-api.mainnet.allora.network/"
Expand Down
Loading