Skip to content

Commit 31f2a6d

Browse files
committed
chore: bump packages
1 parent 3905af1 commit 31f2a6d

File tree

6 files changed

+1496
-1856
lines changed

6 files changed

+1496
-1856
lines changed

.yarn/releases/yarn-4.0.2.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,38 +94,38 @@
9494
]
9595
},
9696
"dependencies": {
97-
"@lifi/types": "^11.5.0",
97+
"@lifi/types": "^12.1.0",
9898
"@solana/wallet-adapter-base": "^0.9.23",
99-
"@solana/web3.js": "^1.91.3",
99+
"@solana/web3.js": "^1.91.6",
100100
"eth-rpc-errors": "^4.0.3",
101-
"viem": "^2.9.8"
101+
"viem": "^2.9.21"
102102
},
103103
"devDependencies": {
104-
"@commitlint/cli": "^19.2.1",
105-
"@commitlint/config-conventional": "^19.1.0",
104+
"@commitlint/cli": "^19.2.2",
105+
"@commitlint/config-conventional": "^19.2.2",
106106
"@types/fs-extra": "^11.0.4",
107107
"@types/ws": "^8.5.10",
108-
"@typescript-eslint/eslint-plugin": "^7.5.0",
109-
"@typescript-eslint/parser": "^7.5.0",
110-
"@vitest/coverage-v8": "^1.4.0",
108+
"@typescript-eslint/eslint-plugin": "^7.7.0",
109+
"@typescript-eslint/parser": "^7.7.0",
110+
"@vitest/coverage-v8": "^1.5.0",
111111
"bs58": "^5.0.0",
112112
"eslint": "^8.57.0",
113113
"eslint-config-prettier": "^9.1.0",
114-
"eslint-plugin-jsdoc": "^48.2.2",
114+
"eslint-plugin-jsdoc": "^48.2.3",
115115
"eslint-plugin-prettier": "^5.1.3",
116116
"fs-extra": "^11.2.0",
117117
"husky": "^9.0.11",
118118
"lint-staged": "^15.2.2",
119-
"madge": "^6.1.0",
120-
"msw": "^2.2.13",
119+
"madge": "^7.0.0",
120+
"msw": "^2.2.14",
121121
"pinst": "^3.0.0",
122122
"prettier": "^3.2.5",
123123
"standard-version": "^9.5.0",
124124
"ts-node": "^10.9.2",
125-
"typescript": "^5.4.3",
126-
"vitest": "^1.4.0"
125+
"typescript": "^5.4.5",
126+
"vitest": "^1.5.0"
127127
},
128-
"packageManager": "yarn@4.0.2",
128+
"packageManager": "yarn@4.1.1",
129129
"publishConfig": {
130130
"access": "public"
131131
},

src/core/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ const substatusMessages: Record<
4141
PENDING: {
4242
BRIDGE_NOT_AVAILABLE: 'Bridge communication is temporarily unavailable.',
4343
CHAIN_NOT_AVAILABLE: 'RPC communication is temporarily unavailable.',
44-
NOT_PROCESSABLE_REFUND_NEEDED:
45-
'The transfer cannot be completed successfully. A refund operation is required.',
4644
UNKNOWN_ERROR:
4745
'An unexpected error occurred. Please seek assistance in the LI.FI discord server.',
4846
WAIT_SOURCE_CONFIRMATIONS:

tests/tokens.ts

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ export const basicCoins: BasicCoin[] = [
106106
decimals: 18,
107107
},
108108
// Testnets
109-
[ChainId.GOR]: {
110-
address: '0x0000000000000000000000000000000000000000',
111-
decimals: 18,
112-
},
113109
[ChainId.ONET]: {
114110
address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
115111
decimals: 18,
@@ -171,10 +167,6 @@ export const basicCoins: BasicCoin[] = [
171167
},
172168

173169
// Testnet
174-
[ChainId.MUM]: {
175-
address: '0x0000000000000000000000000000000000000000',
176-
decimals: 18,
177-
},
178170
[ChainId.LNAT]: {
179171
address: '0xa55C7E1274bE5db2275a0BDd055f81e8263b7954',
180172
decimals: 18,
@@ -274,17 +266,6 @@ export const basicCoins: BasicCoin[] = [
274266
address: '0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d',
275267
decimals: 18,
276268
},
277-
278-
// Testnets
279-
[ChainId.GOR]: {
280-
address: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60', // other: 0xc61ba16e864efbd06a9fe30aab39d18b8f63710a'
281-
decimals: 18,
282-
},
283-
[ChainId.MUM]: {
284-
address: '0xb224913ce3851b0a0d7c0fb461eef40f2e31ddb8',
285-
decimals: 18,
286-
},
287-
// 42, 0x4f96fe3b7a6cf9725f59d353f723c1bdb64ca6aa, 18
288269
},
289270
},
290271
// OTHER STABLECOINS
@@ -385,12 +366,6 @@ export const basicCoins: BasicCoin[] = [
385366
decimals: 6,
386367
name: 'Multichain USDT',
387368
},
388-
389-
// Testnets
390-
[ChainId.GOR]: {
391-
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
392-
decimals: 6,
393-
},
394369
},
395370
},
396371
// USDC
@@ -498,14 +473,6 @@ export const basicCoins: BasicCoin[] = [
498473
},
499474

500475
// Testnets
501-
[ChainId.GOR]: {
502-
address: '0xd87ba7a50b2e7e660f678a895e4b72e7cb4ccd9c',
503-
decimals: 6,
504-
},
505-
[ChainId.MUM]: {
506-
address: '0x6d4dd09982853f08d9966ac3ca4eb5885f16f2b2',
507-
decimals: 6,
508-
},
509476
[ChainId.LNAT]: {
510477
address: '0x964FF70695da981027c81020B1c58d833D49A640',
511478
decimals: 6,

0 commit comments

Comments
 (0)