@hyperlane-xyz/core 3.1.3 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/contracts/token/FastHypERC20.sol +62 -0
- package/contracts/token/FastHypERC20Collateral.sol +61 -0
- package/dist/contracts/token/FastHypERC20.d.ts +1023 -0
- package/dist/contracts/token/FastHypERC20.d.ts.map +1 -0
- package/dist/contracts/token/FastHypERC20.js +3 -0
- package/dist/contracts/token/FastHypERC20.js.map +1 -0
- package/dist/contracts/token/FastHypERC20Collateral.d.ts +729 -0
- package/dist/contracts/token/FastHypERC20Collateral.d.ts.map +1 -0
- package/dist/contracts/token/FastHypERC20Collateral.js +3 -0
- package/dist/contracts/token/FastHypERC20Collateral.js.map +1 -0
- package/dist/contracts/token/index.d.ts +2 -0
- package/dist/contracts/token/index.d.ts.map +1 -1
- package/dist/factories/contracts/token/FastHypERC20Collateral__factory.d.ts +444 -0
- package/dist/factories/contracts/token/FastHypERC20Collateral__factory.d.ts.map +1 -0
- package/dist/factories/contracts/token/FastHypERC20Collateral__factory.js +591 -0
- package/dist/factories/contracts/token/FastHypERC20Collateral__factory.js.map +1 -0
- package/dist/factories/contracts/token/FastHypERC20__factory.d.ts +644 -0
- package/dist/factories/contracts/token/FastHypERC20__factory.d.ts.map +1 -0
- package/dist/factories/contracts/token/FastHypERC20__factory.js +852 -0
- package/dist/factories/contracts/token/FastHypERC20__factory.js.map +1 -0
- package/dist/factories/contracts/token/index.d.ts +2 -0
- package/dist/factories/contracts/token/index.d.ts.map +1 -1
- package/dist/factories/contracts/token/index.js +5 -1
- package/dist/factories/contracts/token/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FastHypERC20__factory.d.ts","sourceRoot":"","sources":["../../../../types/factories/contracts/token/FastHypERC20__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,MAAM,EAGN,eAAe,EACf,YAAY,EACZ,SAAS,EACV,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,EACV,YAAY,EACZ,qBAAqB,EACtB,MAAM,uCAAuC,CAAC;AAizB/C,KAAK,6BAA6B,GAC9B,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,qBAAsB,SAAQ,eAAe;gBAC5C,GAAG,IAAI,EAAE,6BAA6B;IAQzC,MAAM,CACb,UAAU,EAAE,cAAc,CAAC,YAAY,CAAC,EACxC,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,EAChC,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;KAAE,GACxD,OAAO,CAAC,YAAY,CAAC;IAOf,oBAAoB,CAC3B,UAAU,EAAE,cAAc,CAAC,YAAY,CAAC,EACxC,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,EAChC,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;KAAE,GACxD,kBAAkB;IAGZ,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY;IAGrC,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;IAIvD,MAAM,CAAC,QAAQ,CAAC,QAAQ,s02BAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,qBAAqB;IAG/C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,YAAY;CAGhB"}
|