Skip to content

Commit

Permalink
Merge pull request #372 from Define101/master
Browse files Browse the repository at this point in the history
add btcusd supply base
  • Loading branch information
Define101 authored Aug 5, 2024
2 parents 847f2fc + 94eecee commit 414f466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/peggedAssets/bitcoin-usd-btcfi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const chainContracts = {
bfc: {
issued: ["0x6906Ccda405926FC3f04240187dd4fAd5DF6d555"], pegType: 'peggedVAR'
},
base: {
bridgedFromETH: ["0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4"], pegType: 'peggedVAR'
},
};

import { addChainExports } from "../helper/getSupply";
Expand Down

0 comments on commit 414f466

Please sign in to comment.