diff --git a/_non-cosmos/ethereum/assetlist.json b/_non-cosmos/ethereum/assetlist.json
index 449be37fe8..9b1032827d 100644
--- a/_non-cosmos/ethereum/assetlist.json
+++ b/_non-cosmos/ethereum/assetlist.json
@@ -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"
+ }
+ ]
}
]
}
\ No newline at end of file
diff --git a/_non-cosmos/ethereum/images/usdi.svg b/_non-cosmos/ethereum/images/usdi.svg
new file mode 100644
index 0000000000..d78f481222
--- /dev/null
+++ b/_non-cosmos/ethereum/images/usdi.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/injective/assetlist.json b/injective/assetlist.json
index fa2f698674..72db57d466 100644
--- a/injective/assetlist.json
+++ b/injective/assetlist.json
@@ -1294,7 +1294,7 @@
],
"type_asset": "sdk.coin"
},
- {
+ {
"description": "The native governance and staking token for the Neptune Finance protocol",
"denom_units": [
{
@@ -1323,6 +1323,42 @@
"twitter": "https://x.com/neptune_finance"
},
"type_asset": "sdk.coin"
+ },
+ {
+ "description": "USDi token from Ethereum via Peggy bridge.",
+ "denom_units": [
+ {
+ "denom": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
+ "exponent": 0
+ },
+ {
+ "denom": "USDi",
+ "exponent": 18
+ }
+ ],
+ "traces": [
+ {
+ "type": "bridge",
+ "counterparty": {
+ "chain_name": "ethereum",
+ "base_denom": "0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8"
+ },
+ "provider": "Peggy"
+ }
+ ],
+ "type_asset": "cw20",
+ "base": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8",
+ "name": "USDi",
+ "display": "USDi",
+ "symbol": "USDi",
+ "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"
+ }
+ ]
}
]
-}
+}
\ No newline at end of file
diff --git a/injective/images/usdi.svg b/injective/images/usdi.svg
new file mode 100644
index 0000000000..d78f481222
--- /dev/null
+++ b/injective/images/usdi.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/package.json b/package.json
index d8833b1a87..b5ae5feac5 100644
--- a/package.json
+++ b/package.json
@@ -6,4 +6,4 @@
"eslint": "^9.8.0",
"eslint-plugin-json": "^4.0.0"
}
-}
+}
\ No newline at end of file