Skip to content
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

API-1628 - Creates a mechanism to build a contract map for releases. #1424

Open
wants to merge 3 commits into
base: api-1627
Choose a base branch
from

Conversation

blurpesec
Copy link
Contributor

@blurpesec blurpesec commented Feb 6, 2025

Description

Creates a script that builds the contract map that is roughly logically equivalent to the previous one, just using CAIP-19 IDs for the keys in the map. This PR also contains tests for it.

It ends up looking like this:

{
  'eip155:1/erc20:0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA': {
    name: 'Orbs',
    symbol: 'ORBS',
    decimals: 18,
    erc20: true,
    logo: './icons/eip155:1/erc20:0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA.svg'
  }
}

@blurpesec blurpesec requested review from MRabenda and a team as code owners February 6, 2025 20:50
@blurpesec blurpesec changed the title Creates a mechanism to build a contract map for releases. API-1628 - Creates a mechanism to build a contract map for releases. Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant