Skip to content

Commit 67a5370

Browse files
committed
chore: update veAero token name
1 parent ee642a8 commit 67a5370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qidao/sdk",
33
"license": "MIT",
4-
"version": "5.3.25-3",
4+
"version": "5.3.25-4",
55
"description": "🛠 An SDK for building applications on top of QiDao Protocol.",
66
"main": "./dist/index.js",
77
"umd:main": "dist/index.umd.js",

src/vaultInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ const BASE_COLLATERALS = [
25972597
shortName: 'veaero',
25982598
vaultAddress: BASE_VE_AERO_VAULT_ADDRESS,
25992599
chainId: ChainId.BASE,
2600-
token: new Token(ChainId.BASE, BASE_AERO_ADDRESS, 18, 'AERO', 'Aerodrome'),
2600+
token: new Token(ChainId.BASE, BASE_AERO_ADDRESS, 18, 'veAERO', 'Voting Escrowed Aerodrome'),
26012601
connect: GraceQiVault__factory.connect,
26022602
discriminator: 'GraceQiVault',
26032603
minimumCDR: 300,

0 commit comments

Comments
 (0)