Skip to content

Commit 2cecd1b

Browse files
committed
update injective noble supply calculation to use cosmosSupply
1 parent 8d500c4 commit 2cecd1b

File tree

1 file changed

+1
-1
lines changed
  • src/adapters/peggedAssets/usd-coin

1 file changed

+1
-1
lines changed

src/adapters/peggedAssets/usd-coin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ const adapter: PeggedIssuanceAdapter = {
918918
ethereum: bridgedSupply("linea", 6, chainContracts.linea.bridgedFromETH),
919919
},
920920
injective: {
921-
noble: injectiveBridged(),
921+
noble: cosmosSupply('injective', ['ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E'], 6, 'noble'),
922922
},
923923
noble: {
924924
minted: circleAPIChainMinted("NOBLE"),

0 commit comments

Comments
 (0)