Skip to content

Commit 991b5ae

Browse files
allemanfredianxolin
authored andcommitted
chore(global): addds near-intents-logo.png and rm some TODO within NearIntentsBridgeProvider
1 parent 54d23b7 commit 991b5ae

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

packages/bridging/src/providers/near-intents/NearIntentsBridgeProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class NearIntentsBridgeProvider implements BridgeProvider<NearIntentsQuot
5353

5454
info: BridgeProviderInfo = {
5555
name: 'Near Intents',
56-
logoUrl: `${RAW_PROVIDERS_FILES_PATH}/near-intents/near-intents-logo.png`, // todo
56+
logoUrl: `${RAW_PROVIDERS_FILES_PATH}/near-intents/near-intents-logo.png`,
5757
dappId: NEAR_INTENTS_HOOK_DAPP_ID,
5858
website: 'https://www.near.org/intents',
5959
}
@@ -68,7 +68,6 @@ export class NearIntentsBridgeProvider implements BridgeProvider<NearIntentsQuot
6868
}
6969

7070
async getNetworks(): Promise<ChainInfo[]> {
71-
// TODO: non evm networks?
7271
return NEAR_INTENTS_SUPPORTED_NETWORKS
7372
}
7473

6.94 KB
Loading
6.94 KB
Loading

0 commit comments

Comments
 (0)