Skip to content

Commit

Permalink
fix: add missing metadata (#221)
Browse files Browse the repository at this point in the history
* add missing metadata

* fix url
  • Loading branch information
MakMuftic authored Sep 20, 2024
1 parent 2a25996 commit 1636834
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/utils/domainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,16 @@ export const DomainMetadataConfig: EnvironmentMetadataConfigType = {
blockExplorerUrl: "https://polygonscan.com",
renderName: "Polygon",
},
8: {
icon: "https://scan.buildwithsygma.com/assets/icons/b3-sepolia.svg",
name: "b3",
caipId: "eip155:8333",
nativeTokenSymbol: "eth",
nativeTokenDecimals: 18,
nativeTokenFullName: "ether",
type: "evm",
blockExplorerUrl: "https://explorer.b3.fun/",
renderName: "B3",
},
},
}
20 changes: 20 additions & 0 deletions src/utils/resourcesMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000",
},
{
caip19: "eip155:8333/erc20:0x0000000000000000000000000000000000000000",
symbol: "ETH",
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
],
2: [
{
Expand Down Expand Up @@ -282,6 +288,12 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000",
},
{
caip19: "eip155:8333/erc20:0x0000000000000000000000000000000000000000",
symbol: "eth",
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
],
6: [
{
Expand All @@ -299,5 +311,13 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000000",
},
],
8: [
{
caip19: "eip155:8333/erc20:0x0000000000000000000000000000000000000000",
symbol: "ETH",
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000002",
},
],
},
}

0 comments on commit 1636834

Please sign in to comment.