Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 24, 2024
1 parent 714a128 commit 86c7a58
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 113 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@
]
},
"dependencies": {
"@lifi/types": "^13.18.2",
"@lifi/types": "^14.0.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.95.1",
"eth-rpc-errors": "^4.0.3",
"viem": "^2.17.9"
"viem": "^2.17.11"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitest/coverage-v8": "^2.0.4",
"bs58": "^6.0.0",
"eslint": "^8.57.0",
Expand All @@ -116,12 +116,12 @@
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"madge": "^7.0.0",
"msw": "^2.3.2",
"msw": "^2.3.4",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"peerDependencies": {
Expand Down
13 changes: 0 additions & 13 deletions tests/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ export const basicCoins: BasicCoin[] = [
address: '0x6983d1e6def3690c4d616b13597a09e6193ea013',
decimals: 18,
},
[ChainId.HEC]: {
address: '0x64ff637fb478863b7468bc97d30a5bf3a428a1fd',
decimals: 18,
name: 'Heco-Peg ETH Token',
},
[ChainId.BOB]: {
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
Expand Down Expand Up @@ -290,10 +285,6 @@ export const basicCoins: BasicCoin[] = [
address: '0x66e428c3f67a68878562e79a0234c1f83c208770',
decimals: 6,
},
[ChainId.HEC]: {
address: '0xa71edc38d189767582c38a3145b5873052c3e47a',
decimals: 18,
},
[ChainId.FUS]: {
address: '0xfadbbf8ce7d5b7041be672561bba99f79c532e10',
decimals: 6,
Expand Down Expand Up @@ -387,10 +378,6 @@ export const basicCoins: BasicCoin[] = [
address: '0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d',
decimals: 6,
},
[ChainId.HEC]: {
address: '0x9362bbef4b8313a8aa9f0c9808b80577aa26b73b',
decimals: 6,
},
[ChainId.CRO]: {
address: '0xc21223249ca28397b4b6541dffaecc539bff0c59',
decimals: 6,
Expand Down
Loading

0 comments on commit 86c7a58

Please sign in to comment.