tokenbridge-contracts icon indicating copy to clipboard operation
tokenbridge-contracts copied to clipboard

Smart contracts for TokenBridge

Results 86 tokenbridge-contracts issues
Sort by recently updated
recently updated
newest added

Changed `uint256 i = 0` to `uint256 i`, there's no need to initialize some 'uint' variable to 0 cuz the default value already sets itself to 0. Saves some gas...

Made 2 changes in this particular file: 1st: changed `uint256 counter = 0;` to `uint256 counter;` , cuz default value of any variable if it's a `uint` used to be...

assests to assets

Hello, Please help, I'm having trouble when I want to deploy a contract on the testnet network. Please help. ![image](https://user-images.githubusercontent.com/120139020/211141420-fd8dab22-14f9-49cf-b159-29abe5db65ff.png)

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [json-pointer](https://github.com/manuelstofer/json-pointer) from 0.6.1 to 0.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json-pointer&package-manager=npm_and_yarn&previous-version=0.6.1&new-version=0.6.2)](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...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies