Skip to content

Commit

Permalink
fix typeAndVersion (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Oct 2, 2024
1 parent 7d4f8e5 commit dfa420b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/gas-snapshots/ccip.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ TokenAdminRegistry_setPool:test_setPool_ZeroAddressRemovesPool_Success() (gas: 3
TokenAdminRegistry_transferAdminRole:test_transferAdminRole_OnlyAdministrator_Revert() (gas: 18103)
TokenAdminRegistry_transferAdminRole:test_transferAdminRole_Success() (gas: 49438)
TokenPoolAndProxy:test_lockOrBurn_burnMint_Success() (gas: 5586499)
TokenPoolAndProxy:test_lockOrBurn_burnWithFromMint_Success() (gas: 5617969)
TokenPoolAndProxy:test_lockOrBurn_burnWithFromMint_Success() (gas: 5618769)
TokenPoolAndProxy:test_lockOrBurn_lockRelease_Success() (gas: 5793246)
TokenPoolAndProxy:test_setPreviousPool_Success() (gas: 3070731)
TokenPoolAndProxyMigration:test_tokenPoolMigration_Success_1_2() (gas: 6434801)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {SafeERC20} from "../../vendor/openzeppelin-solidity/v4.8.3/contracts/tok
contract BurnWithFromMintTokenPoolAndProxy is ITypeAndVersion, LegacyPoolWrapper {
using SafeERC20 for IBurnMintERC20;

string public constant override typeAndVersion = "BurnFromMintTokenPoolAndProxy 1.5.0";
string public constant override typeAndVersion = "BurnWithFromMintTokenPoolAndProxy 1.5.0";

constructor(
IBurnMintERC20 token,
Expand Down
Loading

0 comments on commit dfa420b

Please sign in to comment.