Skip to content

Commit 71f7492

Browse files
authored
Merge pull request #8354 from BitGo/CGARD-591-fix
feat: onboard Tesla, Amazon, Palantir, Netflix tokens to Arbitrum mai…
2 parents 146ffb7 + faa965d commit 71f7492

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5820,32 +5820,32 @@ export const allCoinsAndTokens = [
58205820
'0x0726773451af83203583b5d38b3a11f752b1a96b',
58215821
UnderlyingAsset['arbeth:bull']
58225822
),
5823-
tarbethErc20(
5824-
'9e3f8d7c-6b5a-4e2d-9f9c-8a7b6d5e4f3c',
5823+
arbethErc20(
5824+
'0f847466-f4e3-4f33-aee3-8b99f6637547',
58255825
'arbeth:testtsla',
58265826
'Tesla (Test)',
58275827
18,
58285828
'0xb94263fa0a2a29ea32c1f90ccaeeaffd0bb73908',
58295829
UnderlyingAsset['arbeth:testtsla']
58305830
),
5831-
tarbethErc20(
5832-
'0f4a9e8d-7c6b-5a4e-9a0d-9b8c7e6f5a4b',
5831+
arbethErc20(
5832+
'1a137f85-4f8f-4191-8760-2b161e240bf2',
58335833
'arbeth:testamzn',
58345834
'Amazon (Test)',
58355835
18,
58365836
'0x76fca8a5bc14fce9eb613d96674868d687498804',
58375837
UnderlyingAsset['arbeth:testamzn']
58385838
),
5839-
tarbethErc20(
5840-
'1a5b0f9e-8d7c-4b5a-9b1e-0c9d8f7a6b5c',
5839+
arbethErc20(
5840+
'd33cf58a-5e21-418b-bcb0-103f15fe1965',
58415841
'arbeth:testpltr',
58425842
'Palantir Technologies Inc (Test)',
58435843
18,
58445844
'0x99cd69ef9221c7fe0ad5618a7527244ef79636c6',
58455845
UnderlyingAsset['arbeth:testpltr']
58465846
),
5847-
tarbethErc20(
5848-
'2b6c1a0f-9e8d-4c6b-9c2f-1d0e9a8b7c6d',
5847+
arbethErc20(
5848+
'a52a4906-7a39-4d4d-9b63-d4845685ecfa',
58495849
'arbeth:testnflx',
58505850
'Netflix Inc (Test)',
58515851
18,

modules/statics/src/coins/ofcCoins.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,34 @@ export const ofcCoins = [
20412041
18,
20422042
UnderlyingAsset['arbeth:tt']
20432043
),
2044+
ofcArbethErc20(
2045+
'51d64734-29a7-4d95-ab81-4073d3071945',
2046+
'ofcarbeth:testtsla',
2047+
'Tesla (Test)',
2048+
18,
2049+
UnderlyingAsset['arbeth:testtsla']
2050+
),
2051+
ofcArbethErc20(
2052+
'98d1b16b-be68-4ea4-bc41-b19ad8f0eceb',
2053+
'ofcarbeth:testamzn',
2054+
'Amazon (Test)',
2055+
18,
2056+
UnderlyingAsset['arbeth:testamzn']
2057+
),
2058+
ofcArbethErc20(
2059+
'4eceb506-7e84-4108-9190-76cc4cfeb0e7',
2060+
'ofcarbeth:testpltr',
2061+
'Palantir (Test)',
2062+
18,
2063+
UnderlyingAsset['arbeth:testpltr']
2064+
),
2065+
ofcArbethErc20(
2066+
'bdd471d7-6561-4d92-93aa-51254dea517e',
2067+
'ofcarbeth:testnflx',
2068+
'Netflix (Test)',
2069+
18,
2070+
UnderlyingAsset['arbeth:testnflx']
2071+
),
20442072

20452073
ofcAvaxErc20('2bd6201d-c46c-481e-b82d-7cf3601679cb', 'ofcavaxc:aave-e', 'Aave', 18, UnderlyingAsset['avaxc:aave']),
20462074
ofcAvaxErc20(

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,34 +4111,6 @@ export const ofcErc20Coins = [
41114111
export const tOfcErc20Coins = [
41124112
tofcerc20('055ebe86-72cc-4f0e-b46f-c517d8e3687a', 'ofcterc', 'Test ERC Token', 18, UnderlyingAsset.TERC),
41134113
tofcerc20('ac822eb1-4aa0-40d2-836d-7a24db24d47a', 'ofctest', 'Test Mintable ERC20 Token', 18, UnderlyingAsset.TEST),
4114-
tofcerc20(
4115-
'e0f5b3c8-2d9a-4e7b-9a1c-8d3f6b0e9a2d',
4116-
'ofctarbeth:testtsla',
4117-
'Tesla (Test)',
4118-
18,
4119-
UnderlyingAsset['arbeth:testtsla']
4120-
),
4121-
tofcerc20(
4122-
'f1a6c4d9-3e0b-4f8c-9b2d-9e4a7c1f0b3e',
4123-
'ofctarbeth:testamzn',
4124-
'Amazon (Test)',
4125-
18,
4126-
UnderlyingAsset['arbeth:testamzn']
4127-
),
4128-
tofcerc20(
4129-
'a2b7d5e0-4f1c-4a9d-9c3e-0f5b8d2a1c4f',
4130-
'ofctarbeth:testpltr',
4131-
'Palantir (Test)',
4132-
18,
4133-
UnderlyingAsset['arbeth:testpltr']
4134-
),
4135-
tofcerc20(
4136-
'b3c8e6f1-5a2d-4b0e-8d4f-1a6c9e3b2d5a',
4137-
'ofctarbeth:testnflx',
4138-
'Netflix (Test)',
4139-
18,
4140-
UnderlyingAsset['arbeth:testnflx']
4141-
),
41424114
tofcerc20(
41434115
'67b3f68b-a0bd-4bd7-b67e-36e8220bf67e',
41444116
'ofcterc18dp13',

0 commit comments

Comments
 (0)