contracts
contracts copied to clipboard
Smart contracts for developers in the Immutable ecosystem.
Our currently recommended approach for games building crafting mechanics is: - Deploy your own version of the `GuardedMulticaller` contract - Wait for Immutable to add your GMC implementation to the...
Consolidate IMX token contract from https://github.com/immutable/imx-token into the monorepo.
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.17.3 to 2.19.2. Release notes Sourced from hardhat's releases. Hardhat v2.19.2 This release adds experimental support for ESM in typescript projects. In addition to that, the hardhat-shorthand...
Bumps [undici](https://github.com/nodejs/undici) from 5.25.2 to 5.26.3. Release notes Sourced from undici's releases. v5.26.3 No release notes provided. v5.26.2 Security Release, CVE-2023-45143. v5.26.1 What's Changed Fix publish undici-types once and for...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.8 to 4.3.10. Release notes Sourced from chai's releases. v4.3.10 This release simply bumps all dependencies to their latest non-breaking versions. What's Changed upgrade all dependencies by...
Currently, the contracts monorepo doesn't contain contracts which have been forked from upstream repositories (e.g. https://github.com/immutable/wallet-contracts and https://github.com/immutable/seaport). This is to enable us to merge with any future upstream changes...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.18.0 to 18.19.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.55.0. Release notes Sourced from eslint's releases. v8.55.0 Features 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti) Documentation 83ece2a docs: fix typo --rules ->...
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
This is the first PR for bridge smart contracts that interface with the [Axelar Network](https://axelar.network/). - **Ticket: https://immutable.atlassian.net/browse/SMR-1727** ## Motivation Before a token gets bridged, we want to establish a...