Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added terra-classic tokens (MIR, BASE) #25

Merged
merged 5 commits into from
Mar 8, 2024
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
5 changes: 5 additions & 0 deletions cosmos/columbus/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"chainId": "columbus-5",
"rest": "https://lcd-columbus.keplr.app",
"bech32PrefixAccAddr": "terra"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"contractAddress": "terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
"imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-contract-registry/main/images/columbus/mir.png",
"coinGeckoId": "mirror-protocol",
"metadata": {
"name": "Mirror",
"symbol": "MIR",
"decimals": 6
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"contractAddress": "terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m",
"imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-contract-registry/main/images/columbus/base.png",
"metadata": {
"name": "Burn and Stake Enterprise Token",
"symbol": "BASE",
"decimals": 6
}
}
Binary file added images/columbus/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/columbus/mir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading