├── .env.example ├── .eslintignore ├── .eslintrc.json ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── .solhint.json ├── .solhintignore ├── README.md ├── contracts └── examples │ ├── AdvertisingBoard.sol │ └── CoingeckoOracle.sol ├── deploy ├── AdvertisingBoard.deploy.ts └── CoingeckoOracle.deploy.ts ├── deployments ├── amoy │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── arbgoerli │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ └── ea5918e00ee4b3f19c8f331e7f7241f0.json ├── arbitrum │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 61a2e1b44c616ef44584c300dc42421f.json │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── a99a4dc4ce7dde6231a54a04485320c4.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ └── ea5918e00ee4b3f19c8f331e7f7241f0.json ├── arbsepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── astarzkevm │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── astarzkyoto │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── avalanche │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── base │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── basesepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── blackberry │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── blast │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── blastsepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── bsc │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── ethereum │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── a99a4dc4ce7dde6231a54a04485320c4.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ └── ea5918e00ee4b3f19c8f331e7f7241f0.json ├── fantom │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── gelatoorbittestnet │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── gelopcelestiatestnet │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── gnosis │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── goerli │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 0e98da0b1cea26ce5972f2ad9566eaa5.json │ │ ├── 0fa00201bbf83f8db1bdc78b9ab97dd4.json │ │ ├── 14eb06704338c940fb0b54ba0d0e110b.json │ │ ├── 15e00bbc130f9a2ff8d2c872980a0949.json │ │ ├── 202e355271e1e5f37379dc04302a385b.json │ │ ├── 41a8600e180880fe88609322a6b2ac21.json │ │ ├── 4682037230f816811428ad3325c6622a.json │ │ ├── 4fc90fc634004cd046ef10a1d4005598.json │ │ ├── 61a2e1b44c616ef44584c300dc42421f.json │ │ ├── 696d59b4a2a7d505281b4512efe01f21.json │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── 938655e83453e97bb80b27987b78278d.json │ │ ├── 99d090022a59b6c6a6ac222006be59e8.json │ │ ├── 9c2b9e919eef749ecb0dbc378d718c13.json │ │ ├── a5cc5ec38ef17538589fade01c7753ef.json │ │ ├── a99a4dc4ce7dde6231a54a04485320c4.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ ├── d18605a2e1dc0fe58b4a881de66ebf15.json │ │ ├── e944be0f1aaadecad2971ede3bc66792.json │ │ ├── ea5918e00ee4b3f19c8f331e7f7241f0.json │ │ ├── fc62dfc3b0fcf620f62368650e989194.json │ │ └── fe73c8043aee683231adaa9dd611b2df.json ├── linea │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── lisksepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── matic │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 003c3011b20cfe0f6736733f4ecee7cb.json │ │ ├── 073dd429bade9bd7eb758655e5c1513b.json │ │ ├── 08bd03ac4a0a5be297a30b7cb69d7a7e.json │ │ ├── 08be9eac2e99dcb6b3c40c959a94911a.json │ │ ├── 0e0346f3661b96c76fb8114d4d74ae28.json │ │ ├── 1abd182db5eb036b96665e8a06c12334.json │ │ ├── 1e35ca583190a8fe5c3dadc0a89d0c61.json │ │ ├── 2db89642daf7ebd20cbbef9f4540b20d.json │ │ ├── 2fcea5e523cdc068723314a0ac7d14af.json │ │ ├── 30c382cbb36a4f8858b2d0e5989e6d0e.json │ │ ├── 392d3cc4548a3382e19f7c03a4c7b58f.json │ │ ├── 3ec5e8161e9ebab121a16be7832effbe.json │ │ ├── 43e666fe7a020887132524aa1330fc63.json │ │ ├── 52ea83ba62acdc3c8b78a2608a2b99f2.json │ │ ├── 5ecbc2095668603d6501da7b02d3a730.json │ │ ├── 710fc5a222abe65356a970686668a161.json │ │ ├── 7252e2685893a11c646ce5e6d99c86b1.json │ │ ├── 79dfbe4827d09ae26a0b78be8b735cce.json │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── ab2a77afb977cc2ada9b59d87a4ad80a.json │ │ ├── bdb96d763c00508dbcb12b1577f53d6c.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ ├── cf690f6568bf4441319b7c9abe8a5621.json │ │ ├── cfac0fbb3a513bf01f44307f7a326d55.json │ │ ├── daf84f5b0c82b3783b8d3d4c00779ea7.json │ │ ├── e25135623e18811b43400e4514cdd1a2.json │ │ ├── e48eb3ec8cbefb20e73becd90725ba0c.json │ │ ├── ea5918e00ee4b3f19c8f331e7f7241f0.json │ │ ├── f690933ef7ec91ca8ef26a4cb2b2c384.json │ │ ├── f74a2a2786e073b7d6d005733e37ab2f.json │ │ ├── fbc6e3ea1b1a354b1260f5bff522af47.json │ │ └── fe7b42a323f9a60fc85efe84c305ac82.json ├── metis │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── mode │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── mumbai │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 07008c887c49dac8fcc677f725a0808b.json │ │ ├── 41a8600e180880fe88609322a6b2ac21.json │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── 938655e83453e97bb80b27987b78278d.json │ │ ├── 99d090022a59b6c6a6ac222006be59e8.json │ │ ├── 9fc01a6fa88770e1455cf91187fb0d27.json │ │ ├── a99a4dc4ce7dde6231a54a04485320c4.json │ │ ├── b6e3e2425e19f628b2cbb57a36e662f3.json │ │ ├── b809e32c96573be35df65127789c334f.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ ├── dcb94736b385d99455267e37bbd4f45c.json │ │ ├── ea5918e00ee4b3f19c8f331e7f7241f0.json │ │ └── fe73c8043aee683231adaa9dd611b2df.json ├── optimism │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── 7b1948a8f0264cdefd896d723596bf37.json │ │ ├── a99a4dc4ce7dde6231a54a04485320c4.json │ │ ├── cc8b1c2be6bf2209c2f5f3f285792a0b.json │ │ └── ea5918e00ee4b3f19c8f331e7f7241f0.json ├── osepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── playblock │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── polygonzk │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── real │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── reyacronos │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── reyanetwork │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── sepolia │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ ├── c5597485a649b256ea6b4caaddbc1071.json │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── unreal │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── unrealorbit │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json ├── zkatana │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ │ └── c6b93f911b46d6eb9f2a199b1c33ee7c.json └── zksync │ ├── .chainId │ ├── AdvertisingBoard.json │ ├── CoingeckoOracle.json │ └── solcInputs │ └── 6710300b3136950bba0b93915cbe711b.json ├── hardhat.config.ts ├── package.json ├── scripts ├── create-task-adboard.ts ├── create-task-event-filter.ts └── create-task-oracle.ts ├── test ├── examples │ └── CoingeckoOracle.test.ts └── index.test.ts ├── tsconfig.json ├── web3-functions ├── advertising-board │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── event-filter-webhook │ ├── README.md │ ├── index.ts │ ├── log.json │ ├── schema.json │ └── userArgs.json ├── event-listener │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── hello-world │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── oracle-callback-email │ ├── .env.example │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── oracle-callback-slack │ ├── .env.example │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── oracle │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json ├── secrets │ ├── .env.example │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json └── storage │ ├── index.ts │ ├── schema.json │ ├── storage.json │ └── userArgs.json └── yarn.lock /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.env.example -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | cache 2 | dist 3 | typechain -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.solhint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/.solhint.json -------------------------------------------------------------------------------- /.solhintignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | 3 | 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/README.md -------------------------------------------------------------------------------- /contracts/examples/AdvertisingBoard.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/contracts/examples/AdvertisingBoard.sol -------------------------------------------------------------------------------- /contracts/examples/CoingeckoOracle.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/contracts/examples/CoingeckoOracle.sol -------------------------------------------------------------------------------- /deploy/AdvertisingBoard.deploy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deploy/AdvertisingBoard.deploy.ts -------------------------------------------------------------------------------- /deploy/CoingeckoOracle.deploy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deploy/CoingeckoOracle.deploy.ts -------------------------------------------------------------------------------- /deployments/amoy/.chainId: -------------------------------------------------------------------------------- 1 | 80002 -------------------------------------------------------------------------------- /deployments/amoy/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/amoy/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/amoy/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/amoy/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/amoy/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/amoy/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/arbgoerli/.chainId: -------------------------------------------------------------------------------- 1 | 421613 -------------------------------------------------------------------------------- /deployments/arbgoerli/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbgoerli/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/arbgoerli/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbgoerli/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/arbgoerli/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbgoerli/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/arbgoerli/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbgoerli/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/arbitrum/.chainId: -------------------------------------------------------------------------------- 1 | 42161 -------------------------------------------------------------------------------- /deployments/arbitrum/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/arbitrum/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/arbitrum/solcInputs/61a2e1b44c616ef44584c300dc42421f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/solcInputs/61a2e1b44c616ef44584c300dc42421f.json -------------------------------------------------------------------------------- /deployments/arbitrum/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/arbitrum/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json -------------------------------------------------------------------------------- /deployments/arbitrum/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/arbitrum/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbitrum/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/arbsepolia/.chainId: -------------------------------------------------------------------------------- 1 | 421614 -------------------------------------------------------------------------------- /deployments/arbsepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbsepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/arbsepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbsepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/arbsepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/arbsepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/astarzkevm/.chainId: -------------------------------------------------------------------------------- 1 | 3776 -------------------------------------------------------------------------------- /deployments/astarzkevm/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkevm/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/astarzkevm/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkevm/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/astarzkevm/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkevm/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/astarzkyoto/.chainId: -------------------------------------------------------------------------------- 1 | 6038361 -------------------------------------------------------------------------------- /deployments/astarzkyoto/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkyoto/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/astarzkyoto/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkyoto/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/astarzkyoto/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/astarzkyoto/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/avalanche/.chainId: -------------------------------------------------------------------------------- 1 | 43114 -------------------------------------------------------------------------------- /deployments/avalanche/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/avalanche/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/avalanche/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/avalanche/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/avalanche/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/avalanche/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/base/.chainId: -------------------------------------------------------------------------------- 1 | 8453 -------------------------------------------------------------------------------- /deployments/base/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/base/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/base/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/base/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/base/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/base/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/basesepolia/.chainId: -------------------------------------------------------------------------------- 1 | 84532 -------------------------------------------------------------------------------- /deployments/basesepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/basesepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/basesepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/basesepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/basesepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/basesepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/blackberry/.chainId: -------------------------------------------------------------------------------- 1 | 94204209 -------------------------------------------------------------------------------- /deployments/blackberry/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blackberry/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/blackberry/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blackberry/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/blackberry/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blackberry/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/blast/.chainId: -------------------------------------------------------------------------------- 1 | 81457 -------------------------------------------------------------------------------- /deployments/blast/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blast/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/blast/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blast/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/blast/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blast/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/blastsepolia/.chainId: -------------------------------------------------------------------------------- 1 | 168587773 -------------------------------------------------------------------------------- /deployments/blastsepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blastsepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/blastsepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blastsepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/blastsepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/blastsepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/bsc/.chainId: -------------------------------------------------------------------------------- 1 | 56 -------------------------------------------------------------------------------- /deployments/bsc/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/bsc/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/bsc/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/bsc/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/bsc/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/bsc/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/ethereum/.chainId: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /deployments/ethereum/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/ethereum/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/ethereum/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/ethereum/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json -------------------------------------------------------------------------------- /deployments/ethereum/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/ethereum/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/ethereum/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/fantom/.chainId: -------------------------------------------------------------------------------- 1 | 250 -------------------------------------------------------------------------------- /deployments/fantom/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/fantom/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/fantom/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/fantom/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/fantom/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/fantom/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/gelatoorbittestnet/.chainId: -------------------------------------------------------------------------------- 1 | 88153591557 -------------------------------------------------------------------------------- /deployments/gelatoorbittestnet/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelatoorbittestnet/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/gelatoorbittestnet/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelatoorbittestnet/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/gelatoorbittestnet/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelatoorbittestnet/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/gelopcelestiatestnet/.chainId: -------------------------------------------------------------------------------- 1 | 123420111 -------------------------------------------------------------------------------- /deployments/gelopcelestiatestnet/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelopcelestiatestnet/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/gelopcelestiatestnet/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelopcelestiatestnet/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/gelopcelestiatestnet/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gelopcelestiatestnet/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/gnosis/.chainId: -------------------------------------------------------------------------------- 1 | 100 -------------------------------------------------------------------------------- /deployments/gnosis/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gnosis/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/gnosis/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gnosis/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/gnosis/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/gnosis/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/goerli/.chainId: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /deployments/goerli/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/goerli/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/0e98da0b1cea26ce5972f2ad9566eaa5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/0e98da0b1cea26ce5972f2ad9566eaa5.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/0fa00201bbf83f8db1bdc78b9ab97dd4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/0fa00201bbf83f8db1bdc78b9ab97dd4.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/14eb06704338c940fb0b54ba0d0e110b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/14eb06704338c940fb0b54ba0d0e110b.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/15e00bbc130f9a2ff8d2c872980a0949.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/15e00bbc130f9a2ff8d2c872980a0949.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/202e355271e1e5f37379dc04302a385b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/202e355271e1e5f37379dc04302a385b.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/41a8600e180880fe88609322a6b2ac21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/41a8600e180880fe88609322a6b2ac21.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/4682037230f816811428ad3325c6622a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/4682037230f816811428ad3325c6622a.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/4fc90fc634004cd046ef10a1d4005598.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/4fc90fc634004cd046ef10a1d4005598.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/61a2e1b44c616ef44584c300dc42421f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/61a2e1b44c616ef44584c300dc42421f.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/696d59b4a2a7d505281b4512efe01f21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/696d59b4a2a7d505281b4512efe01f21.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/938655e83453e97bb80b27987b78278d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/938655e83453e97bb80b27987b78278d.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/99d090022a59b6c6a6ac222006be59e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/99d090022a59b6c6a6ac222006be59e8.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/9c2b9e919eef749ecb0dbc378d718c13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/9c2b9e919eef749ecb0dbc378d718c13.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/a5cc5ec38ef17538589fade01c7753ef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/a5cc5ec38ef17538589fade01c7753ef.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/d18605a2e1dc0fe58b4a881de66ebf15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/d18605a2e1dc0fe58b4a881de66ebf15.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/e944be0f1aaadecad2971ede3bc66792.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/e944be0f1aaadecad2971ede3bc66792.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/fc62dfc3b0fcf620f62368650e989194.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/fc62dfc3b0fcf620f62368650e989194.json -------------------------------------------------------------------------------- /deployments/goerli/solcInputs/fe73c8043aee683231adaa9dd611b2df.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/goerli/solcInputs/fe73c8043aee683231adaa9dd611b2df.json -------------------------------------------------------------------------------- /deployments/linea/.chainId: -------------------------------------------------------------------------------- 1 | 59144 -------------------------------------------------------------------------------- /deployments/linea/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/linea/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/linea/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/linea/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/linea/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/linea/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/lisksepolia/.chainId: -------------------------------------------------------------------------------- 1 | 4202 -------------------------------------------------------------------------------- /deployments/lisksepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/lisksepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/lisksepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/lisksepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/lisksepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/lisksepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/matic/.chainId: -------------------------------------------------------------------------------- 1 | 137 -------------------------------------------------------------------------------- /deployments/matic/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/matic/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/003c3011b20cfe0f6736733f4ecee7cb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/003c3011b20cfe0f6736733f4ecee7cb.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/073dd429bade9bd7eb758655e5c1513b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/073dd429bade9bd7eb758655e5c1513b.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/08bd03ac4a0a5be297a30b7cb69d7a7e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/08bd03ac4a0a5be297a30b7cb69d7a7e.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/08be9eac2e99dcb6b3c40c959a94911a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/08be9eac2e99dcb6b3c40c959a94911a.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/0e0346f3661b96c76fb8114d4d74ae28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/0e0346f3661b96c76fb8114d4d74ae28.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/1abd182db5eb036b96665e8a06c12334.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/1abd182db5eb036b96665e8a06c12334.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/1e35ca583190a8fe5c3dadc0a89d0c61.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/1e35ca583190a8fe5c3dadc0a89d0c61.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/2db89642daf7ebd20cbbef9f4540b20d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/2db89642daf7ebd20cbbef9f4540b20d.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/2fcea5e523cdc068723314a0ac7d14af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/2fcea5e523cdc068723314a0ac7d14af.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/30c382cbb36a4f8858b2d0e5989e6d0e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/30c382cbb36a4f8858b2d0e5989e6d0e.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/392d3cc4548a3382e19f7c03a4c7b58f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/392d3cc4548a3382e19f7c03a4c7b58f.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/3ec5e8161e9ebab121a16be7832effbe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/3ec5e8161e9ebab121a16be7832effbe.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/43e666fe7a020887132524aa1330fc63.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/43e666fe7a020887132524aa1330fc63.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/52ea83ba62acdc3c8b78a2608a2b99f2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/52ea83ba62acdc3c8b78a2608a2b99f2.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/5ecbc2095668603d6501da7b02d3a730.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/5ecbc2095668603d6501da7b02d3a730.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/710fc5a222abe65356a970686668a161.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/710fc5a222abe65356a970686668a161.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/7252e2685893a11c646ce5e6d99c86b1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/7252e2685893a11c646ce5e6d99c86b1.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/79dfbe4827d09ae26a0b78be8b735cce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/79dfbe4827d09ae26a0b78be8b735cce.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/ab2a77afb977cc2ada9b59d87a4ad80a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/ab2a77afb977cc2ada9b59d87a4ad80a.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/bdb96d763c00508dbcb12b1577f53d6c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/bdb96d763c00508dbcb12b1577f53d6c.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/cf690f6568bf4441319b7c9abe8a5621.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/cf690f6568bf4441319b7c9abe8a5621.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/cfac0fbb3a513bf01f44307f7a326d55.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/cfac0fbb3a513bf01f44307f7a326d55.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/daf84f5b0c82b3783b8d3d4c00779ea7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/daf84f5b0c82b3783b8d3d4c00779ea7.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/e25135623e18811b43400e4514cdd1a2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/e25135623e18811b43400e4514cdd1a2.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/e48eb3ec8cbefb20e73becd90725ba0c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/e48eb3ec8cbefb20e73becd90725ba0c.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/f690933ef7ec91ca8ef26a4cb2b2c384.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/f690933ef7ec91ca8ef26a4cb2b2c384.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/f74a2a2786e073b7d6d005733e37ab2f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/f74a2a2786e073b7d6d005733e37ab2f.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/fbc6e3ea1b1a354b1260f5bff522af47.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/fbc6e3ea1b1a354b1260f5bff522af47.json -------------------------------------------------------------------------------- /deployments/matic/solcInputs/fe7b42a323f9a60fc85efe84c305ac82.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/matic/solcInputs/fe7b42a323f9a60fc85efe84c305ac82.json -------------------------------------------------------------------------------- /deployments/metis/.chainId: -------------------------------------------------------------------------------- 1 | 1088 -------------------------------------------------------------------------------- /deployments/metis/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/metis/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/metis/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/metis/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/metis/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/metis/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/mode/.chainId: -------------------------------------------------------------------------------- 1 | 34443 -------------------------------------------------------------------------------- /deployments/mode/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mode/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/mode/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mode/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/mode/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mode/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/mumbai/.chainId: -------------------------------------------------------------------------------- 1 | 80001 -------------------------------------------------------------------------------- /deployments/mumbai/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/mumbai/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/07008c887c49dac8fcc677f725a0808b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/07008c887c49dac8fcc677f725a0808b.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/41a8600e180880fe88609322a6b2ac21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/41a8600e180880fe88609322a6b2ac21.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/938655e83453e97bb80b27987b78278d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/938655e83453e97bb80b27987b78278d.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/99d090022a59b6c6a6ac222006be59e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/99d090022a59b6c6a6ac222006be59e8.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/9fc01a6fa88770e1455cf91187fb0d27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/9fc01a6fa88770e1455cf91187fb0d27.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/b6e3e2425e19f628b2cbb57a36e662f3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/b6e3e2425e19f628b2cbb57a36e662f3.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/b809e32c96573be35df65127789c334f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/b809e32c96573be35df65127789c334f.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/dcb94736b385d99455267e37bbd4f45c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/dcb94736b385d99455267e37bbd4f45c.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/mumbai/solcInputs/fe73c8043aee683231adaa9dd611b2df.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/mumbai/solcInputs/fe73c8043aee683231adaa9dd611b2df.json -------------------------------------------------------------------------------- /deployments/optimism/.chainId: -------------------------------------------------------------------------------- 1 | 10 -------------------------------------------------------------------------------- /deployments/optimism/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/optimism/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/optimism/solcInputs/7b1948a8f0264cdefd896d723596bf37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/solcInputs/7b1948a8f0264cdefd896d723596bf37.json -------------------------------------------------------------------------------- /deployments/optimism/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/solcInputs/a99a4dc4ce7dde6231a54a04485320c4.json -------------------------------------------------------------------------------- /deployments/optimism/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/solcInputs/cc8b1c2be6bf2209c2f5f3f285792a0b.json -------------------------------------------------------------------------------- /deployments/optimism/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/optimism/solcInputs/ea5918e00ee4b3f19c8f331e7f7241f0.json -------------------------------------------------------------------------------- /deployments/osepolia/.chainId: -------------------------------------------------------------------------------- 1 | 11155420 -------------------------------------------------------------------------------- /deployments/osepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/osepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/osepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/osepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/osepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/osepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/playblock/.chainId: -------------------------------------------------------------------------------- 1 | 1829 -------------------------------------------------------------------------------- /deployments/playblock/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/playblock/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/playblock/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/playblock/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/playblock/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/playblock/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/polygonzk/.chainId: -------------------------------------------------------------------------------- 1 | 1101 -------------------------------------------------------------------------------- /deployments/polygonzk/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/polygonzk/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/polygonzk/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/polygonzk/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/polygonzk/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/polygonzk/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/real/.chainId: -------------------------------------------------------------------------------- 1 | 111188 -------------------------------------------------------------------------------- /deployments/real/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/real/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/real/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/real/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/real/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/real/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/reyacronos/.chainId: -------------------------------------------------------------------------------- 1 | 89346161 -------------------------------------------------------------------------------- /deployments/reyacronos/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyacronos/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/reyacronos/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyacronos/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/reyacronos/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyacronos/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/reyanetwork/.chainId: -------------------------------------------------------------------------------- 1 | 1729 -------------------------------------------------------------------------------- /deployments/reyanetwork/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyanetwork/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/reyanetwork/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyanetwork/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/reyanetwork/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/reyanetwork/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/sepolia/.chainId: -------------------------------------------------------------------------------- 1 | 11155111 -------------------------------------------------------------------------------- /deployments/sepolia/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/sepolia/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/sepolia/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/sepolia/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/sepolia/solcInputs/c5597485a649b256ea6b4caaddbc1071.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/sepolia/solcInputs/c5597485a649b256ea6b4caaddbc1071.json -------------------------------------------------------------------------------- /deployments/sepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/sepolia/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/unreal/.chainId: -------------------------------------------------------------------------------- 1 | 18231 -------------------------------------------------------------------------------- /deployments/unreal/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unreal/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/unreal/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unreal/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/unreal/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unreal/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/unrealorbit/.chainId: -------------------------------------------------------------------------------- 1 | 18233 -------------------------------------------------------------------------------- /deployments/unrealorbit/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unrealorbit/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/unrealorbit/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unrealorbit/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/unrealorbit/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/unrealorbit/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/zkatana/.chainId: -------------------------------------------------------------------------------- 1 | 1261120 -------------------------------------------------------------------------------- /deployments/zkatana/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zkatana/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/zkatana/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zkatana/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/zkatana/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zkatana/solcInputs/c6b93f911b46d6eb9f2a199b1c33ee7c.json -------------------------------------------------------------------------------- /deployments/zksync/.chainId: -------------------------------------------------------------------------------- 1 | 324 -------------------------------------------------------------------------------- /deployments/zksync/AdvertisingBoard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zksync/AdvertisingBoard.json -------------------------------------------------------------------------------- /deployments/zksync/CoingeckoOracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zksync/CoingeckoOracle.json -------------------------------------------------------------------------------- /deployments/zksync/solcInputs/6710300b3136950bba0b93915cbe711b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/deployments/zksync/solcInputs/6710300b3136950bba0b93915cbe711b.json -------------------------------------------------------------------------------- /hardhat.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/hardhat.config.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/package.json -------------------------------------------------------------------------------- /scripts/create-task-adboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/scripts/create-task-adboard.ts -------------------------------------------------------------------------------- /scripts/create-task-event-filter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/scripts/create-task-event-filter.ts -------------------------------------------------------------------------------- /scripts/create-task-oracle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/scripts/create-task-oracle.ts -------------------------------------------------------------------------------- /test/examples/CoingeckoOracle.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/test/examples/CoingeckoOracle.test.ts -------------------------------------------------------------------------------- /test/index.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/test/index.test.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/tsconfig.json -------------------------------------------------------------------------------- /web3-functions/advertising-board/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/advertising-board/index.ts -------------------------------------------------------------------------------- /web3-functions/advertising-board/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/advertising-board/schema.json -------------------------------------------------------------------------------- /web3-functions/advertising-board/storage.json: -------------------------------------------------------------------------------- 1 | { 2 | "lastPost": "1680505773" 3 | } 4 | -------------------------------------------------------------------------------- /web3-functions/advertising-board/userArgs.json: -------------------------------------------------------------------------------- 1 | { 2 | "adBoard": "0x28a0A1C63E7E8F0DAe5ad633fe232c12b489d5f0" 3 | } 4 | -------------------------------------------------------------------------------- /web3-functions/event-filter-webhook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-filter-webhook/README.md -------------------------------------------------------------------------------- /web3-functions/event-filter-webhook/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-filter-webhook/index.ts -------------------------------------------------------------------------------- /web3-functions/event-filter-webhook/log.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-filter-webhook/log.json -------------------------------------------------------------------------------- /web3-functions/event-filter-webhook/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-filter-webhook/schema.json -------------------------------------------------------------------------------- /web3-functions/event-filter-webhook/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-filter-webhook/userArgs.json -------------------------------------------------------------------------------- /web3-functions/event-listener/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-listener/index.ts -------------------------------------------------------------------------------- /web3-functions/event-listener/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-listener/schema.json -------------------------------------------------------------------------------- /web3-functions/event-listener/storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-listener/storage.json -------------------------------------------------------------------------------- /web3-functions/event-listener/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/event-listener/userArgs.json -------------------------------------------------------------------------------- /web3-functions/hello-world/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/hello-world/index.ts -------------------------------------------------------------------------------- /web3-functions/hello-world/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/hello-world/schema.json -------------------------------------------------------------------------------- /web3-functions/hello-world/storage.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /web3-functions/hello-world/userArgs.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /web3-functions/oracle-callback-email/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-email/.env.example -------------------------------------------------------------------------------- /web3-functions/oracle-callback-email/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-email/index.ts -------------------------------------------------------------------------------- /web3-functions/oracle-callback-email/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-email/schema.json -------------------------------------------------------------------------------- /web3-functions/oracle-callback-email/storage.json: -------------------------------------------------------------------------------- 1 | { 2 | "lastPrice": 100 3 | } 4 | -------------------------------------------------------------------------------- /web3-functions/oracle-callback-email/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-email/userArgs.json -------------------------------------------------------------------------------- /web3-functions/oracle-callback-slack/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-slack/.env.example -------------------------------------------------------------------------------- /web3-functions/oracle-callback-slack/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-slack/index.ts -------------------------------------------------------------------------------- /web3-functions/oracle-callback-slack/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-slack/schema.json -------------------------------------------------------------------------------- /web3-functions/oracle-callback-slack/storage.json: -------------------------------------------------------------------------------- 1 | { 2 | "lastPrice": 100 3 | } 4 | -------------------------------------------------------------------------------- /web3-functions/oracle-callback-slack/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle-callback-slack/userArgs.json -------------------------------------------------------------------------------- /web3-functions/oracle/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle/index.ts -------------------------------------------------------------------------------- /web3-functions/oracle/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle/schema.json -------------------------------------------------------------------------------- /web3-functions/oracle/storage.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /web3-functions/oracle/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/oracle/userArgs.json -------------------------------------------------------------------------------- /web3-functions/secrets/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/secrets/.env.example -------------------------------------------------------------------------------- /web3-functions/secrets/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/secrets/index.ts -------------------------------------------------------------------------------- /web3-functions/secrets/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/secrets/schema.json -------------------------------------------------------------------------------- /web3-functions/secrets/storage.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /web3-functions/secrets/userArgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/secrets/userArgs.json -------------------------------------------------------------------------------- /web3-functions/storage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/storage/index.ts -------------------------------------------------------------------------------- /web3-functions/storage/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/web3-functions/storage/schema.json -------------------------------------------------------------------------------- /web3-functions/storage/storage.json: -------------------------------------------------------------------------------- 1 | { 2 | "lastBlockNumber": "1000" 3 | } 4 | -------------------------------------------------------------------------------- /web3-functions/storage/userArgs.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gelatodigital/web3-functions-hardhat-template/HEAD/yarn.lock --------------------------------------------------------------------------------