Skip to content

Commit

Permalink
removed support for SEI
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartStake committed Aug 30, 2024
1 parent 07789e3 commit b8c3e11
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions networks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Instructions:
"alias": "Astroport Staking"
},
],
"ibc": [ # listing of IBC assets for this network e.g if network is present as ibc asset in OSMO, LUNA, SEI, below entries are needed
"ibc": [ # listing of IBC assets for this network e.g if network is present as ibc asset in OSMO, LUNA, below entries are needed
{"network": "OSMO", "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", "knownAddresses": [
{"address": "osmo1nyu6sk9rvtvsltm7tjjrp6rlavnm3e4sq03kltde6kesam260f8szar8ze", "alias": "Astroport Staking"}]},
{"network": "SEI", "denom": "ibc/0EC78B75D318EA0AAB6160A12AEE8F3C7FEA3CFEAD001A3B103E11914709F4CE", "knownAddresses": []}
{"network": "LUNA", "denom": "ibc/0EC78B75D318EA0AAB6160A12AEE8F3C7FEA3CFEAD001A3B103E11914709F4CE", "knownAddresses": []}
],
}
```
Expand Down
5 changes: 0 additions & 5 deletions tokens/ASTRO.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
"network": "NTRN",
"denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
"knownAddresses": []
},
{
"network": "SEI",
"denom": "ibc/0EC78B75D318EA0AAB6160A12AEE8F3C7FEA3CFEAD001A3B103E11914709F4CE",
"knownAddresses": []
}
]
}
4 changes: 2 additions & 2 deletions tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Instructions:
"alias": "Bulls Staking"
},
],
"ibc": [ # listing of IBC assets for this token e.g if token is present as ibc asset in OSMO, INJ, SEI, below entries are needed
"ibc": [ # listing of IBC assets for this token e.g if token is present as ibc asset in OSMO, INJ, LUNA, below entries are needed
{"network": "OSMO", "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", "knownAddresses": [
{"address": "osmo1nyu6sk9rvtvsltm7tjjrp6rlavnm3e4sq03kltde6kesam260f8szar8ze", "alias": "Bulls Staking"}]},
{"network": "INJ", "denom": "ibc/EBD5A24C554198EBAF44979C5B4D2C2D312E6EBAB71962C92F735499C7575839", "knownAddresses": []},
{"network": "SEI", "denom": "ibc/0EC78B75D318EA0AAB6160A12AEE8F3C7FEA3CFEAD001A3B103E11914709F4CE", "knownAddresses": []}
{"network": "LUNA", "denom": "ibc/0EC78B75D318EA0AAB6160A12AEE8F3C7FEA3CFEAD001A3B103E11914709F4CE", "knownAddresses": []}
],
}
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8c3e11

Please sign in to comment.