Skip to content

Commit

Permalink
add b4 metadata (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic authored Dec 13, 2024
1 parent e8e08c9 commit e2534ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
4 changes: 0 additions & 4 deletions src/routes/routes.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,4 @@ export const routesTestnet: Map<string, Route[]> = new Map([
{ fromDomainId: "15", toDomainId: "10", resourceId: "0x0000000000000000000000000000000000000000000000000000000000003000", type: "fungible" },
],
],
[
"16",
[{ fromDomainId: "16", toDomainId: "13", resourceId: "0x0000000000000000000000000000000000000000000000000000000000000700", type: "fungible" }],
],
])
16 changes: 8 additions & 8 deletions src/utils/domainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ export const DomainMetadataConfig: EnvironmentMetadataConfigType = {
renderName: "B3 Sepolia",
},
16: {
icon: "https://scan.buildwithsygma.com/assets/icons/layerEdge.svg",
name: "layer_edge",
caipId: "eip155:3456",
nativeTokenSymbol: "BTC",
nativeTokenDecimals: 8,
nativeTokenFullName: "Bitcoin",
icon: "https://scan.buildwithsygma.com/assets/icons/b3-sepolia.svg",
name: "b4-sepolia",
caipId: "eip155:19934",
nativeTokenSymbol: "ETH",
nativeTokenDecimals: 18,
nativeTokenFullName: "eth",
type: "evm",
blockExplorerUrl: "https://sepolia.etherscan.io",
renderName: "Layer Edge",
blockExplorerUrl: "https://b4-testnet.explorer.caldera.xyz/",
renderName: "B4 Sepolia",
},
},
[Environment.MAINNET]: {
Expand Down
8 changes: 4 additions & 4 deletions src/utils/resourcesMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ export const ResourcesMetadataConfig: EnvironmentResourcesMetadataConfig = {
],
16: [
{
caip19: "eip155:3456/slip44:0",
symbol: "BTC",
decimals: 8,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000700",
caip19: "",
symbol: "ETH",
decimals: 18,
resourceId: "0x0000000000000000000000000000000000000000000000000000000000000600",
},
],
},
Expand Down

0 comments on commit e2534ca

Please sign in to comment.