Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dojo-trading committed Jan 16, 2025
1 parent 1c7551f commit 5c4a142
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 5 deletions.
41 changes: 41 additions & 0 deletions _non-cosmos/ethereum/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1956,6 +1956,47 @@
"website": "https://lombard.finance",
"twitter": "https://x.com/Lombard_Finance"
}
},
{
"description": "USDi token",
"extended_description": "USDi is a stablecoin token bridged from Ethereum to Injective via the Peggy bridge.",
"type_asset": "erc20",
"address": "0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"denom_units": [
{
"denom": "0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"exponent": 0,
"aliases": [
"usdi"
]
},
{
"denom": "usdi",
"exponent": 18
}
],
"base": "0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"name": "USDi",
"display": "usdi",
"symbol": "USDi",
"traces": [
{
"type": "synthetic",
"counterparty": {
"chain_name": "forex",
"base_denom": "USD"
},
"provider": "Injera"
}
],
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdi.svg"
},
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdi.svg"
}
]
}
]
}
12 changes: 12 additions & 0 deletions _non-cosmos/ethereum/images/usdi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions injective/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@
"type_asset": "sdk.coin"
},
{
"description": "USDi token on Injective",
"description": "USDi token from Ethereum via Peggy bridge.",
"denom_units": [
{
"denom": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
Expand All @@ -1336,18 +1336,27 @@
"exponent": 18
}
],
"traces": [
{
"type": "bridge",
"counterparty": {
"chain_name": "ethereum",
"base_denom": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8"
},
"provider": "Peggy"
}
],
"type_asset": "cw20",
"address": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"base": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"base": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
"name": "USDi",
"display": "USDi",
"symbol": "USDi",
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/usdi.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdi.svg"
},
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/usdi.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdi.svg"
}
]
}
Expand Down

0 comments on commit 5c4a142

Please sign in to comment.