Skip to content

Commit 9c67994

Browse files
Added moonbeam and testnet (#242)
1 parent b55e31f commit 9c67994

File tree

9 files changed

+342
-6
lines changed

9 files changed

+342
-6
lines changed

Packages/Sequence-Unity/Sequence/SequenceFrontend/ScriptableObjects/NetworkIcons.asset

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ MonoBehaviour:
5757
Value: {fileID: 21300000, guid: bd5c36b9fb9f344faac5498fb1ef8adf, type: 3}
5858
- Key: 40
5959
Value: {fileID: 21300000, guid: fca1fb969526641ab92a7dadb3373992, type: 3}
60+
- Key: 1284
61+
Value: {fileID: 21300000, guid: 487a52377dc99420699217f27a3f7940, type: 3}
6062
- Key: 11155111
6163
Value: {fileID: 21300000, guid: 3e21b6696eaaa46b1b176b8b5e6254a3, type: 3}
6264
- Key: 80002
@@ -101,3 +103,5 @@ MonoBehaviour:
101103
Value: {fileID: 21300000, guid: 636803a1680c145c99675de2aaf50a81, type: 3}
102104
- Key: 41
103105
Value: {fileID: 21300000, guid: fca1fb969526641ab92a7dadb3373992, type: 3}
106+
- Key: 1287
107+
Value: {fileID: 21300000, guid: 67e27505fbd0e4afe8ed08544b5e232d, type: 3}
12 KB
Loading

Packages/Sequence-Unity/Sequence/SequenceFrontend/Sprites/Networks/Icons/1284.png.meta

Lines changed: 158 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
12.6 KB
Loading

Packages/Sequence-Unity/Sequence/SequenceFrontend/Sprites/Networks/Icons/1287.png.meta

Lines changed: 158 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/Sequence-Unity/Sequence/SequenceSDK/Ethereum/Chain.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public enum Chain
2929
LAOS = 6283,
3030
Soneium = 1868,
3131
Telos = 40,
32+
Moonbeam = 1284,
3233

3334
// Testnets
3435
TestnetSepolia = 11155111,
@@ -54,6 +55,7 @@ public enum Chain
5455
TestnetRootPorcini = 7672,
5556
TestnetLAOSSigma = 62850,
5657
TestnetTelos = 41,
58+
TestnetMoonbaseAlpha = 1287,
5759

5860
TestnetXaiSepolia = -1, // Xai Sepolia's testnet's chain ID is too large to fit inside an int
5961

0 commit comments

Comments
 (0)