Skip to content

Commit

Permalink
adding eBTC (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomadic authored Aug 28, 2024
1 parent b9ee1ca commit b3d96e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ const CHAINS: Chain[] = [
address: "0x0000000000000000000000000000000000000000",
},
},
{
code: "eBTC",
address: "0x661c70333aa1850ccdbae82776bb436a0fcfeefb",
decimals: 18,
priceSource: {
chainId: 1,
address: "0x661c70333aa1850ccdbae82776bb436a0fcfeefb",
},
},
],
subscriptions: [
{
Expand Down

0 comments on commit b3d96e1

Please sign in to comment.