From 17d946a997eb3399e1e8202d36b1489fbcf65b7e Mon Sep 17 00:00:00 2001 From: Wayne Cheng <677680+welps@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:51:31 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=A9=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk/src/types/index.ts | 3 +++ sdk/src/utils/constants.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/sdk/src/types/index.ts b/sdk/src/types/index.ts index 5015f45..51101f1 100644 --- a/sdk/src/types/index.ts +++ b/sdk/src/types/index.ts @@ -15,10 +15,13 @@ export enum ChainId { base = 8453, avalanche = 43114, blast = 81457, + degen = 666666666, } export enum Source { Aggregator0x = '0x', + Aggregator1inch = '1inch', + // DEPRECATED: Use Aggregator1inch instead Aggregotor1inch = '1inch', } diff --git a/sdk/src/utils/constants.ts b/sdk/src/utils/constants.ts index 7f678e6..b4f9596 100644 --- a/sdk/src/utils/constants.ts +++ b/sdk/src/utils/constants.ts @@ -35,6 +35,7 @@ export const WRAPPED_ASSET: MultiChainAsset = { [`${ChainId.base}`]: '0x4200000000000000000000000000000000000006', [`${ChainId.avalanche}`]: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7', [`${ChainId.blast}`]: '0x4300000000000000000000000000000000000004', + [`${ChainId.degen}`]: '0xeb54dacb4c2ccb64f8074eceea33b5ebb38e5387', }; export const DAI: MultiChainAsset = {