Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 6, 2024
1 parent c585fa2 commit dffdcc2
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 291 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.0.0-alpha.63",
"version": "3.0.0-beta.0",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -94,32 +94,32 @@
]
},
"dependencies": {
"@lifi/types": "^13.7.1",
"@lifi/types": "^13.12.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.91.8",
"@solana/web3.js": "^1.92.2",
"eth-rpc-errors": "^4.0.3",
"viem": "^2.12.1"
"viem": "^2.13.7"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"bs58": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.6",
"eslint-plugin-jsdoc": "^48.2.8",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.4",
"lint-staged": "^15.2.5",
"madge": "^7.0.0",
"msw": "^2.3.0",
"msw": "^2.3.1",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/sdk'
export const version = '3.0.0-alpha.63'
export const version = '3.0.0-beta.0'
35 changes: 0 additions & 35 deletions tests/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,6 @@ export const basicCoins: BasicCoin[] = [
address: '0x85219708c49aa701871ad330a94ea0f41dff24ca',
decimals: 18,
},
// Testnets
[ChainId.ONET]: {
address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
decimals: 18,
},
[ChainId.BSCT]: {
address: '0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378',
decimals: 18,
},
[ChainId.OPTG]: {
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
},
[ChainId.ARBG]: {
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
},
[ChainId.LNAT]: {
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
},
},
},
// > MATIC
Expand Down Expand Up @@ -159,12 +138,6 @@ export const basicCoins: BasicCoin[] = [
address: '0x6ab0b8c1a35f9f4ce107ccbd05049cb1dbd99ec5',
decimals: 18,
},

// Testnet
[ChainId.LNAT]: {
address: '0xa55C7E1274bE5db2275a0BDd055f81e8263b7954',
decimals: 18,
},
},
},
// > DAI
Expand Down Expand Up @@ -452,14 +425,6 @@ export const basicCoins: BasicCoin[] = [
decimals: 6,
name: 'Multichain USDC',
},

// Testnets
[ChainId.LNAT]: {
address: '0x964FF70695da981027c81020B1c58d833D49A640',
decimals: 6,
name: 'Linea USD Coin',
},
// 42, 0xb7a4f3e9097c08da09517b5ab877f7a917224ede, 6
},
},
// > Solana
Expand Down
Loading

0 comments on commit dffdcc2

Please sign in to comment.