@xyo-network/gas-ethereum-blockchain-plugins 2.61.0 → 2.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-plugin';
3
- import { XyoEthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
4
- import { XyoEthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin';
5
- export const XyoEthereumGasPlugins = [...XyoEthereumGasEtherchainPlugins, XyoEthereumGasEtherscanPlugin];
3
+ import { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
4
+ import { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin';
5
+ export const EthereumGasPlugins = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin];
6
6
  // eslint-disable-next-line import/no-default-export
7
- export default XyoEthereumGasPlugins;
7
+ export default EthereumGasPlugins;
8
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAE1D,OAAO,EAAE,+BAA+B,EAAE,MAAM,yDAAyD,CAAA;AACzG,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAA;AAG1F,MAAM,CAAC,MAAM,qBAAqB,GAA2B,CAAC,GAAG,+BAA+B,EAAE,6BAA6B,CAAC,CAAA;AAEhI,oDAAoD;AACpD,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAE1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAA;AACtG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAA;AAGvF,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CAAC,GAAG,4BAA4B,EAAE,0BAA0B,CAAC,CAAA;AAEvH,oDAAoD;AACpD,eAAe,kBAAkB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-plugin';
3
3
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const XyoEthereumGasPlugins: PayloadSetPluginFunc[];
5
- export default XyoEthereumGasPlugins;
4
+ export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
5
+ export default EthereumGasPlugins;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,qBAAqB,EAAE,oBAAoB,EAAwE,CAAA;AAGhI,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.61.0",
14
- "@xyo-network/etherscan-ethereum-gas-plugin": "^2.61.0",
15
- "@xyo-network/payloadset-plugin": "^2.61.0"
13
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.62.0",
14
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^2.62.0",
15
+ "@xyo-network/payloadset-plugin": "^2.62.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.17.13",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "types": "dist/types/index.d.ts",
55
- "version": "2.61.0"
55
+ "version": "2.62.0"
56
56
  }
package/src/index.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-plugin'
3
3
 
4
- import { XyoEthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'
5
- import { XyoEthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'
4
+ import { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'
5
+ import { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'
6
6
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
7
7
 
8
- export const XyoEthereumGasPlugins: PayloadSetPluginFunc[] = [...XyoEthereumGasEtherchainPlugins, XyoEthereumGasEtherscanPlugin]
8
+ export const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]
9
9
 
10
10
  // eslint-disable-next-line import/no-default-export
11
- export default XyoEthereumGasPlugins
11
+ export default EthereumGasPlugins