Skip to content

Commit

Permalink
add DIRAC-HONEY gauge and DIRAC Token (#477)
Browse files Browse the repository at this point in the history
* add dirac gauge

* add dirac token

* add dirac assets

* run pnpm lint

* add pnpm-lock.yaml to gitignore

* Update .gitignore to ignore pnpm-lock.yaml

* same as kodiak product vault

* same as kodiak product vaults
  • Loading branch information
salimdev04 authored Dec 16, 2024
1 parent 1b07a82 commit 1e60e4f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
build/
.DS_Store
pnpm-lock.yaml
Binary file added src/assets/dirac-honey.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dirac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/gauges/bartio/defaultGaugeList.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
}
],
"gauges": [
{
"receiptTokenAddress": "0x1Afe9c399B40A65C783049E732d7Ad5D37e68F78",
"vaultAddress": "0xd351940fd17c33BB18B6fA7982e376aa8f3d29ab",
"name": "DIRAC-HONEY",
"logoURI": "https://dirac.finance/logos/dirac-logos/dirac-honey.jpeg",
"product": "Kodiak",
"url": "https://app.kodiak.finance/#/liquidity/islands/0x1afe9c399b40a65c783049e732d7ad5d37e68f78?chain=berachain_bartio"
},
{
"receiptTokenAddress": "0x6AcBBedEcD914dE8295428B4Ee51626a1908bB12",
"vaultAddress": "0x7a6b92457e7D7e7a5C1A2245488b850B7Da8E01D",
Expand Down
9 changes: 9 additions & 0 deletions src/tokens/bartio/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
},

"tokens": [
{
"chainId": 80084,
"address": "0x277aaDBd9ea3dB8Fe9eA40eA6E09F6203724BdaE",
"symbol": "DIRAC",
"name": "Dirac Finance Token",
"decimals": 18,
"logoURI": "https://dirac.finance/logos/dirac-logos/black_icon.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0x2206182A4264bcE0663681448b24Fc6781Fc8E40",
Expand Down

0 comments on commit 1e60e4f

Please sign in to comment.