From 24de7a2ab56e68274161855f89aaccd7188d3471 Mon Sep 17 00:00:00 2001 From: Shahbaz Nazir Date: Tue, 26 Sep 2023 17:26:52 +0300 Subject: [PATCH 1/2] fix: Add docs regarding feegrants --- README.md | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index fb6fa15d..f764eff0 100644 --- a/README.md +++ b/README.md @@ -45,32 +45,17 @@ Philabs (on behalf of Archway foundation) is building monitoring tools e.g. [rel All relayers operating IBC paths connecting to Archway mainnet are eligible for a feegrant to pay for IBC transaction fees on Archway network. -### Feegrant selection criteria: +To enable feegrants for your relayere use the following fee granter address and configuration docs for your relayer: + +Archway fee granter address: `archway1ktka5q3cnsy3ar7qwj2huzz6qj9q4ys7h74l9y` + +### Feegrant selection criteria - Feegrants programs aims to have availability of maximum 2 to 3 relayers on each published path - Feegrants will be reviewed based relayer performance and renewed periodically - Relayer must have local full nodes available for both connecting chains - Relayer must publish its metadata and signer addresses for both connecting chains. Please use [ibc_data_schema.json](../ibc_data.schema.json) for schema reference. -- Relayer must update the [Active Feegrants](#active-feegrants) below. - - -### Active Feegrants - -| | Osmosis | Cosmoshub | Axelar | Umee | Jackal | Kujira | Juno | Agoric | Ojo | Noble | Nois | -| ------------------------------------------ | ------- | --------- | ------ | ---- | ------ | ------ | ---- | ------ | --- | ----- | ---- | -| Phi Labs | ✓ | ✓ | ✓ | | | | | | | | | -| MZONDER | ✓ | ✓ | ✓ | ✓ | | | | | | | | -| Crosnest | ✓ | ✓ | ✓ | | | | | | | | | -| Nodes.Guru | ✓ | | ✓ | | | | | | | | | -| AM Solutions | | | | ✓ | ✓ | ✓ | | | | | | -| NodeStake | | | | | ✓ | | | | | | | -| Gelotto | | | | | | | ✓ | | | | ✓ | -| Lavender.Five Nodes | | | | | | | | ✓ | | | | -| kjnodes | | | | ✓ | | ✓ | | ✓ | | | | -| DSRV | | | | ✓ | | | | | | | | -| B-Harvest | | | | | | | | | | ✓ | | -| Validatrium | | | | | | | ✓ | | | | | -| Architect Nodes | | | | | | | | | | | ✓ | -| DSRV | | | | | | | | | | ✓ | | -| Ojo | | | | | | | | | ✓ | | | -| \# of Relayers | 4 | 3 | 4 | 4 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | + +### Active feegrants + +All operators published under [_IBC](./_IBC/) have active feegrants e.g. to see active feegrants for `archway <> osmosis` path are under `operator` section of [archway-osmosis.json](./_IBC/archway-osmosis.json) From 5b8c278eebfdacea437113f1be5b4788f8fa3944 Mon Sep 17 00:00:00 2001 From: Shahbaz Nazir Date: Tue, 26 Sep 2023 17:41:14 +0300 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f764eff0..c7fad71b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Philabs (on behalf of Archway foundation) is building monitoring tools e.g. [rel All relayers operating IBC paths connecting to Archway mainnet are eligible for a feegrant to pay for IBC transaction fees on Archway network. -To enable feegrants for your relayere use the following fee granter address and configuration docs for your relayer: +To enable feegrants for your relayer use the following fee granter address and configuration docs for your relayer: Archway fee granter address: `archway1ktka5q3cnsy3ar7qwj2huzz6qj9q4ys7h74l9y`