Skip to content

Commit 5a0dd73

Browse files
committed
proxy, not auth
1 parent 837d9c0 commit 5a0dd73

File tree

3 files changed

+10
-10
lines changed
  • src/pages/komodo-defi-framework/api

3 files changed

+10
-10
lines changed

src/pages/komodo-defi-framework/api/common_structures/activation/index.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ The `EvmNode` object includes the following items for a given coin or token:
155155
```json
156156
{
157157
"url": "http://eth1.cipig.net:8555",
158-
"komodo_auth": false
158+
"komodo_proxy": false
159159
}
160160
```
161161
</CollapsibleSection>
162162

163163
<Note>
164-
Prior to the v2.2.0 release, the `gui_auth` field was used to access RPC nodes run officially by the Komodo Platform team. This field was replaced with the `komodo_auth` field in the v2.2.0 release.
164+
Prior to the v2.2.0 release, the `gui_auth` field was used to access RPC nodes run officially by the Komodo Platform team. This field was replaced with the `komodo_proxy` field in the v2.2.0 release.
165165
</Note>
166166

167167
#### v2.2.0+
@@ -170,7 +170,7 @@ The `EvmNode` object includes the following items for a given coin or token:
170170
```json
171171
{
172172
"url": "https://nucleus-rpc.alpha.komodo.earth",
173-
"komodo_auth": true
173+
"komodo_proxy": true
174174
}
175175
```
176176
</CollapsibleSection>
@@ -190,13 +190,13 @@ The `TendermintNode` object includes the following items for a given coin or tok
190190
```json
191191
{
192192
"url": "http://eth1.cipig.net:8555",
193-
"komodo_auth": false
193+
"komodo_proxy": false
194194
}
195195
```
196196
</CollapsibleSection>
197197

198198
<Note>
199-
Prior to the v2.2.0 release, the `gui_auth` field was used to access RPC nodes run officially by the Komodo Platform team. This field was replaced with the `komodo_auth` field in the v2.2.0 release.
199+
Prior to the v2.2.0 release, the `gui_auth` field was used to access RPC nodes run officially by the Komodo Platform team. This field was replaced with the `komodo_proxy` field in the v2.2.0 release.
200200
</Note>
201201

202202
#### v2.2.0+
@@ -205,7 +205,7 @@ The `TendermintNode` object includes the following items for a given coin or tok
205205
```json
206206
{
207207
"url": "https://nucleus-rpc.alpha.komodo.earth",
208-
"komodo_auth": true
208+
"komodo_proxy": true
209209
}
210210
```
211211
</CollapsibleSection>

src/pages/komodo-defi-framework/api/v20/enable_eth_with_tokens/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Additionally, it supports ERC20 tokens on the ETH chain and associated ERC20 lik
6060
"nodes": [
6161
{
6262
"url": "http://eth1.cipig.net:18555",
63-
"komodo_auth": false
63+
"komodo_proxy": false
6464
},
6565
{
6666
"url": "https://node.komodo.earth:8080/ethereum",
67-
"komodo_auth": true
67+
"komodo_proxy": true
6868
}
6969
],
7070
"rpc_mode": "Http",

src/pages/komodo-defi-framework/api/v20/enable_tendermint_with_assets/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Use this method to activate Tendermint coins (COSMOS/IRIS/OSMOSIS) and IBC asset
111111
},
112112
{
113113
"url": "https://rpc.irishub-1.irisnet.org",
114-
"komodo_auth": false
114+
"komodo_proxy": false
115115
}
116116
],
117117
"tx_history": true,
@@ -162,7 +162,7 @@ Use this method to activate Tendermint coins (COSMOS/IRIS/OSMOSIS) and IBC asset
162162
},
163163
{
164164
"url": "https://rpc.irishub-1.irisnet.org",
165-
"komodo_auth": false
165+
"komodo_proxy": false
166166
}
167167
]
168168
}

0 commit comments

Comments
 (0)