Skip to content

Commit 09ce034

Browse files
Helpers: Add base protocols addresses (#114)
1 parent 51cf5f9 commit 09ce034

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* eslint-disable no-secrets/no-secrets */
2+
3+
export const ETH_USD = '0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70'
4+
export const DAI_USD = '0x591e79239a7d679378eC8c847e5038150364C78F'
5+
export const USDC_USD = '0x7e860098F58bBFC8648a4311b374B1D669a2bc6B'
6+
export const USDT_USD = '0xf19d560eB8d2ADf07BD6D13ed03e1D11215721F9'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* eslint-disable no-secrets/no-secrets */
2+
3+
export const BALANCER_V2_VAULT = '0xBA12222222228d8Ba445958a75a0704d566BF2C8'
4+
export const ONE_INCH_V5_ROUTER = '0x1111111254EEB25477B68fb85Ed929f73A960582'
5+
6+
export const AXELAR_GATEWAY = '0xe432150cce91c13a887f7D836923d5597adD8E31'

packages/helpers/src/addresses/protocols/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * as arbitrum from './arbitrum'
22
export * as avalanche from './avalanche'
3+
export * as base from './base'
34
export * as bsc from './bsc'
45
export * as fantom from './fantom'
56
export * as gnosis from './gnosis'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* eslint-disable no-secrets/no-secrets */
2+
3+
export const WETH = '0x4200000000000000000000000000000000000006'
4+
export const DAI = '0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb'
5+
export const USDC = '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913'

0 commit comments

Comments
 (0)