-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: add nept/inj #189
base: master
Are you sure you want to change the base?
chore: add nept/inj #189
Conversation
WalkthroughThe pull request introduces a new market entry for the Changes
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)ts-scripts/data/grid/spot.ts (1)
The addition of the 'nept-inj' market maintains consistency with existing entries in terms of structure and naming convention. Let's verify the contract address format and uniqueness: ✅ Verification successfulContract address format and uniqueness verified successfully The verification confirms:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the contract address format and check for duplicates
# Verify the contract address follows Injective's bech32 format
echo "Verifying address format..."
if ! echo "inj1tywtf22sw8h4cd5v36gp0u3uya2psm0s8lxxan" | grep -E "^inj1[a-zA-Z0-9]{38}$"; then
echo "Invalid address format"
exit 1
fi
# Check for duplicate contract addresses
echo "Checking for duplicate addresses..."
rg "contractAddress: 'inj1tywtf22sw8h4cd5v36gp0u3uya2psm0s8lxxan'" -c
# Check for duplicate market slugs
echo "Checking for duplicate slugs..."
rg "slug: 'nept-inj'" -c
Length of output: 518 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
'nept-inj'
to the mainnet grid markets, enhancing the available market options.