Socket
Socket
Sign inDemoInstall

@celo/abis

Package Overview
Dependencies
Maintainers
9
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/abis - npm Package Compare versions

Comparing version 11.0.0-canary.5 to 11.0.0-canary.6

7

dist/cjs/GasPriceMinimum.js

@@ -68,2 +68,9 @@ "use strict";

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
stateMutability: 'view',
type: 'function',
inputs: [],
name: 'adjustmentSpeed',

@@ -70,0 +77,0 @@ outputs: [{ name: 'value', internalType: 'uint256', type: 'uint256' }],

@@ -109,2 +109,9 @@ "use strict";

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'adjustmentSpeed',

@@ -111,0 +118,0 @@ outputs: [{ internalType: 'uint256', name: 'value', type: 'uint256' }],

@@ -109,2 +109,9 @@ "use strict";

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'adjustmentSpeed',

@@ -111,0 +118,0 @@ outputs: [{ internalType: 'uint256', name: 'value', type: 'uint256' }],

@@ -65,2 +65,9 @@ export const gasPriceMinimumABI = [

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
stateMutability: 'view',
type: 'function',
inputs: [],
name: 'adjustmentSpeed',

@@ -67,0 +74,0 @@ outputs: [{ name: 'value', internalType: 'uint256', type: 'uint256' }],

@@ -106,2 +106,9 @@ export const ABI = [

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'adjustmentSpeed',

@@ -108,0 +115,0 @@ outputs: [{ internalType: 'uint256', name: 'value', type: 'uint256' }],

@@ -106,2 +106,9 @@ export const ABI = [

inputs: [],
name: 'ABSOLUTE_MINIMAL_GAS_PRICE',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'adjustmentSpeed',

@@ -108,0 +115,0 @@ outputs: [{ internalType: 'uint256', name: 'value', type: 'uint256' }],

@@ -114,2 +114,15 @@ {

"inputs": [],
"name": "ABSOLUTE_MINIMAL_GAS_PRICE",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "adjustmentSpeed",

@@ -116,0 +129,0 @@ "outputs": [

@@ -88,2 +88,12 @@ export declare const gasPriceMinimumABI: readonly [{

readonly inputs: readonly [];
readonly name: "ABSOLUTE_MINIMAL_GAS_PRICE";
readonly outputs: readonly [{
readonly name: "";
readonly internalType: "uint256";
readonly type: "uint256";
}];
}, {
readonly stateMutability: "view";
readonly type: "function";
readonly inputs: readonly [];
readonly name: "adjustmentSpeed";

@@ -90,0 +100,0 @@ readonly outputs: readonly [{

1

dist/types/web3/0.8/GasPriceMinimum.d.ts

@@ -9,2 +9,3 @@ /// <reference types="node" />

methods: {
ABSOLUTE_MINIMAL_GAS_PRICE(): CeloTxObject<string>;
adjustmentSpeed(): CeloTxObject<string>;

@@ -11,0 +12,0 @@ baseFeeOpCodeActivationBlock(): CeloTxObject<string>;

@@ -9,2 +9,3 @@ /// <reference types="node" />

methods: {
ABSOLUTE_MINIMAL_GAS_PRICE(): CeloTxObject<string>;
adjustmentSpeed(): CeloTxObject<string>;

@@ -11,0 +12,0 @@ baseFeeOpCodeActivationBlock(): CeloTxObject<string>;

2

package.json

@@ -540,3 +540,3 @@ {

},
"version": "11.0.0-canary.5"
"version": "11.0.0-canary.6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc