From 8aa3fd08b046e3e13548c1b467246ba3118185d8 Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Tue, 20 Feb 2024 11:29:22 -0300 Subject: [PATCH] chore: added tabond sepolia --- package.json | 2 +- src/constants/tokens.ts | 2 ++ yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4919bb3f..038d607d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "legacy-build": "rimraf ./config && mkdir config && run-func dist/apeswap-lists.cjs.development.js buildLegacyConfig && yarn run format:write" }, "dependencies": { - "@ape.swap/sdk": "4.4.2", + "@ape.swap/sdk": "4.4.4", "bignumber.js": "^9.0.2", "ethers": "^5.6.9", "path": "^0.12.7" diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 93acee65..af8f66c4 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -25,9 +25,11 @@ const tokens: Record = { symbol: 'TABOND', address: { [ChainId.INEVM_TESTNET]: '0x765FAE7497559175A73aa223894047c213CA5c82', + [ChainId.SEPOLIA]: '0x7039F6DDB900762c33842e406fB908EB8a03fB84', }, decimals: { [ChainId.INEVM_TESTNET]: 18, + [ChainId.SEPOLIA]: 18, }, active: true, }, diff --git a/yarn.lock b/yarn.lock index 0aa9c810..eb77c132 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@ape.swap/sdk@4.4.2": - version "4.4.2" - resolved "https://registry.yarnpkg.com/@ape.swap/sdk/-/sdk-4.4.2.tgz#d720f1000ff1487f178a5424d5abcd59fbf45308" - integrity sha512-3Macyd7XHlwwLqapNEOm4hKyj26eH9LUwYt3E7sy5ZxazhJFx/hacIOyNUtbJqcNPhhlWK5VDom9cUIVBZvS3A== +"@ape.swap/sdk@4.4.4": + version "4.4.4" + resolved "https://registry.yarnpkg.com/@ape.swap/sdk/-/sdk-4.4.4.tgz#27bc1563520975b9894cb99b162166b921419623" + integrity sha512-/nkkAS6QhN0Uf7F38PSjLuMZiW/ZvLlbwB+0tFYL2hNKsWRpW9pgeSrZHWfQGweMxBvqdVTy19ENtQasrN9dhg== dependencies: "@uniswap/v2-core" "^1.0.0" big.js "^5.2.2"