Skip to content

Commit

Permalink
chore: added tabond sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Feb 20, 2024
1 parent 35e225b commit 8aa3fd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ const tokens: Record<string, Token> = {
symbol: 'TABOND',
address: {
[ChainId.INEVM_TESTNET]: '0x765FAE7497559175A73aa223894047c213CA5c82',
[ChainId.SEPOLIA]: '0x7039F6DDB900762c33842e406fB908EB8a03fB84',
},
decimals: {
[ChainId.INEVM_TESTNET]: 18,
[ChainId.SEPOLIA]: 18,
},
active: true,
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@ape.swap/[email protected].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/[email protected].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"
Expand Down

0 comments on commit 8aa3fd0

Please sign in to comment.