Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transfer_method Logo property, and Noble_express image #1852

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions images/external_interface/noble_express.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 194 additions & 0 deletions images/upcoming/avail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/upcoming/bera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/upcoming/hall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/upcoming/init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions images/upcoming/move.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/upcoming/nam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/upcoming/prysm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions osmosis-1/generated/frontend/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -13635,6 +13635,7 @@
{
"name": "Noble Express",
"type": "external_interface",
"logo": "external_interface/noble_express.svg",
"depositUrl": "https://express.noble.xyz/transfer?origin=solana&destination=osmosis",
"withdrawUrl": "https://express.noble.xyz/transfer?origin=osmosis&destination=solana"
},
Expand Down
4 changes: 3 additions & 1 deletion osmosis-1/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,13 +2474,15 @@
{
"name": "Noble Express",
"type": "external_interface",
"logo": "external_interface/noble_express.svg",
"deposit_url": "https://express.noble.xyz/transfer?origin=solana&destination=osmosis",
"withdraw_url": "https://express.noble.xyz/transfer?origin=osmosis&destination=solana"
}
],
"categories": [
"stablecoin"
]
],
"_comment": "USDC $USDC"
},
{
"chain_name": "axelar",
Expand Down
13 changes: 8 additions & 5 deletions zone_assets.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
"items": {
"type": "object",
"required": [
"type"
"type",
"name"
],
"properties": {
"name": {
Expand All @@ -129,12 +130,14 @@
"enum": [
"external_interface",
"integrated_bridge",
"fiat_onramp"
"fiat_onramp",
"ibc"
]
},
"osmosis_validated": {
"type": "boolean",
"description": "Whether the transfer method has been tested by a human and confirm to be working correctly."
"logo": {
"type": "string",
"description": "local path and name for the logo representing this transfer method.",
"pattern": "^(external_interface|fiat_onramp)/[\\w.-]+\\.(png|svg)$"
}
},
"oneOf": [
Expand Down
Loading