Skip to content

Commit

Permalink
ON-509: update mustache config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 30, 2023
1 parent edf9707 commit 89d406a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"network": "goerli",
"erc721": [
{
"name": "ChronosTravaler",
"name": "ERC721",
"address": "0x450c91d1fe9f3d57b91218f6ff96f7994eec4d32",
"startBlock": 8099655
}
Expand Down
4 changes: 2 additions & 2 deletions config/mumbai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"network": "mumbai",
"erc721": [
{
"name": "AavegotchiDiamond",
"name": "ERC721",
"address": "0x83e73D9CF22dFc3A767EA1cE0611F7f50306622e",
"startBlock": 34467860
},
Expand All @@ -14,7 +14,7 @@
],
"erc1155": [
{
"name": "WearablesDiamond",
"name": "ERC1155",
"address": "0x1b1bcB49A744a09aEd636CDD9893508BdF1431A8",
"startBlock": 34467877
}
Expand Down
12 changes: 6 additions & 6 deletions config/polygon.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"network": "matic",
"erc721": [
{
"name": "AavegotchiDiamond",
{
"name": "ERC721",
"address": "0x86935f11c86623dec8a25696e1c19a8659cbf95d",
"startBlock": 11516320
},
{
{
"name": "RealmDiamond",
"address": "0x1D0360BaC7299C86Ec8E99d0c1C9A95FEfaF2a11",
"startBlock": 20667840
},
{
{
"name": "ChronosTravaler",
"address": "0xa03c4e40d1fcaa826591007a17ca929ef8adbf1c",
"startBlock": 36796276
}
],
"erc1155": [
{
"name": "WearablesDiamond",
{
"name": "ERC1155",
"address": "0x58de9aabcaeec0f69883c94318810ad79cc6a44f",
"startBlock": 35999793
}
Expand Down

0 comments on commit 89d406a

Please sign in to comment.