zircon-sdk
Advanced tools
Comparing version 1.0.11-rc-102 to 1.0.11-rc-103
@@ -180,3 +180,4 @@ import JSBI from 'jsbi'; | ||
BSCT = 97, | ||
ARBGOERLY = 421613 | ||
ARBGOERLY = 421613, | ||
ARBITRUM = 42161 | ||
} | ||
@@ -192,2 +193,15 @@ export declare enum TradeType { | ||
} | ||
export declare const ARBITRUM_ADDRESSES: { | ||
WETH: string; | ||
factory: string; | ||
router: string; | ||
multicall: string; | ||
pylonRouter: string; | ||
pylonFactory: string; | ||
energyFactory: string; | ||
farmFactory: string; | ||
ptFactory: string; | ||
migrator: string; | ||
feeToSetter: string; | ||
}; | ||
export declare const ARBGOERLY_ADDRESSES: { | ||
@@ -194,0 +208,0 @@ WETH: string; |
@@ -37,2 +37,3 @@ import { ChainId } from '../constants'; | ||
421613: Token; | ||
42161: Token; | ||
}; |
{ | ||
"name": "zircon-sdk", | ||
"license": "MIT", | ||
"version": "1.0.11-rc-102", | ||
"version": "1.0.11-rc-103", | ||
"description": "The Pylon SDK for Zircon Finance Platform.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2938758
19002
114