@xyo-network/react-storybook 2.64.0-rc.3 → 2.64.0-rc.6
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/browser/DeprecateStory.d.mts.map +1 -0
- package/dist/browser/DeprecateStory.d.ts.map +1 -0
- package/dist/browser/DeprecateStory.js +12 -0
- package/dist/browser/DeprecateStory.js.map +1 -0
- package/dist/browser/WithMapboxSetup.d.mts.map +1 -0
- package/dist/browser/WithMapboxSetup.d.ts.map +1 -0
- package/dist/browser/WithMapboxSetup.js +9 -0
- package/dist/browser/WithMapboxSetup.js.map +1 -0
- package/dist/browser/WithRefDecorator.d.mts.map +1 -0
- package/dist/browser/WithRefDecorator.d.ts.map +1 -0
- package/dist/browser/WithRefDecorator.js +20 -0
- package/dist/browser/WithRefDecorator.js.map +1 -0
- package/dist/browser/defaultSeedPhrase.d.mts.map +1 -0
- package/dist/browser/defaultSeedPhrase.d.ts.map +1 -0
- package/dist/browser/defaultSeedPhrase.js +5 -0
- package/dist/browser/defaultSeedPhrase.js.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/sampleAddressHistory.d.mts.map +1 -0
- package/dist/browser/sampleAddressHistory.d.ts.map +1 -0
- package/dist/browser/sampleAddressHistory.js +118 -0
- package/dist/browser/sampleAddressHistory.js.map +1 -0
- package/dist/browser/sampleBlock.d.mts.map +1 -0
- package/dist/browser/sampleBlock.d.ts.map +1 -0
- package/dist/browser/sampleBlock.js +95 -0
- package/dist/browser/sampleBlock.js.map +1 -0
- package/dist/browser/sampleCoinGeckoPayload.d.mts.map +1 -0
- package/dist/browser/sampleCoinGeckoPayload.d.ts.map +1 -0
- package/dist/browser/sampleCoinGeckoPayload.js +76 -0
- package/dist/browser/sampleCoinGeckoPayload.js.map +1 -0
- package/dist/browser/sampleEthereumGasDivinerPayload.d.mts.map +1 -0
- package/dist/browser/sampleEthereumGasDivinerPayload.d.ts.map +1 -0
- package/dist/browser/sampleEthereumGasDivinerPayload.js +28 -0
- package/dist/browser/sampleEthereumGasDivinerPayload.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/blocknative.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/blocknative.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/blocknative.js +95 -0
- package/dist/browser/sampleGasPricePayloads/blocknative.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethGasStation.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethGasStation.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethGasStation.js +22 -0
- package/dist/browser/sampleGasPricePayloads/ethGasStation.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV1.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV1.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV1.js +14 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV1.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV2.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV2.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV2.js +17 -0
- package/dist/browser/sampleGasPricePayloads/etherchainV2.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethers.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethers.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/ethers.js +12 -0
- package/dist/browser/sampleGasPricePayloads/ethers.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherscan.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherscan.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/etherscan.js +18 -0
- package/dist/browser/sampleGasPricePayloads/etherscan.js.map +1 -0
- package/dist/browser/sampleGasPricePayloads/index.d.mts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/index.d.ts.map +1 -0
- package/dist/browser/sampleGasPricePayloads/index.js +7 -0
- package/dist/browser/sampleGasPricePayloads/index.js.map +1 -0
- package/dist/browser/samplePayload.d.mts.map +1 -0
- package/dist/browser/samplePayload.d.ts.map +1 -0
- package/dist/browser/samplePayload.js +35 -0
- package/dist/browser/samplePayload.js.map +1 -0
- package/dist/browser/sampleUniswapPayload.d.mts.map +1 -0
- package/dist/browser/sampleUniswapPayload.d.ts.map +1 -0
- package/dist/browser/sampleUniswapPayload.js +198 -0
- package/dist/browser/sampleUniswapPayload.js.map +1 -0
- package/dist/browser/useAppThemeDecorator.d.mts.map +1 -0
- package/dist/browser/useAppThemeDecorator.d.ts.map +1 -0
- package/dist/browser/useAppThemeDecorator.js +23 -0
- package/dist/browser/useAppThemeDecorator.js.map +1 -0
- package/dist/node/DeprecateStory.d.mts +5 -0
- package/dist/node/DeprecateStory.d.mts.map +1 -0
- package/dist/node/DeprecateStory.d.ts +5 -0
- package/dist/node/DeprecateStory.d.ts.map +1 -0
- package/dist/node/DeprecateStory.js +36 -0
- package/dist/node/DeprecateStory.js.map +1 -0
- package/dist/node/DeprecateStory.mjs +12 -0
- package/dist/node/DeprecateStory.mjs.map +1 -0
- package/dist/node/WithMapboxSetup.d.mts +3 -0
- package/dist/node/WithMapboxSetup.d.mts.map +1 -0
- package/dist/node/WithMapboxSetup.d.ts +3 -0
- package/dist/node/WithMapboxSetup.d.ts.map +1 -0
- package/dist/node/WithMapboxSetup.js +33 -0
- package/dist/node/WithMapboxSetup.js.map +1 -0
- package/dist/node/WithMapboxSetup.mjs +9 -0
- package/dist/node/WithMapboxSetup.mjs.map +1 -0
- package/dist/node/WithRefDecorator.d.mts +3 -0
- package/dist/node/WithRefDecorator.d.mts.map +1 -0
- package/dist/node/WithRefDecorator.d.ts +3 -0
- package/dist/node/WithRefDecorator.d.ts.map +1 -0
- package/dist/node/WithRefDecorator.js +44 -0
- package/dist/node/WithRefDecorator.js.map +1 -0
- package/dist/node/WithRefDecorator.mjs +20 -0
- package/dist/node/WithRefDecorator.mjs.map +1 -0
- package/dist/node/defaultSeedPhrase.d.mts +2 -0
- package/dist/node/defaultSeedPhrase.d.mts.map +1 -0
- package/dist/node/defaultSeedPhrase.d.ts +2 -0
- package/dist/node/defaultSeedPhrase.d.ts.map +1 -0
- package/dist/node/defaultSeedPhrase.js +29 -0
- package/dist/node/defaultSeedPhrase.js.map +1 -0
- package/dist/node/defaultSeedPhrase.mjs +5 -0
- package/dist/node/defaultSeedPhrase.mjs.map +1 -0
- package/dist/node/index.d.mts +13 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +13 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +45 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +13 -0
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/sampleAddressHistory.d.mts +35 -0
- package/dist/node/sampleAddressHistory.d.mts.map +1 -0
- package/dist/node/sampleAddressHistory.d.ts +35 -0
- package/dist/node/sampleAddressHistory.d.ts.map +1 -0
- package/dist/node/sampleAddressHistory.js +143 -0
- package/dist/node/sampleAddressHistory.js.map +1 -0
- package/dist/node/sampleAddressHistory.mjs +118 -0
- package/dist/node/sampleAddressHistory.mjs.map +1 -0
- package/dist/node/sampleBlock.d.mts +7 -0
- package/dist/node/sampleBlock.d.mts.map +1 -0
- package/dist/node/sampleBlock.d.ts +7 -0
- package/dist/node/sampleBlock.d.ts.map +1 -0
- package/dist/node/sampleBlock.js +121 -0
- package/dist/node/sampleBlock.js.map +1 -0
- package/dist/node/sampleBlock.mjs +95 -0
- package/dist/node/sampleBlock.mjs.map +1 -0
- package/dist/node/sampleCoinGeckoPayload.d.mts +73 -0
- package/dist/node/sampleCoinGeckoPayload.d.mts.map +1 -0
- package/dist/node/sampleCoinGeckoPayload.d.ts +73 -0
- package/dist/node/sampleCoinGeckoPayload.d.ts.map +1 -0
- package/dist/node/sampleCoinGeckoPayload.js +100 -0
- package/dist/node/sampleCoinGeckoPayload.js.map +1 -0
- package/dist/node/sampleCoinGeckoPayload.mjs +76 -0
- package/dist/node/sampleCoinGeckoPayload.mjs.map +1 -0
- package/dist/node/sampleEthereumGasDivinerPayload.d.mts +24 -0
- package/dist/node/sampleEthereumGasDivinerPayload.d.mts.map +1 -0
- package/dist/node/sampleEthereumGasDivinerPayload.d.ts +24 -0
- package/dist/node/sampleEthereumGasDivinerPayload.d.ts.map +1 -0
- package/dist/node/sampleEthereumGasDivinerPayload.js +53 -0
- package/dist/node/sampleEthereumGasDivinerPayload.js.map +1 -0
- package/dist/node/sampleEthereumGasDivinerPayload.mjs +28 -0
- package/dist/node/sampleEthereumGasDivinerPayload.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/blocknative.d.mts +68 -0
- package/dist/node/sampleGasPricePayloads/blocknative.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/blocknative.d.ts +68 -0
- package/dist/node/sampleGasPricePayloads/blocknative.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/blocknative.js +119 -0
- package/dist/node/sampleGasPricePayloads/blocknative.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/blocknative.mjs +95 -0
- package/dist/node/sampleGasPricePayloads/blocknative.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.d.mts +19 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.d.ts +19 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.js +46 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.mjs +22 -0
- package/dist/node/sampleGasPricePayloads/ethGasStation.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.d.mts +11 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.d.ts +11 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.js +38 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.mjs +14 -0
- package/dist/node/sampleGasPricePayloads/etherchainV1.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.d.mts +14 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.d.ts +14 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.js +41 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.mjs +17 -0
- package/dist/node/sampleGasPricePayloads/etherchainV2.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethers.d.mts +9 -0
- package/dist/node/sampleGasPricePayloads/ethers.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethers.d.ts +9 -0
- package/dist/node/sampleGasPricePayloads/ethers.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethers.js +36 -0
- package/dist/node/sampleGasPricePayloads/ethers.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/ethers.mjs +12 -0
- package/dist/node/sampleGasPricePayloads/ethers.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherscan.d.mts +15 -0
- package/dist/node/sampleGasPricePayloads/etherscan.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherscan.d.ts +15 -0
- package/dist/node/sampleGasPricePayloads/etherscan.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherscan.js +42 -0
- package/dist/node/sampleGasPricePayloads/etherscan.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/etherscan.mjs +18 -0
- package/dist/node/sampleGasPricePayloads/etherscan.mjs.map +1 -0
- package/dist/node/sampleGasPricePayloads/index.d.mts +7 -0
- package/dist/node/sampleGasPricePayloads/index.d.mts.map +1 -0
- package/dist/node/sampleGasPricePayloads/index.d.ts +7 -0
- package/dist/node/sampleGasPricePayloads/index.d.ts.map +1 -0
- package/dist/node/sampleGasPricePayloads/index.js +33 -0
- package/dist/node/sampleGasPricePayloads/index.js.map +1 -0
- package/dist/node/sampleGasPricePayloads/index.mjs +7 -0
- package/dist/node/sampleGasPricePayloads/index.mjs.map +1 -0
- package/dist/node/samplePayload.d.mts +31 -0
- package/dist/node/samplePayload.d.mts.map +1 -0
- package/dist/node/samplePayload.d.ts +31 -0
- package/dist/node/samplePayload.d.ts.map +1 -0
- package/dist/node/samplePayload.js +61 -0
- package/dist/node/samplePayload.js.map +1 -0
- package/dist/node/samplePayload.mjs +35 -0
- package/dist/node/samplePayload.mjs.map +1 -0
- package/dist/node/sampleUniswapPayload.d.mts +17 -0
- package/dist/node/sampleUniswapPayload.d.mts.map +1 -0
- package/dist/node/sampleUniswapPayload.d.ts +17 -0
- package/dist/node/sampleUniswapPayload.d.ts.map +1 -0
- package/dist/node/sampleUniswapPayload.js +223 -0
- package/dist/node/sampleUniswapPayload.js.map +1 -0
- package/dist/node/sampleUniswapPayload.mjs +198 -0
- package/dist/node/sampleUniswapPayload.mjs.map +1 -0
- package/dist/node/useAppThemeDecorator.d.mts +4 -0
- package/dist/node/useAppThemeDecorator.d.mts.map +1 -0
- package/dist/node/useAppThemeDecorator.d.ts +4 -0
- package/dist/node/useAppThemeDecorator.d.ts.map +1 -0
- package/dist/node/useAppThemeDecorator.js +47 -0
- package/dist/node/useAppThemeDecorator.js.map +1 -0
- package/dist/node/useAppThemeDecorator.mjs +23 -0
- package/dist/node/useAppThemeDecorator.mjs.map +1 -0
- package/package.json +24 -24
- package/dist/DeprecateStory.d.mts.map +0 -1
- package/dist/DeprecateStory.d.ts.map +0 -1
- package/dist/WithMapboxSetup.d.mts.map +0 -1
- package/dist/WithMapboxSetup.d.ts.map +0 -1
- package/dist/WithRefDecorator.d.mts.map +0 -1
- package/dist/WithRefDecorator.d.ts.map +0 -1
- package/dist/defaultSeedPhrase.d.mts.map +0 -1
- package/dist/defaultSeedPhrase.d.ts.map +0 -1
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -896
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -846
- package/dist/index.mjs.map +0 -1
- package/dist/sampleAddressHistory.d.mts.map +0 -1
- package/dist/sampleAddressHistory.d.ts.map +0 -1
- package/dist/sampleBlock.d.mts.map +0 -1
- package/dist/sampleBlock.d.ts.map +0 -1
- package/dist/sampleCoinGeckoPayload.d.mts.map +0 -1
- package/dist/sampleCoinGeckoPayload.d.ts.map +0 -1
- package/dist/sampleEthereumGasDivinerPayload.d.mts.map +0 -1
- package/dist/sampleEthereumGasDivinerPayload.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/blocknative.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/blocknative.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/ethGasStation.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/ethGasStation.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/etherchainV1.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/etherchainV1.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/etherchainV2.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/etherchainV2.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/ethers.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/ethers.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/etherscan.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/etherscan.d.ts.map +0 -1
- package/dist/sampleGasPricePayloads/index.d.mts.map +0 -1
- package/dist/sampleGasPricePayloads/index.d.ts.map +0 -1
- package/dist/samplePayload.d.mts.map +0 -1
- package/dist/samplePayload.d.ts.map +0 -1
- package/dist/sampleUniswapPayload.d.mts.map +0 -1
- package/dist/sampleUniswapPayload.d.ts.map +0 -1
- package/dist/useAppThemeDecorator.d.mts.map +0 -1
- package/dist/useAppThemeDecorator.d.ts.map +0 -1
- /package/dist/{DeprecateStory.d.mts → browser/DeprecateStory.d.mts} +0 -0
- /package/dist/{DeprecateStory.d.ts → browser/DeprecateStory.d.ts} +0 -0
- /package/dist/{WithMapboxSetup.d.mts → browser/WithMapboxSetup.d.mts} +0 -0
- /package/dist/{WithMapboxSetup.d.ts → browser/WithMapboxSetup.d.ts} +0 -0
- /package/dist/{WithRefDecorator.d.mts → browser/WithRefDecorator.d.mts} +0 -0
- /package/dist/{WithRefDecorator.d.ts → browser/WithRefDecorator.d.ts} +0 -0
- /package/dist/{defaultSeedPhrase.d.mts → browser/defaultSeedPhrase.d.mts} +0 -0
- /package/dist/{defaultSeedPhrase.d.ts → browser/defaultSeedPhrase.d.ts} +0 -0
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
- /package/dist/{sampleAddressHistory.d.mts → browser/sampleAddressHistory.d.mts} +0 -0
- /package/dist/{sampleAddressHistory.d.ts → browser/sampleAddressHistory.d.ts} +0 -0
- /package/dist/{sampleBlock.d.mts → browser/sampleBlock.d.mts} +0 -0
- /package/dist/{sampleBlock.d.ts → browser/sampleBlock.d.ts} +0 -0
- /package/dist/{sampleCoinGeckoPayload.d.mts → browser/sampleCoinGeckoPayload.d.mts} +0 -0
- /package/dist/{sampleCoinGeckoPayload.d.ts → browser/sampleCoinGeckoPayload.d.ts} +0 -0
- /package/dist/{sampleEthereumGasDivinerPayload.d.mts → browser/sampleEthereumGasDivinerPayload.d.mts} +0 -0
- /package/dist/{sampleEthereumGasDivinerPayload.d.ts → browser/sampleEthereumGasDivinerPayload.d.ts} +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/blocknative.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/blocknative.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/ethGasStation.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/ethGasStation.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherchainV1.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherchainV1.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherchainV2.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherchainV2.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/ethers.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/ethers.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherscan.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/etherscan.d.ts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/index.d.mts +0 -0
- /package/dist/{sampleGasPricePayloads → browser/sampleGasPricePayloads}/index.d.ts +0 -0
- /package/dist/{samplePayload.d.mts → browser/samplePayload.d.mts} +0 -0
- /package/dist/{samplePayload.d.ts → browser/samplePayload.d.ts} +0 -0
- /package/dist/{sampleUniswapPayload.d.mts → browser/sampleUniswapPayload.d.mts} +0 -0
- /package/dist/{sampleUniswapPayload.d.ts → browser/sampleUniswapPayload.d.ts} +0 -0
- /package/dist/{useAppThemeDecorator.d.mts → browser/useAppThemeDecorator.d.mts} +0 -0
- /package/dist/{useAppThemeDecorator.d.ts → browser/useAppThemeDecorator.d.ts} +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const sampleEthereumGasDivinerPayload: {
|
|
2
|
+
baseFee: number;
|
|
3
|
+
feePerGas: {
|
|
4
|
+
high: number;
|
|
5
|
+
low: number;
|
|
6
|
+
medium: number;
|
|
7
|
+
veryHigh: number;
|
|
8
|
+
};
|
|
9
|
+
priorityFeePerGas: {
|
|
10
|
+
high: number;
|
|
11
|
+
low: number;
|
|
12
|
+
medium: number;
|
|
13
|
+
veryHigh: number;
|
|
14
|
+
};
|
|
15
|
+
schema: string;
|
|
16
|
+
timestamp: number;
|
|
17
|
+
};
|
|
18
|
+
export declare const sampleEthereumGasDivinerPayloadMissingFees: {
|
|
19
|
+
feePerGas: {};
|
|
20
|
+
priorityFeePerGas: {};
|
|
21
|
+
schema: string;
|
|
22
|
+
timestamp: number;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=sampleEthereumGasDivinerPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEthereumGasDivinerPayload.d.ts","sourceRoot":"","sources":["../../src/sampleEthereumGasDivinerPayload.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;CAgB3C,CAAA;AAED,eAAO,MAAM,0CAA0C;;;;;CAKtD,CAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var sampleEthereumGasDivinerPayload_exports = {};
|
|
20
|
+
__export(sampleEthereumGasDivinerPayload_exports, {
|
|
21
|
+
sampleEthereumGasDivinerPayload: () => sampleEthereumGasDivinerPayload,
|
|
22
|
+
sampleEthereumGasDivinerPayloadMissingFees: () => sampleEthereumGasDivinerPayloadMissingFees
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(sampleEthereumGasDivinerPayload_exports);
|
|
25
|
+
const sampleEthereumGasDivinerPayload = {
|
|
26
|
+
baseFee: 13.3646505198,
|
|
27
|
+
feePerGas: {
|
|
28
|
+
high: 17.3060964302,
|
|
29
|
+
low: 12.155000000000001,
|
|
30
|
+
medium: 12.5625,
|
|
31
|
+
veryHigh: 16.5462485885
|
|
32
|
+
},
|
|
33
|
+
priorityFeePerGas: {
|
|
34
|
+
high: 1.075,
|
|
35
|
+
low: 0.7466666666666667,
|
|
36
|
+
medium: 0.8566666666666668,
|
|
37
|
+
veryHigh: 1.2766666666666666
|
|
38
|
+
},
|
|
39
|
+
schema: "network.xyo.blockchain.ethereum.gas",
|
|
40
|
+
timestamp: 1669819808305
|
|
41
|
+
};
|
|
42
|
+
const sampleEthereumGasDivinerPayloadMissingFees = {
|
|
43
|
+
feePerGas: {},
|
|
44
|
+
priorityFeePerGas: {},
|
|
45
|
+
schema: "network.xyo.blockchain.ethereum.gas",
|
|
46
|
+
timestamp: 1659071465718
|
|
47
|
+
};
|
|
48
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
49
|
+
0 && (module.exports = {
|
|
50
|
+
sampleEthereumGasDivinerPayload,
|
|
51
|
+
sampleEthereumGasDivinerPayloadMissingFees
|
|
52
|
+
});
|
|
53
|
+
//# sourceMappingURL=sampleEthereumGasDivinerPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/sampleEthereumGasDivinerPayload.ts"],"sourcesContent":["export const sampleEthereumGasDivinerPayload = {\n baseFee: 13.3646505198,\n feePerGas: {\n high: 17.3060964302,\n low: 12.155000000000001,\n medium: 12.5625,\n veryHigh: 16.5462485885,\n },\n priorityFeePerGas: {\n high: 1.075,\n low: 0.7466666666666667,\n medium: 0.8566666666666668,\n veryHigh: 1.2766666666666666,\n },\n schema: 'network.xyo.blockchain.ethereum.gas',\n timestamp: 1669819808305,\n}\n\nexport const sampleEthereumGasDivinerPayloadMissingFees = {\n feePerGas: {},\n priorityFeePerGas: {},\n schema: 'network.xyo.blockchain.ethereum.gas',\n timestamp: 1659071465718,\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,kCAAkC;AAAA,EAC7C,SAAS;AAAA,EACT,WAAW;AAAA,IACT,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,EACZ;AAAA,EACA,mBAAmB;AAAA,IACjB,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,EACR,WAAW;AACb;AAEO,MAAM,6CAA6C;AAAA,EACxD,WAAW,CAAC;AAAA,EACZ,mBAAmB,CAAC;AAAA,EACpB,QAAQ;AAAA,EACR,WAAW;AACb;","names":[]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const sampleEthereumGasDivinerPayload = {
|
|
2
|
+
baseFee: 13.3646505198,
|
|
3
|
+
feePerGas: {
|
|
4
|
+
high: 17.3060964302,
|
|
5
|
+
low: 12.155000000000001,
|
|
6
|
+
medium: 12.5625,
|
|
7
|
+
veryHigh: 16.5462485885
|
|
8
|
+
},
|
|
9
|
+
priorityFeePerGas: {
|
|
10
|
+
high: 1.075,
|
|
11
|
+
low: 0.7466666666666667,
|
|
12
|
+
medium: 0.8566666666666668,
|
|
13
|
+
veryHigh: 1.2766666666666666
|
|
14
|
+
},
|
|
15
|
+
schema: "network.xyo.blockchain.ethereum.gas",
|
|
16
|
+
timestamp: 1669819808305
|
|
17
|
+
};
|
|
18
|
+
const sampleEthereumGasDivinerPayloadMissingFees = {
|
|
19
|
+
feePerGas: {},
|
|
20
|
+
priorityFeePerGas: {},
|
|
21
|
+
schema: "network.xyo.blockchain.ethereum.gas",
|
|
22
|
+
timestamp: 1659071465718
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
sampleEthereumGasDivinerPayload,
|
|
26
|
+
sampleEthereumGasDivinerPayloadMissingFees
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=sampleEthereumGasDivinerPayload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/sampleEthereumGasDivinerPayload.ts"],"sourcesContent":["export const sampleEthereumGasDivinerPayload = {\n baseFee: 13.3646505198,\n feePerGas: {\n high: 17.3060964302,\n low: 12.155000000000001,\n medium: 12.5625,\n veryHigh: 16.5462485885,\n },\n priorityFeePerGas: {\n high: 1.075,\n low: 0.7466666666666667,\n medium: 0.8566666666666668,\n veryHigh: 1.2766666666666666,\n },\n schema: 'network.xyo.blockchain.ethereum.gas',\n timestamp: 1669819808305,\n}\n\nexport const sampleEthereumGasDivinerPayloadMissingFees = {\n feePerGas: {},\n priorityFeePerGas: {},\n schema: 'network.xyo.blockchain.ethereum.gas',\n timestamp: 1659071465718,\n}\n"],"mappings":"AAAO,MAAM,kCAAkC;AAAA,EAC7C,SAAS;AAAA,EACT,WAAW;AAAA,IACT,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,EACZ;AAAA,EACA,mBAAmB;AAAA,IACjB,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,EACR,WAAW;AACb;AAEO,MAAM,6CAA6C;AAAA,EACxD,WAAW,CAAC;AAAA,EACZ,mBAAmB,CAAC;AAAA,EACpB,QAAQ;AAAA,EACR,WAAW;AACb;","names":[]}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export declare const sampleBlocknativeGasPricePayload: {
|
|
2
|
+
blockPrices: {
|
|
3
|
+
baseFeePerGas: number;
|
|
4
|
+
blockNumber: number;
|
|
5
|
+
estimatedPrices: {
|
|
6
|
+
confidence: number;
|
|
7
|
+
maxFeePerGas: number;
|
|
8
|
+
maxPriorityFeePerGas: number;
|
|
9
|
+
price: number;
|
|
10
|
+
}[];
|
|
11
|
+
estimatedTransactionCount: number;
|
|
12
|
+
}[];
|
|
13
|
+
currentBlockNumber: number;
|
|
14
|
+
estimatedBaseFees: ({
|
|
15
|
+
'pending+1': {
|
|
16
|
+
baseFee: number;
|
|
17
|
+
confidence: number;
|
|
18
|
+
}[];
|
|
19
|
+
'pending+2'?: undefined;
|
|
20
|
+
'pending+3'?: undefined;
|
|
21
|
+
'pending+4'?: undefined;
|
|
22
|
+
'pending+5'?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
'pending+2': {
|
|
25
|
+
baseFee: number;
|
|
26
|
+
confidence: number;
|
|
27
|
+
}[];
|
|
28
|
+
'pending+1'?: undefined;
|
|
29
|
+
'pending+3'?: undefined;
|
|
30
|
+
'pending+4'?: undefined;
|
|
31
|
+
'pending+5'?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
'pending+3': {
|
|
34
|
+
baseFee: number;
|
|
35
|
+
confidence: number;
|
|
36
|
+
}[];
|
|
37
|
+
'pending+1'?: undefined;
|
|
38
|
+
'pending+2'?: undefined;
|
|
39
|
+
'pending+4'?: undefined;
|
|
40
|
+
'pending+5'?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
'pending+4': {
|
|
43
|
+
baseFee: number;
|
|
44
|
+
confidence: number;
|
|
45
|
+
}[];
|
|
46
|
+
'pending+1'?: undefined;
|
|
47
|
+
'pending+2'?: undefined;
|
|
48
|
+
'pending+3'?: undefined;
|
|
49
|
+
'pending+5'?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
'pending+5': {
|
|
52
|
+
baseFee: number;
|
|
53
|
+
confidence: number;
|
|
54
|
+
}[];
|
|
55
|
+
'pending+1'?: undefined;
|
|
56
|
+
'pending+2'?: undefined;
|
|
57
|
+
'pending+3'?: undefined;
|
|
58
|
+
'pending+4'?: undefined;
|
|
59
|
+
})[];
|
|
60
|
+
maxPrice: number;
|
|
61
|
+
msSinceLastBlock: number;
|
|
62
|
+
network: string;
|
|
63
|
+
schema: string;
|
|
64
|
+
system: string;
|
|
65
|
+
timestamp: number;
|
|
66
|
+
unit: string;
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=blocknative.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocknative.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/blocknative.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0F5C,CAAA"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export declare const sampleBlocknativeGasPricePayload: {
|
|
2
|
+
blockPrices: {
|
|
3
|
+
baseFeePerGas: number;
|
|
4
|
+
blockNumber: number;
|
|
5
|
+
estimatedPrices: {
|
|
6
|
+
confidence: number;
|
|
7
|
+
maxFeePerGas: number;
|
|
8
|
+
maxPriorityFeePerGas: number;
|
|
9
|
+
price: number;
|
|
10
|
+
}[];
|
|
11
|
+
estimatedTransactionCount: number;
|
|
12
|
+
}[];
|
|
13
|
+
currentBlockNumber: number;
|
|
14
|
+
estimatedBaseFees: ({
|
|
15
|
+
'pending+1': {
|
|
16
|
+
baseFee: number;
|
|
17
|
+
confidence: number;
|
|
18
|
+
}[];
|
|
19
|
+
'pending+2'?: undefined;
|
|
20
|
+
'pending+3'?: undefined;
|
|
21
|
+
'pending+4'?: undefined;
|
|
22
|
+
'pending+5'?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
'pending+2': {
|
|
25
|
+
baseFee: number;
|
|
26
|
+
confidence: number;
|
|
27
|
+
}[];
|
|
28
|
+
'pending+1'?: undefined;
|
|
29
|
+
'pending+3'?: undefined;
|
|
30
|
+
'pending+4'?: undefined;
|
|
31
|
+
'pending+5'?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
'pending+3': {
|
|
34
|
+
baseFee: number;
|
|
35
|
+
confidence: number;
|
|
36
|
+
}[];
|
|
37
|
+
'pending+1'?: undefined;
|
|
38
|
+
'pending+2'?: undefined;
|
|
39
|
+
'pending+4'?: undefined;
|
|
40
|
+
'pending+5'?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
'pending+4': {
|
|
43
|
+
baseFee: number;
|
|
44
|
+
confidence: number;
|
|
45
|
+
}[];
|
|
46
|
+
'pending+1'?: undefined;
|
|
47
|
+
'pending+2'?: undefined;
|
|
48
|
+
'pending+3'?: undefined;
|
|
49
|
+
'pending+5'?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
'pending+5': {
|
|
52
|
+
baseFee: number;
|
|
53
|
+
confidence: number;
|
|
54
|
+
}[];
|
|
55
|
+
'pending+1'?: undefined;
|
|
56
|
+
'pending+2'?: undefined;
|
|
57
|
+
'pending+3'?: undefined;
|
|
58
|
+
'pending+4'?: undefined;
|
|
59
|
+
})[];
|
|
60
|
+
maxPrice: number;
|
|
61
|
+
msSinceLastBlock: number;
|
|
62
|
+
network: string;
|
|
63
|
+
schema: string;
|
|
64
|
+
system: string;
|
|
65
|
+
timestamp: number;
|
|
66
|
+
unit: string;
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=blocknative.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocknative.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/blocknative.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0F5C,CAAA"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var blocknative_exports = {};
|
|
20
|
+
__export(blocknative_exports, {
|
|
21
|
+
sampleBlocknativeGasPricePayload: () => sampleBlocknativeGasPricePayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(blocknative_exports);
|
|
24
|
+
const sampleBlocknativeGasPricePayload = {
|
|
25
|
+
blockPrices: [
|
|
26
|
+
{
|
|
27
|
+
baseFeePerGas: 26.32847478,
|
|
28
|
+
blockNumber: 16134624,
|
|
29
|
+
estimatedPrices: [
|
|
30
|
+
{
|
|
31
|
+
confidence: 99,
|
|
32
|
+
maxFeePerGas: 41.86,
|
|
33
|
+
maxPriorityFeePerGas: 1.18,
|
|
34
|
+
price: 27
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
confidence: 95,
|
|
38
|
+
maxFeePerGas: 41.54,
|
|
39
|
+
maxPriorityFeePerGas: 0.86,
|
|
40
|
+
price: 27
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
confidence: 90,
|
|
44
|
+
maxFeePerGas: 41.15,
|
|
45
|
+
maxPriorityFeePerGas: 0.47,
|
|
46
|
+
price: 26
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
confidence: 80,
|
|
50
|
+
maxFeePerGas: 41,
|
|
51
|
+
maxPriorityFeePerGas: 0.32,
|
|
52
|
+
price: 26
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
confidence: 70,
|
|
56
|
+
maxFeePerGas: 40.93,
|
|
57
|
+
maxPriorityFeePerGas: 0.25,
|
|
58
|
+
price: 26
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
estimatedTransactionCount: 186
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
currentBlockNumber: 16134623,
|
|
65
|
+
estimatedBaseFees: [
|
|
66
|
+
{
|
|
67
|
+
"pending+1": [
|
|
68
|
+
{
|
|
69
|
+
baseFee: 29.62,
|
|
70
|
+
confidence: 99
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"pending+2": [
|
|
76
|
+
{
|
|
77
|
+
baseFee: 33.33,
|
|
78
|
+
confidence: 99
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"pending+3": [
|
|
84
|
+
{
|
|
85
|
+
baseFee: 37.4,
|
|
86
|
+
confidence: 99
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"pending+4": [
|
|
92
|
+
{
|
|
93
|
+
baseFee: 39.26,
|
|
94
|
+
confidence: 99
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"pending+5": [
|
|
100
|
+
{
|
|
101
|
+
baseFee: 40.68,
|
|
102
|
+
confidence: 99
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
maxPrice: 64,
|
|
108
|
+
msSinceLastBlock: 9645,
|
|
109
|
+
network: "main",
|
|
110
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative",
|
|
111
|
+
system: "ethereum",
|
|
112
|
+
timestamp: 1670437800246,
|
|
113
|
+
unit: "gwei"
|
|
114
|
+
};
|
|
115
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
116
|
+
0 && (module.exports = {
|
|
117
|
+
sampleBlocknativeGasPricePayload
|
|
118
|
+
});
|
|
119
|
+
//# sourceMappingURL=blocknative.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/sampleGasPricePayloads/blocknative.ts"],"sourcesContent":["export const sampleBlocknativeGasPricePayload = {\n blockPrices: [\n {\n baseFeePerGas: 26.32847478,\n blockNumber: 16134624,\n estimatedPrices: [\n {\n confidence: 99,\n maxFeePerGas: 41.86,\n maxPriorityFeePerGas: 1.18,\n price: 27,\n },\n {\n confidence: 95,\n maxFeePerGas: 41.54,\n maxPriorityFeePerGas: 0.86,\n price: 27,\n },\n {\n confidence: 90,\n maxFeePerGas: 41.15,\n maxPriorityFeePerGas: 0.47,\n price: 26,\n },\n {\n confidence: 80,\n maxFeePerGas: 41,\n maxPriorityFeePerGas: 0.32,\n price: 26,\n },\n {\n confidence: 70,\n maxFeePerGas: 40.93,\n maxPriorityFeePerGas: 0.25,\n price: 26,\n },\n ],\n estimatedTransactionCount: 186,\n },\n ],\n currentBlockNumber: 16134623,\n estimatedBaseFees: [\n {\n 'pending+1': [\n {\n baseFee: 29.62,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+2': [\n {\n baseFee: 33.33,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+3': [\n {\n baseFee: 37.4,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+4': [\n {\n baseFee: 39.26,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+5': [\n {\n baseFee: 40.68,\n confidence: 99,\n },\n ],\n },\n ],\n maxPrice: 64,\n msSinceLastBlock: 9645,\n network: 'main',\n schema: 'network.xyo.blockchain.ethereum.gas.blocknative',\n system: 'ethereum',\n timestamp: 1670437800246,\n unit: 'gwei',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,mCAAmC;AAAA,EAC9C,aAAa;AAAA,IACX;AAAA,MACE,eAAe;AAAA,MACf,aAAa;AAAA,MACb,iBAAiB;AAAA,QACf;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,MACF;AAAA,MACA,2BAA2B;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,IACjB;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,UAAU;AAAA,EACV,kBAAkB;AAAA,EAClB,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AACR;","names":[]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
const sampleBlocknativeGasPricePayload = {
|
|
2
|
+
blockPrices: [
|
|
3
|
+
{
|
|
4
|
+
baseFeePerGas: 26.32847478,
|
|
5
|
+
blockNumber: 16134624,
|
|
6
|
+
estimatedPrices: [
|
|
7
|
+
{
|
|
8
|
+
confidence: 99,
|
|
9
|
+
maxFeePerGas: 41.86,
|
|
10
|
+
maxPriorityFeePerGas: 1.18,
|
|
11
|
+
price: 27
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
confidence: 95,
|
|
15
|
+
maxFeePerGas: 41.54,
|
|
16
|
+
maxPriorityFeePerGas: 0.86,
|
|
17
|
+
price: 27
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
confidence: 90,
|
|
21
|
+
maxFeePerGas: 41.15,
|
|
22
|
+
maxPriorityFeePerGas: 0.47,
|
|
23
|
+
price: 26
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
confidence: 80,
|
|
27
|
+
maxFeePerGas: 41,
|
|
28
|
+
maxPriorityFeePerGas: 0.32,
|
|
29
|
+
price: 26
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
confidence: 70,
|
|
33
|
+
maxFeePerGas: 40.93,
|
|
34
|
+
maxPriorityFeePerGas: 0.25,
|
|
35
|
+
price: 26
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
estimatedTransactionCount: 186
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
currentBlockNumber: 16134623,
|
|
42
|
+
estimatedBaseFees: [
|
|
43
|
+
{
|
|
44
|
+
"pending+1": [
|
|
45
|
+
{
|
|
46
|
+
baseFee: 29.62,
|
|
47
|
+
confidence: 99
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"pending+2": [
|
|
53
|
+
{
|
|
54
|
+
baseFee: 33.33,
|
|
55
|
+
confidence: 99
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"pending+3": [
|
|
61
|
+
{
|
|
62
|
+
baseFee: 37.4,
|
|
63
|
+
confidence: 99
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"pending+4": [
|
|
69
|
+
{
|
|
70
|
+
baseFee: 39.26,
|
|
71
|
+
confidence: 99
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"pending+5": [
|
|
77
|
+
{
|
|
78
|
+
baseFee: 40.68,
|
|
79
|
+
confidence: 99
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
maxPrice: 64,
|
|
85
|
+
msSinceLastBlock: 9645,
|
|
86
|
+
network: "main",
|
|
87
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative",
|
|
88
|
+
system: "ethereum",
|
|
89
|
+
timestamp: 1670437800246,
|
|
90
|
+
unit: "gwei"
|
|
91
|
+
};
|
|
92
|
+
export {
|
|
93
|
+
sampleBlocknativeGasPricePayload
|
|
94
|
+
};
|
|
95
|
+
//# sourceMappingURL=blocknative.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/sampleGasPricePayloads/blocknative.ts"],"sourcesContent":["export const sampleBlocknativeGasPricePayload = {\n blockPrices: [\n {\n baseFeePerGas: 26.32847478,\n blockNumber: 16134624,\n estimatedPrices: [\n {\n confidence: 99,\n maxFeePerGas: 41.86,\n maxPriorityFeePerGas: 1.18,\n price: 27,\n },\n {\n confidence: 95,\n maxFeePerGas: 41.54,\n maxPriorityFeePerGas: 0.86,\n price: 27,\n },\n {\n confidence: 90,\n maxFeePerGas: 41.15,\n maxPriorityFeePerGas: 0.47,\n price: 26,\n },\n {\n confidence: 80,\n maxFeePerGas: 41,\n maxPriorityFeePerGas: 0.32,\n price: 26,\n },\n {\n confidence: 70,\n maxFeePerGas: 40.93,\n maxPriorityFeePerGas: 0.25,\n price: 26,\n },\n ],\n estimatedTransactionCount: 186,\n },\n ],\n currentBlockNumber: 16134623,\n estimatedBaseFees: [\n {\n 'pending+1': [\n {\n baseFee: 29.62,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+2': [\n {\n baseFee: 33.33,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+3': [\n {\n baseFee: 37.4,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+4': [\n {\n baseFee: 39.26,\n confidence: 99,\n },\n ],\n },\n {\n 'pending+5': [\n {\n baseFee: 40.68,\n confidence: 99,\n },\n ],\n },\n ],\n maxPrice: 64,\n msSinceLastBlock: 9645,\n network: 'main',\n schema: 'network.xyo.blockchain.ethereum.gas.blocknative',\n system: 'ethereum',\n timestamp: 1670437800246,\n unit: 'gwei',\n}\n"],"mappings":"AAAO,MAAM,mCAAmC;AAAA,EAC9C,aAAa;AAAA,IACX;AAAA,MACE,eAAe;AAAA,MACf,aAAa;AAAA,MACb,iBAAiB;AAAA,QACf;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,QACA;AAAA,UACE,YAAY;AAAA,UACZ,cAAc;AAAA,UACd,sBAAsB;AAAA,UACtB,OAAO;AAAA,QACT;AAAA,MACF;AAAA,MACA,2BAA2B;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,IACjB;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,aAAa;AAAA,QACX;AAAA,UACE,SAAS;AAAA,UACT,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,UAAU;AAAA,EACV,kBAAkB;AAAA,EAClB,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AACR;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const sampleEthGasStationGasPricePayload: {
|
|
2
|
+
baseFee: number;
|
|
3
|
+
blockNumber: number;
|
|
4
|
+
blockTime: number;
|
|
5
|
+
gasPrice: {
|
|
6
|
+
fast: number;
|
|
7
|
+
instant: number;
|
|
8
|
+
standard: number;
|
|
9
|
+
};
|
|
10
|
+
nextBaseFee: number;
|
|
11
|
+
priorityFee: {
|
|
12
|
+
fast: number;
|
|
13
|
+
instant: number;
|
|
14
|
+
standard: number;
|
|
15
|
+
};
|
|
16
|
+
schema: string;
|
|
17
|
+
timestamp: number;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ethGasStation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ethGasStation.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/ethGasStation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;CAiB9C,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const sampleEthGasStationGasPricePayload: {
|
|
2
|
+
baseFee: number;
|
|
3
|
+
blockNumber: number;
|
|
4
|
+
blockTime: number;
|
|
5
|
+
gasPrice: {
|
|
6
|
+
fast: number;
|
|
7
|
+
instant: number;
|
|
8
|
+
standard: number;
|
|
9
|
+
};
|
|
10
|
+
nextBaseFee: number;
|
|
11
|
+
priorityFee: {
|
|
12
|
+
fast: number;
|
|
13
|
+
instant: number;
|
|
14
|
+
standard: number;
|
|
15
|
+
};
|
|
16
|
+
schema: string;
|
|
17
|
+
timestamp: number;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ethGasStation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ethGasStation.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/ethGasStation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;CAiB9C,CAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var ethGasStation_exports = {};
|
|
20
|
+
__export(ethGasStation_exports, {
|
|
21
|
+
sampleEthGasStationGasPricePayload: () => sampleEthGasStationGasPricePayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(ethGasStation_exports);
|
|
24
|
+
const sampleEthGasStationGasPricePayload = {
|
|
25
|
+
baseFee: 37,
|
|
26
|
+
blockNumber: 16134572,
|
|
27
|
+
blockTime: 11.88,
|
|
28
|
+
gasPrice: {
|
|
29
|
+
fast: 84,
|
|
30
|
+
instant: 97,
|
|
31
|
+
standard: 53
|
|
32
|
+
},
|
|
33
|
+
nextBaseFee: 37,
|
|
34
|
+
priorityFee: {
|
|
35
|
+
fast: 5,
|
|
36
|
+
instant: 14,
|
|
37
|
+
standard: 2
|
|
38
|
+
},
|
|
39
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation",
|
|
40
|
+
timestamp: 1670437200687
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
sampleEthGasStationGasPricePayload
|
|
45
|
+
});
|
|
46
|
+
//# sourceMappingURL=ethGasStation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/sampleGasPricePayloads/ethGasStation.ts"],"sourcesContent":["export const sampleEthGasStationGasPricePayload = {\n baseFee: 37,\n blockNumber: 16134572,\n blockTime: 11.88,\n gasPrice: {\n fast: 84,\n instant: 97,\n standard: 53,\n },\n nextBaseFee: 37,\n priorityFee: {\n fast: 5,\n instant: 14,\n standard: 2,\n },\n schema: 'network.xyo.blockchain.ethereum.gas.ethgasstation',\n timestamp: 1670437200687,\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,qCAAqC;AAAA,EAChD,SAAS;AAAA,EACT,aAAa;AAAA,EACb,WAAW;AAAA,EACX,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,EACZ;AAAA,EACA,aAAa;AAAA,EACb,aAAa;AAAA,IACX,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,EACR,WAAW;AACb;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const sampleEthGasStationGasPricePayload = {
|
|
2
|
+
baseFee: 37,
|
|
3
|
+
blockNumber: 16134572,
|
|
4
|
+
blockTime: 11.88,
|
|
5
|
+
gasPrice: {
|
|
6
|
+
fast: 84,
|
|
7
|
+
instant: 97,
|
|
8
|
+
standard: 53
|
|
9
|
+
},
|
|
10
|
+
nextBaseFee: 37,
|
|
11
|
+
priorityFee: {
|
|
12
|
+
fast: 5,
|
|
13
|
+
instant: 14,
|
|
14
|
+
standard: 2
|
|
15
|
+
},
|
|
16
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation",
|
|
17
|
+
timestamp: 1670437200687
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
sampleEthGasStationGasPricePayload
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=ethGasStation.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/sampleGasPricePayloads/ethGasStation.ts"],"sourcesContent":["export const sampleEthGasStationGasPricePayload = {\n baseFee: 37,\n blockNumber: 16134572,\n blockTime: 11.88,\n gasPrice: {\n fast: 84,\n instant: 97,\n standard: 53,\n },\n nextBaseFee: 37,\n priorityFee: {\n fast: 5,\n instant: 14,\n standard: 2,\n },\n schema: 'network.xyo.blockchain.ethereum.gas.ethgasstation',\n timestamp: 1670437200687,\n}\n"],"mappings":"AAAO,MAAM,qCAAqC;AAAA,EAChD,SAAS;AAAA,EACT,aAAa;AAAA,EACb,WAAW;AAAA,EACX,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,EACZ;AAAA,EACA,aAAa;AAAA,EACb,aAAa;AAAA,IACX,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,EACR,WAAW;AACb;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const sampleEtherchainV1GasPricePayload: {
|
|
2
|
+
currentBaseFee: number;
|
|
3
|
+
fast: number;
|
|
4
|
+
fastest: number;
|
|
5
|
+
recommendedBaseFee: number;
|
|
6
|
+
safeLow: number;
|
|
7
|
+
schema: string;
|
|
8
|
+
standard: number;
|
|
9
|
+
timestamp: number;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=etherchainV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"etherchainV1.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/etherchainV1.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iCAAiC;;;;;;;;;CAS7C,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const sampleEtherchainV1GasPricePayload: {
|
|
2
|
+
currentBaseFee: number;
|
|
3
|
+
fast: number;
|
|
4
|
+
fastest: number;
|
|
5
|
+
recommendedBaseFee: number;
|
|
6
|
+
safeLow: number;
|
|
7
|
+
schema: string;
|
|
8
|
+
standard: number;
|
|
9
|
+
timestamp: number;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=etherchainV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"etherchainV1.d.ts","sourceRoot":"","sources":["../../../src/sampleGasPricePayloads/etherchainV1.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iCAAiC;;;;;;;;;CAS7C,CAAA"}
|