Skip to content

Commit

Permalink
Added terra-classic tokens (MIR, BASE) (#25)
Browse files Browse the repository at this point in the history
* Added terra-classic tokens (MIR, BASE)

* change prefix

* rename terra_classic to columbus

* fix MIR name

* Fix BASE token name
  • Loading branch information
dimtoneff authored Mar 8, 2024
1 parent a86e929 commit c20838b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
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.

0 comments on commit c20838b

Please sign in to comment.