Skip to content

Commit dffdcc2

Browse files
committed
chore(release): 3.0.0-beta.0
1 parent c585fa2 commit dffdcc2

File tree

4 files changed

+239
-291
lines changed

4 files changed

+239
-291
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.0.0-alpha.63",
3+
"version": "3.0.0-beta.0",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"keywords": [
66
"bridge",
@@ -94,32 +94,32 @@
9494
]
9595
},
9696
"dependencies": {
97-
"@lifi/types": "^13.7.1",
97+
"@lifi/types": "^13.12.0",
9898
"@solana/wallet-adapter-base": "^0.9.23",
99-
"@solana/web3.js": "^1.91.8",
99+
"@solana/web3.js": "^1.92.2",
100100
"eth-rpc-errors": "^4.0.3",
101-
"viem": "^2.12.1"
101+
"viem": "^2.13.7"
102102
},
103103
"devDependencies": {
104104
"@commitlint/cli": "^19.3.0",
105105
"@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.10.0",
109-
"@typescript-eslint/parser": "^7.10.0",
108+
"@typescript-eslint/eslint-plugin": "^7.12.0",
109+
"@typescript-eslint/parser": "^7.12.0",
110110
"@vitest/coverage-v8": "^1.6.0",
111111
"bs58": "^5.0.0",
112112
"eslint": "^8.57.0",
113113
"eslint-config-prettier": "^9.1.0",
114-
"eslint-plugin-jsdoc": "^48.2.6",
114+
"eslint-plugin-jsdoc": "^48.2.8",
115115
"eslint-plugin-prettier": "^5.1.3",
116116
"fs-extra": "^11.2.0",
117117
"husky": "^9.0.11",
118-
"lint-staged": "^15.2.4",
118+
"lint-staged": "^15.2.5",
119119
"madge": "^7.0.0",
120-
"msw": "^2.3.0",
120+
"msw": "^2.3.1",
121121
"pinst": "^3.0.0",
122-
"prettier": "^3.2.5",
122+
"prettier": "^3.3.1",
123123
"standard-version": "^9.5.0",
124124
"ts-node": "^10.9.2",
125125
"typescript": "^5.4.5",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const name = '@lifi/sdk'
2-
export const version = '3.0.0-alpha.63'
2+
export const version = '3.0.0-beta.0'

tests/tokens.ts

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -99,27 +99,6 @@ export const basicCoins: BasicCoin[] = [
9999
address: '0x85219708c49aa701871ad330a94ea0f41dff24ca',
100100
decimals: 18,
101101
},
102-
// Testnets
103-
[ChainId.ONET]: {
104-
address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
105-
decimals: 18,
106-
},
107-
[ChainId.BSCT]: {
108-
address: '0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378',
109-
decimals: 18,
110-
},
111-
[ChainId.OPTG]: {
112-
address: '0x0000000000000000000000000000000000000000',
113-
decimals: 18,
114-
},
115-
[ChainId.ARBG]: {
116-
address: '0x0000000000000000000000000000000000000000',
117-
decimals: 18,
118-
},
119-
[ChainId.LNAT]: {
120-
address: '0x0000000000000000000000000000000000000000',
121-
decimals: 18,
122-
},
123102
},
124103
},
125104
// > MATIC
@@ -159,12 +138,6 @@ export const basicCoins: BasicCoin[] = [
159138
address: '0x6ab0b8c1a35f9f4ce107ccbd05049cb1dbd99ec5',
160139
decimals: 18,
161140
},
162-
163-
// Testnet
164-
[ChainId.LNAT]: {
165-
address: '0xa55C7E1274bE5db2275a0BDd055f81e8263b7954',
166-
decimals: 18,
167-
},
168141
},
169142
},
170143
// > DAI
@@ -452,14 +425,6 @@ export const basicCoins: BasicCoin[] = [
452425
decimals: 6,
453426
name: 'Multichain USDC',
454427
},
455-
456-
// Testnets
457-
[ChainId.LNAT]: {
458-
address: '0x964FF70695da981027c81020B1c58d833D49A640',
459-
decimals: 6,
460-
name: 'Linea USD Coin',
461-
},
462-
// 42, 0xb7a4f3e9097c08da09517b5ab877f7a917224ede, 6
463428
},
464429
},
465430
// > Solana

0 commit comments

Comments
 (0)