@xyo-network/ethereum-blockchain-plugins 2.61.1 → 2.61.2

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,6 +1,6 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-plugins';
2
- import { XyoEthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins';
3
- export const XyoEthereumPlugins = [...XyoEthereumGasPlugins];
2
+ import { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins';
3
+ export const EthereumPlugins = [...EthereumGasPlugins];
4
4
  // eslint-disable-next-line import/no-default-export
5
- export default XyoEthereumPlugins;
5
+ export default EthereumPlugins;
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAE5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAA;AAGpF,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CAAC,GAAG,qBAAqB,CAAC,CAAA;AAEpF,oDAAoD;AACpD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAE5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAA;AAGjF,MAAM,CAAC,MAAM,eAAe,GAA2B,CAAC,GAAG,kBAAkB,CAAC,CAAA;AAE9E,oDAAoD;AACpD,eAAe,eAAe,CAAA"}
@@ -1,5 +1,5 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-plugins';
2
2
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const XyoEthereumPlugins: PayloadSetPluginFunc[];
4
- export default XyoEthereumPlugins;
3
+ export declare const EthereumPlugins: PayloadSetPluginFunc[];
4
+ export default EthereumPlugins;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAA+B,CAAA;AAGpF,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,eAAe,EAAE,oBAAoB,EAA4B,CAAA;AAG9E,eAAe,eAAe,CAAA"}
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/gas-ethereum-blockchain-plugins": "^2.61.1",
14
- "@xyo-network/payloadset-plugin": "^2.61.1"
13
+ "@xyo-network/gas-ethereum-blockchain-plugins": "^2.61.2",
14
+ "@xyo-network/payloadset-plugin": "^2.61.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.17.13",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.61.1"
54
+ "version": "2.61.2"
55
55
  }
package/src/index.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-plugins'
2
2
 
3
- import { XyoEthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'
3
+ import { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'
4
4
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
5
5
 
6
- export const XyoEthereumPlugins: PayloadSetPluginFunc[] = [...XyoEthereumGasPlugins]
6
+ export const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]
7
7
 
8
8
  // eslint-disable-next-line import/no-default-export
9
- export default XyoEthereumPlugins
9
+ export default EthereumPlugins