Skip to content

Commit d48b4ad

Browse files
committed
Merge remote-tracking branch 'origin/master' into copy-commits-owen
2 parents 1a9ea0b + 380969c commit d48b4ad

39 files changed

+114
-575
lines changed

components/academy/learning-path-configs/avalanche.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ export const avalancheLearningPaths: CourseNode[] = [
6767
mobileOrder: 4
6868
},
6969
{
70-
id: "icm-chainlink",
71-
name: "Chainlink via ICM",
72-
description: "Use Chainlink services on an L1 through the Interchain Messaging",
73-
slug: "avalanche-l1/icm-chainlink",
70+
id: "erc20-to-erc20-bridge",
71+
name: "ERC20 to ERC20 Bridge",
72+
description: "Bridge ERC20 tokens between chains using Interchain Token Transfer",
73+
slug: "avalanche-l1/erc20-bridge",
7474
category: "Interoperability",
75-
dependencies: ["interchain-messaging"],
75+
dependencies: ["interchain-messaging", "l1-native-tokenomics"],
7676
position: { x: 52.5, y: 500 },
7777
mobileOrder: 5
7878
},

constants/l1-chains.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,21 @@
735735
}
736736
]
737737
},
738+
{
739+
"chainId": "1510",
740+
"chainName": "Orange",
741+
"chainLogoURI": "https://irp.cdn-website.com/e81c109a/dms3rep/multi/orange-web3-logo-v2a-20241018.svg",
742+
"subnetId": "4onzNay6p7oru7GfZLCMrXhxvUqtmoC4vz8r8ev9e7r2C5wju",
743+
"slug": "orange",
744+
"color": "#FF6600",
745+
"category": "AI",
746+
"explorers": [
747+
{
748+
"name": "Avalanche Explorer",
749+
"link": "https://subnets.avax.network/orange"
750+
}
751+
]
752+
},
738753
{
739754
"chainId": "58166",
740755
"chainName": "Oumla",
@@ -1137,4 +1152,4 @@
11371152
}
11381153
]
11391154
}
1140-
]
1155+
]

0 commit comments

Comments
 (0)