From 4a15a3c8df81d6cee7beaf847723efc701bad1d5 Mon Sep 17 00:00:00 2001 From: achowdhry-ripple Date: Mon, 11 Nov 2024 15:58:40 -0500 Subject: [PATCH] Add xrplmeta url to example env file (#1078) ## High Level Overview of Change Add URL to template based on recent token search release ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Translation Updates - [ ] Release ### TypeScript/Hooks Update - [ ] Updated files to React Hooks - [ ] Updated files to TypeScript ## Before / After ## Test Plan --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 3538fb224..097322764 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,9 @@ VITE_XAHAU_TESTNET_LINK= VITE_CUSTOMNETWORK_LINK= VITE_VALIDATOR=vl.ripple.com +#External data source - XRPLMeta node for token search results +XRPL_META_URL=s1.xrplmeta.org + #XRPL Environment: mainnet, testnet, devnet, amm, hooks_testnet, custom VITE_ENVIRONMENT=mainnet