Skip to content
Closed
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
16 changes: 16 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This PR updates the StablePay SDK to support the Ethereum Classic (ETC) Mainnet and renames the existing Ethereum Classic testnet configuration to "Mordor Testnet" for better clarity and standardization. It addresses Issue #18.
Fixes #18

Changes Made:

Renamed Network: Changed the existing ethereum-classic configuration key and display name to mordor-testnet.

Added Network: Added a new configuration entry for ethereum-classic with the following details:

Chain ID: 61

RPC: https://etc.rivet.link
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Wrap the bare URL in markdown link syntax.

The RPC URL should be formatted as a markdown link or wrapped in backticks/angle brackets to comply with markdown standards.

Apply this diff to fix the markdown formatting:

-RPC: https://etc.rivet.link
+RPC: <https://etc.rivet.link>

Alternatively, use inline code formatting:

-RPC: https://etc.rivet.link
+RPC: `https://etc.rivet.link`
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
RPC: https://etc.rivet.link
RPC: <https://etc.rivet.link>
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

12-12: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
In license.md around line 12, the bare RPC URL "https://etc.rivet.link" should
be formatted as a markdown link or inline code; replace the plain URL with
either a markdown link (e.g., link text pointing to the same URL), or wrap the
URL in backticks or angle brackets so it renders correctly in Markdown.


Djed Contract: 0xCc3664d7021FD36B1Fe2b136e2324710c8442cCf (Verified via on-chain calls)

Stablecoin (ECSD): 0x5A7Ca94F6E969C94bef4CE5e2f90ed9d4891918A (Verified via Blockscout)