Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-new-chain-sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed Jan 16, 2025
2 parents bd0bd74 + 3edde9e commit b6c317e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [16.6.0](https://github.com/lifinance/types/compare/v16.6.0-beta.1...v16.6.0) (2025-01-15)


### Features

* update abstract chain icon ([a98a3c9](https://github.com/lifinance/types/commit/a98a3c928fc6955c7a1377d9f79bf3a4baf084e2))

## [16.5.0](https://github.com/lifinance/types/compare/v16.4.1...v16.5.0) (2024-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/types",
"version": "16.6.0-beta.0",
"version": "16.6.0",
"description": "Types for the LI.FI stack",
"keywords": [
"sdk",
Expand Down
Binary file added src/assets/icons/bridges/symbiosis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icons/chains/abstract.svg
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/icons/exchanges/enso.png
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/icons/exchanges/odos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export enum ChainKey {
OPB = 'opb',
WCC = 'wcc',
LSK = 'lsk',
ABS = 'abs',
SON = 'son',

// None-EVM
Expand Down Expand Up @@ -97,6 +98,7 @@ export enum ChainId {
OPB = 204,
WCC = 480,
LSK = 1135,
ABS = 2741,
SON = 146,

// None-EVM (IDs are made up by the LI.FI team)
Expand Down

0 comments on commit b6c317e

Please sign in to comment.