Skip to content

Commit

Permalink
Merge pull request #169 from Define101/master
Browse files Browse the repository at this point in the history
add mantle chain to USDY
  • Loading branch information
Define101 authored Nov 2, 2023
2 parents 2b430a9 + e596e5f commit 9db3d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/peggedAssets/ondo-us-dollar-yield/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const chainContracts: ChainContracts = {
polygon: {
issued: ["0x96F6eF951840721AdBF46Ac996b59E0235CB985C"],
},
mantle: {
issued: ["0x5bE26527e817998A7206475496fDE1E68957c5A6"],
},
};

async function chainMinted(chain: string, decimals: number) {
Expand Down

0 comments on commit 9db3d0d

Please sign in to comment.