We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e2c20 commit d4bf445Copy full SHA for d4bf445
packages/graphql/ASSETS.md
@@ -5,13 +5,13 @@ API endpoint:
5
`/assets/<assetId>` - get information about any asset (including NFTs)
6
7
URLs to consume:
8
-- Mainnet: https://explorer-indexer-mainnet.fuel.network
+- Mainnet: https://mainnet-explorer.fuel.network
9
- Testnet: https://explorer-indexer-testnet.fuel.network
10
11
12
`curl` example of usage
13
```
14
-curl 'https://explorer-indexer-mainnet.fuel.network/assets/0x44b09d7143aa7b1aac7844ee9cfc38893b12d20c3822ecb18dbf2c6846ea63f0'
+curl 'https://mainnet-explorer.fuel.network/assets/0x44b09d7143aa7b1aac7844ee9cfc38893b12d20c3822ecb18dbf2c6846ea63f0'
15
16
17
0 commit comments