Skip to content

Commit

Permalink
feat: updated metadata with usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Oct 22, 2024
1 parent 9f4a71f commit 3191713
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/utils/resourcesMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
{
resourceId: "0x0000000000000000000000000000000000000000000000000000000055534443",
symbol: "USDC",
decimals: 6,
caip19: "eip155:1/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
},
],
6: [
{
Expand All @@ -318,6 +324,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
{
resourceId: "0x0000000000000000000000000000000000000000000000000000000055534443",
symbol: "USDC",
decimals: 6,
caip19: "eip155:1/erc20:0x4facaeab0b044617a94e94a54a8d6644a7f9e41b",
},
],
9: [
{
Expand All @@ -326,6 +338,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
{
resourceId: "0x0000000000000000000000000000000000000000000000000000000055534443",
symbol: "USDC",
decimals: 6,
caip19: "eip155:1/erc20:0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
},
],
10: [
{
Expand All @@ -334,6 +352,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
{
resourceId: "0x0000000000000000000000000000000000000000000000000000000055534443",
symbol: "USDC",
decimals: 6,
caip19: "eip155:1/erc20:0x0b2c639c533813f4aa9d7837caf62653d097ff85",
},
],
},
}

0 comments on commit 3191713

Please sign in to comment.