@meterio/sumer-js 0.2.134 → 0.2.135
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/dist/browser/sumer.min.js +1 -1
- package/dist/nodejs/abi.js +7 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/sepolia.js +3 -3
- package/dist/nodejs/constants/sepolia.js.map +1 -1
- package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/CAToken.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.d.ts +7 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.js +8 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -5217,6 +5217,13 @@ exports.abi = {
|
|
|
5217
5217
|
"stateMutability": "nonpayable",
|
|
5218
5218
|
"type": "function"
|
|
5219
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
"inputs": [],
|
|
5222
|
+
"name": "reinit",
|
|
5223
|
+
"outputs": [],
|
|
5224
|
+
"stateMutability": "nonpayable",
|
|
5225
|
+
"type": "function"
|
|
5226
|
+
},
|
|
5220
5227
|
{
|
|
5221
5228
|
"inputs": [
|
|
5222
5229
|
{
|