Skip to content

Commit

Permalink
Merge pull request #424 from dlgnbu/master
Browse files Browse the repository at this point in the history
Add Usd0 on Arbitrum data
  • Loading branch information
realdealshaman authored Dec 18, 2024
2 parents 70abe06 + f9722c3 commit 7ffc63e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/peggedAssets/usual-usd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const chainContracts = {
ethereum: {
issued: ["0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5"],
},
arbitrum: {
issued: ["0x35f1C5cB7Fb977E669fD244C567Da99d8a3a6850"],
},
};
import { addChainExports } from "../helper/getSupply";
const adapter = addChainExports(chainContracts);
Expand Down

0 comments on commit 7ffc63e

Please sign in to comment.