Skip to content

Commit

Permalink
feat: add aioz token (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
KedziaPawel authored Dec 10, 2024
1 parent 5921e63 commit 877592d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-badgers-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/environment": patch
---

Add AIOZ token
11 changes: 11 additions & 0 deletions packages/environment/src/assets/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7411,4 +7411,15 @@ export default defineAssetList(Network.ETHEREUM, [
rateAsset: RateAsset.USD,
},
},
{
decimals: 18,
id: "0x626e8036deb333b408be468f951bdb42433cbf18",
name: "AIOZ Network",
releases: [],
symbol: "AIOZ",
type: AssetType.PRIMITIVE,
priceFeed: {
type: PriceFeedType.NONE,
},
},
]);

0 comments on commit 877592d

Please sign in to comment.