Skip to content

Commit

Permalink
not peggedVAR
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Oct 21, 2024
1 parent 777557f commit 2dc6e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adapters/peggedAssets/bitcoin-usd-btcfi/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const chainContracts = {
bfc: {
issued: ["0x6906Ccda405926FC3f04240187dd4fAd5DF6d555"], pegType: 'peggedVAR'
issued: ["0x6906Ccda405926FC3f04240187dd4fAd5DF6d555"]
},
base: {
bridgedFromBfc: ["0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4"], pegType: 'peggedVAR'
bridgedFromBfc: ["0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4"]
},
};

import { addChainExports } from "../helper/getSupply";
const adapter = addChainExports(chainContracts, undefined, { pegType: 'peggedVAR' })
const adapter = addChainExports(chainContracts)
export default adapter;

0 comments on commit 2dc6e92

Please sign in to comment.