Skip to content

Commit

Permalink
Automatic release v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
UNS Release bot committed Jun 7, 2024
1 parent 06395d2 commit 7e4a6db
Show file tree
Hide file tree
Showing 21 changed files with 835 additions and 72 deletions.
64 changes: 32 additions & 32 deletions dist/ens-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.2.2",
"networks": {
"1": {
"contracts": {
Expand Down Expand Up @@ -73,45 +73,45 @@
"1337": {
"contracts": {
"ENSRegistry": {
"address": "0x3F1194B9019002863Ad0DBBE295294547c0d36A9",
"deploymentBlock": "0x32",
"legacyAddresses": []
},
"BaseRegistrarImplementation": {
"address": "0xc965345EDaC823D56812cD20A10316233916a605",
"deploymentBlock": "0x33",
"legacyAddresses": []
},
"ReverseRegistrar": {
"BaseRegistrarImplementation": {
"address": "0xf670681605eFc4efC804F5a9b97ee89520473d56",
"deploymentBlock": "0x34",
"legacyAddresses": []
},
"NameWrapper": {
"address": "0x6aC8F19d1E0F81147cdF2a1e53cb1f4E18417204",
"deploymentBlock": "0x37",
"ReverseRegistrar": {
"address": "0x72FA6D0C2F56b802D762a14F1a71f9A56221cabe",
"deploymentBlock": "0x35",
"legacyAddresses": []
},
"DummyOracle": {
"address": "0xf3810eB7d64D1C11AE12727d957c6202B24492F5",
"deploymentBlock": "0x39",
"NameWrapper": {
"address": "0xF97b1F8b7c2598AA59f404F65E32DfA68de16dcC",
"deploymentBlock": "0x38",
"legacyAddresses": []
},
"StablePriceOracle": {
"DummyOracle": {
"address": "0xeC71E4E674fe0f432693DC2b935C34bd2774C003",
"deploymentBlock": "0x3a",
"legacyAddresses": []
},
"ETHRegistrarController": {
"StablePriceOracle": {
"address": "0x4fbf7B2f171336958BE5D15FF762a5CfF5363568",
"deploymentBlock": "0x3b",
"legacyAddresses": []
},
"ETHRegistrarController": {
"address": "0xB17aAe5B3A7815433fC82Cfd67Ea245767894f03",
"deploymentBlock": "0x3c",
"legacyAddresses": []
},
"PublicResolver": {
"address": "0x9dF67c91f1bFCB4D966cF764E9218685E7c59E8a",
"deploymentBlock": "0x44",
"address": "0xF1Ad43dc647f27c2366Ab4742d68d21282F7d50e",
"deploymentBlock": "0x45",
"legacyAddresses": [
"0xF1Ad43dc647f27c2366Ab4742d68d21282F7d50e"
"0x0F242B0A26Fe26eA32929E05DfDbE1640e61FBA2"
]
},
"ProxyAdmin": {
Expand All @@ -120,33 +120,33 @@
"legacyAddresses": []
},
"ENSCustody": {
"address": "0x3198fc981626687F4B5BDf0fbEABB0a5E0489C03",
"deploymentBlock": "0x5b",
"implementation": "0xc2110388dd54228aE0A834119457edE938BF0B57",
"forwarder": "0x3198fc981626687F4B5BDf0fbEABB0a5E0489C03",
"address": "0x951c830a0471C04DCB60Ce244DEe38eE4b0609ec",
"deploymentBlock": "0x5c",
"implementation": "0x3198fc981626687F4B5BDf0fbEABB0a5E0489C03",
"forwarder": "0x951c830a0471C04DCB60Ce244DEe38eE4b0609ec",
"legacyAddresses": []
},
"LegacyENSRegistry": {
"address": "0x6E1Eb616c7d69491f9a880f815Ff5574768cBa20",
"deploymentBlock": "0x47",
"address": "0xDAe1eD2709D22d03C1B0FEe45817EC59Bdb5B20F",
"deploymentBlock": "0x48",
"legacyAddresses": []
},
"LegacyETHRegistrarController": {
"address": "0xB17aAe5B3A7815433fC82Cfd67Ea245767894f03",
"deploymentBlock": "0x3c",
"address": "0x653F5A2aF800684EcF2aAeAcE8dBE86afEaaEBC0",
"deploymentBlock": "0x3d",
"legacyAddresses": []
},
"DNSSECImpl": {
"address": "0x9B2565a3545A1312bdCb6e7148A7f7cAe8C2706B",
"deploymentBlock": "0x4e"
"address": "0xFb82C655715B43b07863e9c2fd42f60bbd9838B0",
"deploymentBlock": "0x4f"
},
"DNSRegistrar": {
"address": "0x6265cc8D1b28eDfd4D76C80bf774c0D446FFfbde",
"deploymentBlock": "0x55"
},
"Root": {
"address": "0xE4fDf45C2F8D198854f8823809C7a988eeAAA493",
"deploymentBlock": "0x56"
},
"Root": {
"address": "0x5202cFE910C2D066e2A40f5Ca410c8eb26b92614",
"deploymentBlock": "0x57"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/sandbox/state.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export declare enum ArtifactName {
Seaport = "Seaport",
SeaportProxyBuyer = "SeaportProxyBuyer",
ConduitController = "ConduitController",
ERC20Mock = "ERC20Mock",
USDC = "USDC",
ENSRegistry = "ENSRegistry",
BaseRegistrarImplementation = "BaseRegistrarImplementation",
ReverseRegistrar = "ReverseRegistrar",
Expand Down Expand Up @@ -63,7 +63,7 @@ export declare enum UnsContractName {
ZilliqaRecover = "ZilliqaRecover",
Seaport = "Seaport",
SeaportProxyBuyer = "SeaportProxyBuyer",
ERC20Mock = "ERC20Mock"
USDC = "USDC"
}
export declare enum EnsContractName {
ENSRegistry = "ENSRegistry",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/types.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var ArtifactName;
ArtifactName["Seaport"] = "Seaport";
ArtifactName["SeaportProxyBuyer"] = "SeaportProxyBuyer";
ArtifactName["ConduitController"] = "ConduitController";
ArtifactName["ERC20Mock"] = "ERC20Mock";
ArtifactName["USDC"] = "USDC";
ArtifactName["ENSRegistry"] = "ENSRegistry";
ArtifactName["BaseRegistrarImplementation"] = "BaseRegistrarImplementation";
ArtifactName["ReverseRegistrar"] = "ReverseRegistrar";
Expand Down Expand Up @@ -68,7 +68,7 @@ var UnsContractName;
UnsContractName["ZilliqaRecover"] = "ZilliqaRecover";
UnsContractName["Seaport"] = "Seaport";
UnsContractName["SeaportProxyBuyer"] = "SeaportProxyBuyer";
UnsContractName["ERC20Mock"] = "ERC20Mock";
UnsContractName["USDC"] = "USDC";
})(UnsContractName = exports.UnsContractName || (exports.UnsContractName = {}));
var EnsContractName;
(function (EnsContractName) {
Expand Down
Loading

0 comments on commit 7e4a6db

Please sign in to comment.