@towns-protocol/generated 0.0.291 → 0.0.293

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.
@@ -58,6 +58,14 @@
58
58
  }
59
59
  }
60
60
  },
61
+ "bnb": {
62
+ "chainId": 97,
63
+ "addresses": {
64
+ "utils": {
65
+ "towns": "0xA70F5aE0D1c993eDa24FfEB4B10416770a1BfA2B"
66
+ }
67
+ }
68
+ },
61
69
  "river": {
62
70
  "chainId": 6524490,
63
71
  "addresses": {
@@ -67,7 +75,9 @@
67
75
  "sepolia": {
68
76
  "chainId": 11155111,
69
77
  "addresses": {
70
- "towns": "0x000000Fa00b200406de700041CFc6b19BbFB4d13"
78
+ "utils": {
79
+ "wrappedTowns": "0x7cA146A8f7329B4D44b253986D2DF27B98C3B36C"
80
+ }
71
81
  }
72
82
  }
73
83
  },
@@ -87,6 +97,12 @@
87
97
  }
88
98
  }
89
99
  },
100
+ "bnb": {
101
+ "chainId": 56,
102
+ "addresses": {
103
+ "townsBnb": "0x00000000bcA93b25a6694ca3d2109d545988b13B"
104
+ }
105
+ },
90
106
  "gnosis": {
91
107
  "chainId": 100,
92
108
  "addresses": {
@@ -98,6 +114,7 @@
98
114
  "river": "0x53319181e003E7f86fB79f794649a2aB680Db244",
99
115
  "addresses": {
100
116
  "townsMainnet": "0x000000Fa00b200406de700041CFc6b19BbFB4d13",
117
+ "wTowns": "0x00000000Bc5Ff0261B97004a79c6D361002Ba2db",
101
118
  "utils": {
102
119
  "proxyBatchDelegation": "0x4ea3DA9d916473A285970B4318DE038A78fFd5f6"
103
120
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "address": "0xA70F5aE0D1c993eDa24FfEB4B10416770a1BfA2B"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "id": 97
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "address": "0x7cA146A8f7329B4D44b253986D2DF27B98C3B36C"
3
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
2
  "id": 11155111
3
- }
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "address": "0x00000000bcA93b25a6694ca3d2109d545988b13B"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "id": 56
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "address": "0x00000000Bc5Ff0261B97004a79c6D361002Ba2db"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/generated",
3
- "version": "0.0.291",
3
+ "version": "0.0.293",
4
4
  "packageManager": "yarn@3.8.0",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,5 +17,5 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "gitHead": "7003aaf14e5b0ec341c3b890664396b6665cf53c"
20
+ "gitHead": "7a9bac4749cc8437f3fba58314536544cb4f5a5c"
21
21
  }
@@ -1,3 +0,0 @@
1
- {
2
- "address": "0x000000Fa00b200406de700041CFc6b19BbFB4d13"
3
- }