@flarenetwork/flare-periphery-contract-artifacts 0.1.14 → 0.1.15
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.
|
@@ -228,5 +228,10 @@
|
|
|
228
228
|
"name": "IReferencedPaymentNonexistenceVerification",
|
|
229
229
|
"contractName": "IReferencedPaymentNonexistenceVerification.sol",
|
|
230
230
|
"address": "0x870Cfd102c2C549866CA87dB800EDdaABac02452"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "IRelay",
|
|
234
|
+
"contractName": "IRelay.sol",
|
|
235
|
+
"address": "0x32D46A1260BB2D8C9d5Ab1C9bBd7FF7D7CfaabCC",
|
|
231
236
|
}
|
|
232
237
|
]
|
package/dist/coston/abis.js
CHANGED
|
@@ -129,6 +129,7 @@ const PriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/gen
|
|
|
129
129
|
const StateConnector_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json"));
|
|
130
130
|
const FlareDaemon_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json"));
|
|
131
131
|
const GovernanceSettings_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json"));
|
|
132
|
+
const IRelay_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IRelay.sol/IRelay.json"));
|
|
132
133
|
exports.abis = {
|
|
133
134
|
IIVPToken: IIVPToken_json_1.default.abi,
|
|
134
135
|
IIVPContract: IIVPContract_json_1.default.abi,
|
|
@@ -255,5 +256,6 @@ exports.abis = {
|
|
|
255
256
|
StateConnector: StateConnector_json_1.default.abi,
|
|
256
257
|
FlareDaemon: FlareDaemon_json_1.default.abi,
|
|
257
258
|
GovernanceSettings: GovernanceSettings_json_1.default.abi,
|
|
259
|
+
IRelay: IRelay_json_1.default.abi,
|
|
258
260
|
};
|
|
259
261
|
//# sourceMappingURL=abis.js.map
|
|
@@ -42,5 +42,6 @@ exports.contractAddresses = {
|
|
|
42
42
|
DelegationAccount: '0xE2Ee339b2608Fe20ca2f721e938a640e0E5ee546',
|
|
43
43
|
FlareAssetRegistry: '0x92B87cc4205265e9500d570D452A3f7F91926e91',
|
|
44
44
|
WNatRegistryProvider: '0x9819645ab3E99a0A2c0ECF797Da4B9312b31121F',
|
|
45
|
+
Relay: '0x32D46A1260BB2D8C9d5Ab1C9bBd7FF7D7CfaabCC',
|
|
45
46
|
};
|
|
46
47
|
//# sourceMappingURL=addresses.js.map
|
package/package.json
CHANGED