diff --git a/src/config.ts b/src/config.ts index 34df3b4..4e934e9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -44,7 +44,7 @@ const poa: OffChainOracle = { const chainlink: OnChainOracle = { name: 'chainlink', callData: '0x50d25bcd', - contract: '0xA417221ef64b1549575C977764E651c9FAB50141', + contract: '0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C', denominator: '1000000000' }; diff --git a/tests/index.test.ts b/tests/index.test.ts index e2662cb..27feacd 100644 --- a/tests/index.test.ts +++ b/tests/index.test.ts @@ -51,7 +51,6 @@ describe('fetchGasPricesOffChain', function () { describe('fetchGasPricesOnChain', function () { it('should work', async function () { const gas: number = await oracle.fetchGasPricesOnChain(); - gas.should.be.a('number'); gas.should.be.above(1); gas.should.not.be.equal(0);