From 8f605778b189a963eef461187c6575aa3018ecc2 Mon Sep 17 00:00:00 2001 From: dojo Date: Wed, 8 Jan 2025 14:47:40 +0530 Subject: [PATCH 1/3] feat: changes --- injective/assetlist.json | 29 ++++++++++++++++++++++++++++- injective/images/usdi.svg | 12 ++++++++++++ package.json | 2 +- 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 injective/images/usdi.svg diff --git a/injective/assetlist.json b/injective/assetlist.json index 1b3b500e97..93e3b6341b 100644 --- a/injective/assetlist.json +++ b/injective/assetlist.json @@ -1198,6 +1198,33 @@ } } ] + }, + { + "description": "USDi token on Injective", + "denom_units": [ + { + "denom": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8", + "exponent": 0 + }, + { + "denom": "USDi", + "exponent": 18 + } + ], + "type_asset": "cw20", + "address": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8", + "base": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8", + "name": "USDi", + "display": "USDi", + "symbol": "USDi", + "logo_URIs": { + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/usdi.svg" + }, + "images": [ + { + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/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 From 5c4a142fef7bbaa53da6e6fdcedb293e6c5a2324 Mon Sep 17 00:00:00 2001 From: dojo Date: Thu, 16 Jan 2025 12:12:45 +0530 Subject: [PATCH 2/3] changes --- _non-cosmos/ethereum/assetlist.json | 41 ++++++++++++++++++++++++++++ _non-cosmos/ethereum/images/usdi.svg | 12 ++++++++ injective/assetlist.json | 19 +++++++++---- 3 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 _non-cosmos/ethereum/images/usdi.svg 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 d3dd6b8f25..236ab2f1bb 100644 --- a/injective/assetlist.json +++ b/injective/assetlist.json @@ -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", @@ -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" } ] } From 0eae93d1adee764a6904911535946e432504878e Mon Sep 17 00:00:00 2001 From: dojo Date: Sat, 18 Jan 2025 15:56:34 +0530 Subject: [PATCH 3/3] feat: changes --- injective/assetlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/injective/assetlist.json b/injective/assetlist.json index 236ab2f1bb..72db57d466 100644 --- a/injective/assetlist.json +++ b/injective/assetlist.json @@ -1341,13 +1341,13 @@ "type": "bridge", "counterparty": { "chain_name": "ethereum", - "base_denom": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8" + "base_denom": "0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8" }, "provider": "Peggy" } ], "type_asset": "cw20", - "base": "peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8", + "base": "cw20:peggy0x83E7D0451da91Ac509cd7F545Fb4AA04D4dD3BA8", "name": "USDi", "display": "USDi", "symbol": "USDi",