@beefyfinance/blockchain-addressbook 0.59.7 → 0.59.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/address-book/base/index.d.cts +164 -8
- package/dist/address-book/base/index.d.ts +164 -8
- package/dist/address-book/base/tokens/tokens.cjs +82 -4
- package/dist/address-book/base/tokens/tokens.js +82 -4
- package/dist/address-book/robinhood/index.d.cts +130 -0
- package/dist/address-book/robinhood/index.d.ts +130 -0
- package/dist/address-book/robinhood/tokens/tokens.cjs +65 -0
- package/dist/address-book/robinhood/tokens/tokens.js +65 -0
- package/package.json +1 -1
|
@@ -3460,7 +3460,7 @@ declare const base: {
|
|
|
3460
3460
|
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
3461
3461
|
readonly chainId: 8453;
|
|
3462
3462
|
readonly decimals: 8;
|
|
3463
|
-
readonly website: "coinbase.com";
|
|
3463
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3464
3464
|
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
3465
3465
|
readonly documentation: "https://docs.base.org/";
|
|
3466
3466
|
readonly bridge: "native";
|
|
@@ -3473,7 +3473,7 @@ declare const base: {
|
|
|
3473
3473
|
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
3474
3474
|
readonly chainId: 8453;
|
|
3475
3475
|
readonly decimals: 8;
|
|
3476
|
-
readonly website: "coinbase.com";
|
|
3476
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3477
3477
|
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
3478
3478
|
readonly documentation: "https://docs.base.org/";
|
|
3479
3479
|
readonly bridge: "native";
|
|
@@ -3486,7 +3486,7 @@ declare const base: {
|
|
|
3486
3486
|
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
3487
3487
|
readonly chainId: 8453;
|
|
3488
3488
|
readonly decimals: 8;
|
|
3489
|
-
readonly website: "coinbase.com";
|
|
3489
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3490
3490
|
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
3491
3491
|
readonly documentation: "https://docs.base.org/";
|
|
3492
3492
|
readonly bridge: "native";
|
|
@@ -3499,7 +3499,7 @@ declare const base: {
|
|
|
3499
3499
|
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
3500
3500
|
readonly chainId: 8453;
|
|
3501
3501
|
readonly decimals: 8;
|
|
3502
|
-
readonly website: "coinbase.com";
|
|
3502
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3503
3503
|
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
3504
3504
|
readonly documentation: "https://docs.base.org/";
|
|
3505
3505
|
readonly bridge: "native";
|
|
@@ -3517,6 +3517,84 @@ declare const base: {
|
|
|
3517
3517
|
readonly bridge: "native";
|
|
3518
3518
|
readonly tags: readonly ["MEMECOIN"];
|
|
3519
3519
|
};
|
|
3520
|
+
readonly AMZNc: {
|
|
3521
|
+
readonly name: "Amazon.com Inc.";
|
|
3522
|
+
readonly symbol: "AMZN";
|
|
3523
|
+
readonly oracleId: "AMZNc";
|
|
3524
|
+
readonly address: "0xb200000000000000000000d9192b6B456483C2E8";
|
|
3525
|
+
readonly chainId: 8453;
|
|
3526
|
+
readonly decimals: 8;
|
|
3527
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3528
|
+
readonly description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.";
|
|
3529
|
+
readonly documentation: "https://docs.base.org/";
|
|
3530
|
+
readonly bridge: "native";
|
|
3531
|
+
readonly tags: readonly ["STOCK"];
|
|
3532
|
+
};
|
|
3533
|
+
readonly MSFTc: {
|
|
3534
|
+
readonly name: "Microsoft Corporation";
|
|
3535
|
+
readonly symbol: "MSFT";
|
|
3536
|
+
readonly oracleId: "MSFTc";
|
|
3537
|
+
readonly address: "0xB200000000000000000000Ab99cFa739E253872B";
|
|
3538
|
+
readonly chainId: 8453;
|
|
3539
|
+
readonly decimals: 8;
|
|
3540
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3541
|
+
readonly description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.";
|
|
3542
|
+
readonly documentation: "https://docs.base.org/";
|
|
3543
|
+
readonly bridge: "native";
|
|
3544
|
+
readonly tags: readonly ["STOCK"];
|
|
3545
|
+
};
|
|
3546
|
+
readonly MSTRc: {
|
|
3547
|
+
readonly name: "Strategy Inc.";
|
|
3548
|
+
readonly symbol: "MSTR";
|
|
3549
|
+
readonly oracleId: "MSTRc";
|
|
3550
|
+
readonly address: "0xb2000000000000000000004884b426556b92883d";
|
|
3551
|
+
readonly chainId: 8453;
|
|
3552
|
+
readonly decimals: 8;
|
|
3553
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3554
|
+
readonly description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.";
|
|
3555
|
+
readonly documentation: "https://docs.base.org/";
|
|
3556
|
+
readonly bridge: "native";
|
|
3557
|
+
readonly tags: readonly ["STOCK"];
|
|
3558
|
+
};
|
|
3559
|
+
readonly SNDKc: {
|
|
3560
|
+
readonly name: "Sandisk Corporation";
|
|
3561
|
+
readonly symbol: "SNDK";
|
|
3562
|
+
readonly oracleId: "SNDKc";
|
|
3563
|
+
readonly address: "0xb200000000000000000000397293Cb8cda9a10c5";
|
|
3564
|
+
readonly chainId: 8453;
|
|
3565
|
+
readonly decimals: 8;
|
|
3566
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3567
|
+
readonly description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.";
|
|
3568
|
+
readonly documentation: "https://docs.base.org/";
|
|
3569
|
+
readonly bridge: "native";
|
|
3570
|
+
readonly tags: readonly ["STOCK"];
|
|
3571
|
+
};
|
|
3572
|
+
readonly SPCXc: {
|
|
3573
|
+
readonly name: "Space Exploration Technologies Corp.";
|
|
3574
|
+
readonly symbol: "SPCX";
|
|
3575
|
+
readonly oracleId: "SPCXc";
|
|
3576
|
+
readonly address: "0xb2000000000000000000007b9fcbd005511aCBd5";
|
|
3577
|
+
readonly chainId: 8453;
|
|
3578
|
+
readonly decimals: 8;
|
|
3579
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3580
|
+
readonly description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.";
|
|
3581
|
+
readonly documentation: "https://docs.base.org/";
|
|
3582
|
+
readonly bridge: "native";
|
|
3583
|
+
readonly tags: readonly ["STOCK"];
|
|
3584
|
+
};
|
|
3585
|
+
readonly TSLAc: {
|
|
3586
|
+
readonly name: "Tesla Inc.";
|
|
3587
|
+
readonly symbol: "TSLA";
|
|
3588
|
+
readonly oracleId: "TSLAc";
|
|
3589
|
+
readonly address: "0xb2000000000000000000001e800a7f5189430cD0";
|
|
3590
|
+
readonly chainId: 8453;
|
|
3591
|
+
readonly decimals: 8;
|
|
3592
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3593
|
+
readonly description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.";
|
|
3594
|
+
readonly documentation: "https://docs.base.org/";
|
|
3595
|
+
readonly bridge: "native";
|
|
3596
|
+
readonly tags: readonly ["STOCK"];
|
|
3597
|
+
};
|
|
3520
3598
|
};
|
|
3521
3599
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
3522
3600
|
readonly WNATIVE: {
|
|
@@ -6975,7 +7053,7 @@ declare const base: {
|
|
|
6975
7053
|
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
6976
7054
|
readonly chainId: 8453;
|
|
6977
7055
|
readonly decimals: 8;
|
|
6978
|
-
readonly website: "coinbase.com";
|
|
7056
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
6979
7057
|
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
6980
7058
|
readonly documentation: "https://docs.base.org/";
|
|
6981
7059
|
readonly bridge: "native";
|
|
@@ -6988,7 +7066,7 @@ declare const base: {
|
|
|
6988
7066
|
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
6989
7067
|
readonly chainId: 8453;
|
|
6990
7068
|
readonly decimals: 8;
|
|
6991
|
-
readonly website: "coinbase.com";
|
|
7069
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
6992
7070
|
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
6993
7071
|
readonly documentation: "https://docs.base.org/";
|
|
6994
7072
|
readonly bridge: "native";
|
|
@@ -7001,7 +7079,7 @@ declare const base: {
|
|
|
7001
7079
|
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
7002
7080
|
readonly chainId: 8453;
|
|
7003
7081
|
readonly decimals: 8;
|
|
7004
|
-
readonly website: "coinbase.com";
|
|
7082
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7005
7083
|
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
7006
7084
|
readonly documentation: "https://docs.base.org/";
|
|
7007
7085
|
readonly bridge: "native";
|
|
@@ -7014,7 +7092,7 @@ declare const base: {
|
|
|
7014
7092
|
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
7015
7093
|
readonly chainId: 8453;
|
|
7016
7094
|
readonly decimals: 8;
|
|
7017
|
-
readonly website: "coinbase.com";
|
|
7095
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7018
7096
|
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
7019
7097
|
readonly documentation: "https://docs.base.org/";
|
|
7020
7098
|
readonly bridge: "native";
|
|
@@ -7032,6 +7110,84 @@ declare const base: {
|
|
|
7032
7110
|
readonly bridge: "native";
|
|
7033
7111
|
readonly tags: readonly ["MEMECOIN"];
|
|
7034
7112
|
};
|
|
7113
|
+
readonly AMZNc: {
|
|
7114
|
+
readonly name: "Amazon.com Inc.";
|
|
7115
|
+
readonly symbol: "AMZN";
|
|
7116
|
+
readonly oracleId: "AMZNc";
|
|
7117
|
+
readonly address: "0xb200000000000000000000d9192b6B456483C2E8";
|
|
7118
|
+
readonly chainId: 8453;
|
|
7119
|
+
readonly decimals: 8;
|
|
7120
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7121
|
+
readonly description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.";
|
|
7122
|
+
readonly documentation: "https://docs.base.org/";
|
|
7123
|
+
readonly bridge: "native";
|
|
7124
|
+
readonly tags: readonly ["STOCK"];
|
|
7125
|
+
};
|
|
7126
|
+
readonly MSFTc: {
|
|
7127
|
+
readonly name: "Microsoft Corporation";
|
|
7128
|
+
readonly symbol: "MSFT";
|
|
7129
|
+
readonly oracleId: "MSFTc";
|
|
7130
|
+
readonly address: "0xB200000000000000000000Ab99cFa739E253872B";
|
|
7131
|
+
readonly chainId: 8453;
|
|
7132
|
+
readonly decimals: 8;
|
|
7133
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7134
|
+
readonly description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.";
|
|
7135
|
+
readonly documentation: "https://docs.base.org/";
|
|
7136
|
+
readonly bridge: "native";
|
|
7137
|
+
readonly tags: readonly ["STOCK"];
|
|
7138
|
+
};
|
|
7139
|
+
readonly MSTRc: {
|
|
7140
|
+
readonly name: "Strategy Inc.";
|
|
7141
|
+
readonly symbol: "MSTR";
|
|
7142
|
+
readonly oracleId: "MSTRc";
|
|
7143
|
+
readonly address: "0xb2000000000000000000004884b426556b92883d";
|
|
7144
|
+
readonly chainId: 8453;
|
|
7145
|
+
readonly decimals: 8;
|
|
7146
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7147
|
+
readonly description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.";
|
|
7148
|
+
readonly documentation: "https://docs.base.org/";
|
|
7149
|
+
readonly bridge: "native";
|
|
7150
|
+
readonly tags: readonly ["STOCK"];
|
|
7151
|
+
};
|
|
7152
|
+
readonly SNDKc: {
|
|
7153
|
+
readonly name: "Sandisk Corporation";
|
|
7154
|
+
readonly symbol: "SNDK";
|
|
7155
|
+
readonly oracleId: "SNDKc";
|
|
7156
|
+
readonly address: "0xb200000000000000000000397293Cb8cda9a10c5";
|
|
7157
|
+
readonly chainId: 8453;
|
|
7158
|
+
readonly decimals: 8;
|
|
7159
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7160
|
+
readonly description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.";
|
|
7161
|
+
readonly documentation: "https://docs.base.org/";
|
|
7162
|
+
readonly bridge: "native";
|
|
7163
|
+
readonly tags: readonly ["STOCK"];
|
|
7164
|
+
};
|
|
7165
|
+
readonly SPCXc: {
|
|
7166
|
+
readonly name: "Space Exploration Technologies Corp.";
|
|
7167
|
+
readonly symbol: "SPCX";
|
|
7168
|
+
readonly oracleId: "SPCXc";
|
|
7169
|
+
readonly address: "0xb2000000000000000000007b9fcbd005511aCBd5";
|
|
7170
|
+
readonly chainId: 8453;
|
|
7171
|
+
readonly decimals: 8;
|
|
7172
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7173
|
+
readonly description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.";
|
|
7174
|
+
readonly documentation: "https://docs.base.org/";
|
|
7175
|
+
readonly bridge: "native";
|
|
7176
|
+
readonly tags: readonly ["STOCK"];
|
|
7177
|
+
};
|
|
7178
|
+
readonly TSLAc: {
|
|
7179
|
+
readonly name: "Tesla Inc.";
|
|
7180
|
+
readonly symbol: "TSLA";
|
|
7181
|
+
readonly oracleId: "TSLAc";
|
|
7182
|
+
readonly address: "0xb2000000000000000000001e800a7f5189430cD0";
|
|
7183
|
+
readonly chainId: 8453;
|
|
7184
|
+
readonly decimals: 8;
|
|
7185
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7186
|
+
readonly description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.";
|
|
7187
|
+
readonly documentation: "https://docs.base.org/";
|
|
7188
|
+
readonly bridge: "native";
|
|
7189
|
+
readonly tags: readonly ["STOCK"];
|
|
7190
|
+
};
|
|
7035
7191
|
}>;
|
|
7036
7192
|
readonly native: {
|
|
7037
7193
|
readonly symbol: "ETH";
|
|
@@ -3460,7 +3460,7 @@ declare const base: {
|
|
|
3460
3460
|
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
3461
3461
|
readonly chainId: 8453;
|
|
3462
3462
|
readonly decimals: 8;
|
|
3463
|
-
readonly website: "coinbase.com";
|
|
3463
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3464
3464
|
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
3465
3465
|
readonly documentation: "https://docs.base.org/";
|
|
3466
3466
|
readonly bridge: "native";
|
|
@@ -3473,7 +3473,7 @@ declare const base: {
|
|
|
3473
3473
|
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
3474
3474
|
readonly chainId: 8453;
|
|
3475
3475
|
readonly decimals: 8;
|
|
3476
|
-
readonly website: "coinbase.com";
|
|
3476
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3477
3477
|
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
3478
3478
|
readonly documentation: "https://docs.base.org/";
|
|
3479
3479
|
readonly bridge: "native";
|
|
@@ -3486,7 +3486,7 @@ declare const base: {
|
|
|
3486
3486
|
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
3487
3487
|
readonly chainId: 8453;
|
|
3488
3488
|
readonly decimals: 8;
|
|
3489
|
-
readonly website: "coinbase.com";
|
|
3489
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3490
3490
|
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
3491
3491
|
readonly documentation: "https://docs.base.org/";
|
|
3492
3492
|
readonly bridge: "native";
|
|
@@ -3499,7 +3499,7 @@ declare const base: {
|
|
|
3499
3499
|
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
3500
3500
|
readonly chainId: 8453;
|
|
3501
3501
|
readonly decimals: 8;
|
|
3502
|
-
readonly website: "coinbase.com";
|
|
3502
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3503
3503
|
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
3504
3504
|
readonly documentation: "https://docs.base.org/";
|
|
3505
3505
|
readonly bridge: "native";
|
|
@@ -3517,6 +3517,84 @@ declare const base: {
|
|
|
3517
3517
|
readonly bridge: "native";
|
|
3518
3518
|
readonly tags: readonly ["MEMECOIN"];
|
|
3519
3519
|
};
|
|
3520
|
+
readonly AMZNc: {
|
|
3521
|
+
readonly name: "Amazon.com Inc.";
|
|
3522
|
+
readonly symbol: "AMZN";
|
|
3523
|
+
readonly oracleId: "AMZNc";
|
|
3524
|
+
readonly address: "0xb200000000000000000000d9192b6B456483C2E8";
|
|
3525
|
+
readonly chainId: 8453;
|
|
3526
|
+
readonly decimals: 8;
|
|
3527
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3528
|
+
readonly description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.";
|
|
3529
|
+
readonly documentation: "https://docs.base.org/";
|
|
3530
|
+
readonly bridge: "native";
|
|
3531
|
+
readonly tags: readonly ["STOCK"];
|
|
3532
|
+
};
|
|
3533
|
+
readonly MSFTc: {
|
|
3534
|
+
readonly name: "Microsoft Corporation";
|
|
3535
|
+
readonly symbol: "MSFT";
|
|
3536
|
+
readonly oracleId: "MSFTc";
|
|
3537
|
+
readonly address: "0xB200000000000000000000Ab99cFa739E253872B";
|
|
3538
|
+
readonly chainId: 8453;
|
|
3539
|
+
readonly decimals: 8;
|
|
3540
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3541
|
+
readonly description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.";
|
|
3542
|
+
readonly documentation: "https://docs.base.org/";
|
|
3543
|
+
readonly bridge: "native";
|
|
3544
|
+
readonly tags: readonly ["STOCK"];
|
|
3545
|
+
};
|
|
3546
|
+
readonly MSTRc: {
|
|
3547
|
+
readonly name: "Strategy Inc.";
|
|
3548
|
+
readonly symbol: "MSTR";
|
|
3549
|
+
readonly oracleId: "MSTRc";
|
|
3550
|
+
readonly address: "0xb2000000000000000000004884b426556b92883d";
|
|
3551
|
+
readonly chainId: 8453;
|
|
3552
|
+
readonly decimals: 8;
|
|
3553
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3554
|
+
readonly description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.";
|
|
3555
|
+
readonly documentation: "https://docs.base.org/";
|
|
3556
|
+
readonly bridge: "native";
|
|
3557
|
+
readonly tags: readonly ["STOCK"];
|
|
3558
|
+
};
|
|
3559
|
+
readonly SNDKc: {
|
|
3560
|
+
readonly name: "Sandisk Corporation";
|
|
3561
|
+
readonly symbol: "SNDK";
|
|
3562
|
+
readonly oracleId: "SNDKc";
|
|
3563
|
+
readonly address: "0xb200000000000000000000397293Cb8cda9a10c5";
|
|
3564
|
+
readonly chainId: 8453;
|
|
3565
|
+
readonly decimals: 8;
|
|
3566
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3567
|
+
readonly description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.";
|
|
3568
|
+
readonly documentation: "https://docs.base.org/";
|
|
3569
|
+
readonly bridge: "native";
|
|
3570
|
+
readonly tags: readonly ["STOCK"];
|
|
3571
|
+
};
|
|
3572
|
+
readonly SPCXc: {
|
|
3573
|
+
readonly name: "Space Exploration Technologies Corp.";
|
|
3574
|
+
readonly symbol: "SPCX";
|
|
3575
|
+
readonly oracleId: "SPCXc";
|
|
3576
|
+
readonly address: "0xb2000000000000000000007b9fcbd005511aCBd5";
|
|
3577
|
+
readonly chainId: 8453;
|
|
3578
|
+
readonly decimals: 8;
|
|
3579
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3580
|
+
readonly description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.";
|
|
3581
|
+
readonly documentation: "https://docs.base.org/";
|
|
3582
|
+
readonly bridge: "native";
|
|
3583
|
+
readonly tags: readonly ["STOCK"];
|
|
3584
|
+
};
|
|
3585
|
+
readonly TSLAc: {
|
|
3586
|
+
readonly name: "Tesla Inc.";
|
|
3587
|
+
readonly symbol: "TSLA";
|
|
3588
|
+
readonly oracleId: "TSLAc";
|
|
3589
|
+
readonly address: "0xb2000000000000000000001e800a7f5189430cD0";
|
|
3590
|
+
readonly chainId: 8453;
|
|
3591
|
+
readonly decimals: 8;
|
|
3592
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
3593
|
+
readonly description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.";
|
|
3594
|
+
readonly documentation: "https://docs.base.org/";
|
|
3595
|
+
readonly bridge: "native";
|
|
3596
|
+
readonly tags: readonly ["STOCK"];
|
|
3597
|
+
};
|
|
3520
3598
|
};
|
|
3521
3599
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
3522
3600
|
readonly WNATIVE: {
|
|
@@ -6975,7 +7053,7 @@ declare const base: {
|
|
|
6975
7053
|
readonly address: "0xb200000000000000000000C2e324d24d7eEcd1fb";
|
|
6976
7054
|
readonly chainId: 8453;
|
|
6977
7055
|
readonly decimals: 8;
|
|
6978
|
-
readonly website: "coinbase.com";
|
|
7056
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
6979
7057
|
readonly description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.";
|
|
6980
7058
|
readonly documentation: "https://docs.base.org/";
|
|
6981
7059
|
readonly bridge: "native";
|
|
@@ -6988,7 +7066,7 @@ declare const base: {
|
|
|
6988
7066
|
readonly address: "0xb2000000000000000000002D0BA3164cc74f58B7";
|
|
6989
7067
|
readonly chainId: 8453;
|
|
6990
7068
|
readonly decimals: 8;
|
|
6991
|
-
readonly website: "coinbase.com";
|
|
7069
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
6992
7070
|
readonly description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.";
|
|
6993
7071
|
readonly documentation: "https://docs.base.org/";
|
|
6994
7072
|
readonly bridge: "native";
|
|
@@ -7001,7 +7079,7 @@ declare const base: {
|
|
|
7001
7079
|
readonly address: "0xb20000000000000000000078ee7ce2fE4908108C";
|
|
7002
7080
|
readonly chainId: 8453;
|
|
7003
7081
|
readonly decimals: 8;
|
|
7004
|
-
readonly website: "coinbase.com";
|
|
7082
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7005
7083
|
readonly description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.";
|
|
7006
7084
|
readonly documentation: "https://docs.base.org/";
|
|
7007
7085
|
readonly bridge: "native";
|
|
@@ -7014,7 +7092,7 @@ declare const base: {
|
|
|
7014
7092
|
readonly address: "0xb2000000000000000000008bC8786B856E61707C";
|
|
7015
7093
|
readonly chainId: 8453;
|
|
7016
7094
|
readonly decimals: 8;
|
|
7017
|
-
readonly website: "coinbase.com";
|
|
7095
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7018
7096
|
readonly description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.";
|
|
7019
7097
|
readonly documentation: "https://docs.base.org/";
|
|
7020
7098
|
readonly bridge: "native";
|
|
@@ -7032,6 +7110,84 @@ declare const base: {
|
|
|
7032
7110
|
readonly bridge: "native";
|
|
7033
7111
|
readonly tags: readonly ["MEMECOIN"];
|
|
7034
7112
|
};
|
|
7113
|
+
readonly AMZNc: {
|
|
7114
|
+
readonly name: "Amazon.com Inc.";
|
|
7115
|
+
readonly symbol: "AMZN";
|
|
7116
|
+
readonly oracleId: "AMZNc";
|
|
7117
|
+
readonly address: "0xb200000000000000000000d9192b6B456483C2E8";
|
|
7118
|
+
readonly chainId: 8453;
|
|
7119
|
+
readonly decimals: 8;
|
|
7120
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7121
|
+
readonly description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.";
|
|
7122
|
+
readonly documentation: "https://docs.base.org/";
|
|
7123
|
+
readonly bridge: "native";
|
|
7124
|
+
readonly tags: readonly ["STOCK"];
|
|
7125
|
+
};
|
|
7126
|
+
readonly MSFTc: {
|
|
7127
|
+
readonly name: "Microsoft Corporation";
|
|
7128
|
+
readonly symbol: "MSFT";
|
|
7129
|
+
readonly oracleId: "MSFTc";
|
|
7130
|
+
readonly address: "0xB200000000000000000000Ab99cFa739E253872B";
|
|
7131
|
+
readonly chainId: 8453;
|
|
7132
|
+
readonly decimals: 8;
|
|
7133
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7134
|
+
readonly description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.";
|
|
7135
|
+
readonly documentation: "https://docs.base.org/";
|
|
7136
|
+
readonly bridge: "native";
|
|
7137
|
+
readonly tags: readonly ["STOCK"];
|
|
7138
|
+
};
|
|
7139
|
+
readonly MSTRc: {
|
|
7140
|
+
readonly name: "Strategy Inc.";
|
|
7141
|
+
readonly symbol: "MSTR";
|
|
7142
|
+
readonly oracleId: "MSTRc";
|
|
7143
|
+
readonly address: "0xb2000000000000000000004884b426556b92883d";
|
|
7144
|
+
readonly chainId: 8453;
|
|
7145
|
+
readonly decimals: 8;
|
|
7146
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7147
|
+
readonly description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.";
|
|
7148
|
+
readonly documentation: "https://docs.base.org/";
|
|
7149
|
+
readonly bridge: "native";
|
|
7150
|
+
readonly tags: readonly ["STOCK"];
|
|
7151
|
+
};
|
|
7152
|
+
readonly SNDKc: {
|
|
7153
|
+
readonly name: "Sandisk Corporation";
|
|
7154
|
+
readonly symbol: "SNDK";
|
|
7155
|
+
readonly oracleId: "SNDKc";
|
|
7156
|
+
readonly address: "0xb200000000000000000000397293Cb8cda9a10c5";
|
|
7157
|
+
readonly chainId: 8453;
|
|
7158
|
+
readonly decimals: 8;
|
|
7159
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7160
|
+
readonly description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.";
|
|
7161
|
+
readonly documentation: "https://docs.base.org/";
|
|
7162
|
+
readonly bridge: "native";
|
|
7163
|
+
readonly tags: readonly ["STOCK"];
|
|
7164
|
+
};
|
|
7165
|
+
readonly SPCXc: {
|
|
7166
|
+
readonly name: "Space Exploration Technologies Corp.";
|
|
7167
|
+
readonly symbol: "SPCX";
|
|
7168
|
+
readonly oracleId: "SPCXc";
|
|
7169
|
+
readonly address: "0xb2000000000000000000007b9fcbd005511aCBd5";
|
|
7170
|
+
readonly chainId: 8453;
|
|
7171
|
+
readonly decimals: 8;
|
|
7172
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7173
|
+
readonly description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.";
|
|
7174
|
+
readonly documentation: "https://docs.base.org/";
|
|
7175
|
+
readonly bridge: "native";
|
|
7176
|
+
readonly tags: readonly ["STOCK"];
|
|
7177
|
+
};
|
|
7178
|
+
readonly TSLAc: {
|
|
7179
|
+
readonly name: "Tesla Inc.";
|
|
7180
|
+
readonly symbol: "TSLA";
|
|
7181
|
+
readonly oracleId: "TSLAc";
|
|
7182
|
+
readonly address: "0xb2000000000000000000001e800a7f5189430cD0";
|
|
7183
|
+
readonly chainId: 8453;
|
|
7184
|
+
readonly decimals: 8;
|
|
7185
|
+
readonly website: "https://www.coinbase.com/en-gb/tokenize";
|
|
7186
|
+
readonly description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.";
|
|
7187
|
+
readonly documentation: "https://docs.base.org/";
|
|
7188
|
+
readonly bridge: "native";
|
|
7189
|
+
readonly tags: readonly ["STOCK"];
|
|
7190
|
+
};
|
|
7035
7191
|
}>;
|
|
7036
7192
|
readonly native: {
|
|
7037
7193
|
readonly symbol: "ETH";
|
|
@@ -3474,7 +3474,7 @@ const tokens = {
|
|
|
3474
3474
|
address: "0xb200000000000000000000C2e324d24d7eEcd1fb",
|
|
3475
3475
|
chainId: 8453,
|
|
3476
3476
|
decimals: 8,
|
|
3477
|
-
website: "coinbase.com",
|
|
3477
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3478
3478
|
description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.",
|
|
3479
3479
|
documentation: "https://docs.base.org/",
|
|
3480
3480
|
bridge: "native",
|
|
@@ -3487,7 +3487,7 @@ const tokens = {
|
|
|
3487
3487
|
address: "0xb2000000000000000000002D0BA3164cc74f58B7",
|
|
3488
3488
|
chainId: 8453,
|
|
3489
3489
|
decimals: 8,
|
|
3490
|
-
website: "coinbase.com",
|
|
3490
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3491
3491
|
description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.",
|
|
3492
3492
|
documentation: "https://docs.base.org/",
|
|
3493
3493
|
bridge: "native",
|
|
@@ -3500,7 +3500,7 @@ const tokens = {
|
|
|
3500
3500
|
address: "0xb20000000000000000000078ee7ce2fE4908108C",
|
|
3501
3501
|
chainId: 8453,
|
|
3502
3502
|
decimals: 8,
|
|
3503
|
-
website: "coinbase.com",
|
|
3503
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3504
3504
|
description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.",
|
|
3505
3505
|
documentation: "https://docs.base.org/",
|
|
3506
3506
|
bridge: "native",
|
|
@@ -3513,7 +3513,7 @@ const tokens = {
|
|
|
3513
3513
|
address: "0xb2000000000000000000008bC8786B856E61707C",
|
|
3514
3514
|
chainId: 8453,
|
|
3515
3515
|
decimals: 8,
|
|
3516
|
-
website: "coinbase.com",
|
|
3516
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3517
3517
|
description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.",
|
|
3518
3518
|
documentation: "https://docs.base.org/",
|
|
3519
3519
|
bridge: "native",
|
|
@@ -3530,6 +3530,84 @@ const tokens = {
|
|
|
3530
3530
|
description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.",
|
|
3531
3531
|
bridge: "native",
|
|
3532
3532
|
tags: ["MEMECOIN"]
|
|
3533
|
+
},
|
|
3534
|
+
AMZNc: {
|
|
3535
|
+
name: "Amazon.com Inc.",
|
|
3536
|
+
symbol: "AMZN",
|
|
3537
|
+
oracleId: "AMZNc",
|
|
3538
|
+
address: "0xb200000000000000000000d9192b6B456483C2E8",
|
|
3539
|
+
chainId: 8453,
|
|
3540
|
+
decimals: 8,
|
|
3541
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3542
|
+
description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.",
|
|
3543
|
+
documentation: "https://docs.base.org/",
|
|
3544
|
+
bridge: "native",
|
|
3545
|
+
tags: ["STOCK"]
|
|
3546
|
+
},
|
|
3547
|
+
MSFTc: {
|
|
3548
|
+
name: "Microsoft Corporation",
|
|
3549
|
+
symbol: "MSFT",
|
|
3550
|
+
oracleId: "MSFTc",
|
|
3551
|
+
address: "0xB200000000000000000000Ab99cFa739E253872B",
|
|
3552
|
+
chainId: 8453,
|
|
3553
|
+
decimals: 8,
|
|
3554
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3555
|
+
description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.",
|
|
3556
|
+
documentation: "https://docs.base.org/",
|
|
3557
|
+
bridge: "native",
|
|
3558
|
+
tags: ["STOCK"]
|
|
3559
|
+
},
|
|
3560
|
+
MSTRc: {
|
|
3561
|
+
name: "Strategy Inc.",
|
|
3562
|
+
symbol: "MSTR",
|
|
3563
|
+
oracleId: "MSTRc",
|
|
3564
|
+
address: "0xb2000000000000000000004884b426556b92883d",
|
|
3565
|
+
chainId: 8453,
|
|
3566
|
+
decimals: 8,
|
|
3567
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3568
|
+
description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.",
|
|
3569
|
+
documentation: "https://docs.base.org/",
|
|
3570
|
+
bridge: "native",
|
|
3571
|
+
tags: ["STOCK"]
|
|
3572
|
+
},
|
|
3573
|
+
SNDKc: {
|
|
3574
|
+
name: "Sandisk Corporation",
|
|
3575
|
+
symbol: "SNDK",
|
|
3576
|
+
oracleId: "SNDKc",
|
|
3577
|
+
address: "0xb200000000000000000000397293Cb8cda9a10c5",
|
|
3578
|
+
chainId: 8453,
|
|
3579
|
+
decimals: 8,
|
|
3580
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3581
|
+
description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.",
|
|
3582
|
+
documentation: "https://docs.base.org/",
|
|
3583
|
+
bridge: "native",
|
|
3584
|
+
tags: ["STOCK"]
|
|
3585
|
+
},
|
|
3586
|
+
SPCXc: {
|
|
3587
|
+
name: "Space Exploration Technologies Corp.",
|
|
3588
|
+
symbol: "SPCX",
|
|
3589
|
+
oracleId: "SPCXc",
|
|
3590
|
+
address: "0xb2000000000000000000007b9fcbd005511aCBd5",
|
|
3591
|
+
chainId: 8453,
|
|
3592
|
+
decimals: 8,
|
|
3593
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3594
|
+
description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.",
|
|
3595
|
+
documentation: "https://docs.base.org/",
|
|
3596
|
+
bridge: "native",
|
|
3597
|
+
tags: ["STOCK"]
|
|
3598
|
+
},
|
|
3599
|
+
TSLAc: {
|
|
3600
|
+
name: "Tesla Inc.",
|
|
3601
|
+
symbol: "TSLA",
|
|
3602
|
+
oracleId: "TSLAc",
|
|
3603
|
+
address: "0xb2000000000000000000001e800a7f5189430cD0",
|
|
3604
|
+
chainId: 8453,
|
|
3605
|
+
decimals: 8,
|
|
3606
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3607
|
+
description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.",
|
|
3608
|
+
documentation: "https://docs.base.org/",
|
|
3609
|
+
bridge: "native",
|
|
3610
|
+
tags: ["STOCK"]
|
|
3533
3611
|
}
|
|
3534
3612
|
};
|
|
3535
3613
|
//#endregion
|
|
@@ -3474,7 +3474,7 @@ const tokens = {
|
|
|
3474
3474
|
address: "0xb200000000000000000000C2e324d24d7eEcd1fb",
|
|
3475
3475
|
chainId: 8453,
|
|
3476
3476
|
decimals: 8,
|
|
3477
|
-
website: "coinbase.com",
|
|
3477
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3478
3478
|
description: "Apple Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Apple Inc. shares to KYC'd holders.",
|
|
3479
3479
|
documentation: "https://docs.base.org/",
|
|
3480
3480
|
bridge: "native",
|
|
@@ -3487,7 +3487,7 @@ const tokens = {
|
|
|
3487
3487
|
address: "0xb2000000000000000000002D0BA3164cc74f58B7",
|
|
3488
3488
|
chainId: 8453,
|
|
3489
3489
|
decimals: 8,
|
|
3490
|
-
website: "coinbase.com",
|
|
3490
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3491
3491
|
description: "Alphabet Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Alphabet Inc. shares to KYC'd holders.",
|
|
3492
3492
|
documentation: "https://docs.base.org/",
|
|
3493
3493
|
bridge: "native",
|
|
@@ -3500,7 +3500,7 @@ const tokens = {
|
|
|
3500
3500
|
address: "0xb20000000000000000000078ee7ce2fE4908108C",
|
|
3501
3501
|
chainId: 8453,
|
|
3502
3502
|
decimals: 8,
|
|
3503
|
-
website: "coinbase.com",
|
|
3503
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3504
3504
|
description: "NVIDIA Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied NVIDIA Corporation shares to KYC'd holders.",
|
|
3505
3505
|
documentation: "https://docs.base.org/",
|
|
3506
3506
|
bridge: "native",
|
|
@@ -3513,7 +3513,7 @@ const tokens = {
|
|
|
3513
3513
|
address: "0xb2000000000000000000008bC8786B856E61707C",
|
|
3514
3514
|
chainId: 8453,
|
|
3515
3515
|
decimals: 8,
|
|
3516
|
-
website: "coinbase.com",
|
|
3516
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3517
3517
|
description: "Meta Platforms Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Meta Platforms Inc. shares to KYC'd holders.",
|
|
3518
3518
|
documentation: "https://docs.base.org/",
|
|
3519
3519
|
bridge: "native",
|
|
@@ -3530,6 +3530,84 @@ const tokens = {
|
|
|
3530
3530
|
description: "Basecat is a community-run meme token on Base, built around a cream-coloured cat in a blue hardhat that became a mascot for Base builder culture. It launched with no presale and no team allocation.",
|
|
3531
3531
|
bridge: "native",
|
|
3532
3532
|
tags: ["MEMECOIN"]
|
|
3533
|
+
},
|
|
3534
|
+
AMZNc: {
|
|
3535
|
+
name: "Amazon.com Inc.",
|
|
3536
|
+
symbol: "AMZN",
|
|
3537
|
+
oracleId: "AMZNc",
|
|
3538
|
+
address: "0xb200000000000000000000d9192b6B456483C2E8",
|
|
3539
|
+
chainId: 8453,
|
|
3540
|
+
decimals: 8,
|
|
3541
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3542
|
+
description: "Amazon.com Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Amazon.com Inc. shares to KYC'd holders.",
|
|
3543
|
+
documentation: "https://docs.base.org/",
|
|
3544
|
+
bridge: "native",
|
|
3545
|
+
tags: ["STOCK"]
|
|
3546
|
+
},
|
|
3547
|
+
MSFTc: {
|
|
3548
|
+
name: "Microsoft Corporation",
|
|
3549
|
+
symbol: "MSFT",
|
|
3550
|
+
oracleId: "MSFTc",
|
|
3551
|
+
address: "0xB200000000000000000000Ab99cFa739E253872B",
|
|
3552
|
+
chainId: 8453,
|
|
3553
|
+
decimals: 8,
|
|
3554
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3555
|
+
description: "Microsoft Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Microsoft Corporation shares to KYC'd holders.",
|
|
3556
|
+
documentation: "https://docs.base.org/",
|
|
3557
|
+
bridge: "native",
|
|
3558
|
+
tags: ["STOCK"]
|
|
3559
|
+
},
|
|
3560
|
+
MSTRc: {
|
|
3561
|
+
name: "Strategy Inc.",
|
|
3562
|
+
symbol: "MSTR",
|
|
3563
|
+
oracleId: "MSTRc",
|
|
3564
|
+
address: "0xb2000000000000000000004884b426556b92883d",
|
|
3565
|
+
chainId: 8453,
|
|
3566
|
+
decimals: 8,
|
|
3567
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3568
|
+
description: "Strategy Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Strategy Inc. shares to KYC'd holders.",
|
|
3569
|
+
documentation: "https://docs.base.org/",
|
|
3570
|
+
bridge: "native",
|
|
3571
|
+
tags: ["STOCK"]
|
|
3572
|
+
},
|
|
3573
|
+
SNDKc: {
|
|
3574
|
+
name: "Sandisk Corporation",
|
|
3575
|
+
symbol: "SNDK",
|
|
3576
|
+
oracleId: "SNDKc",
|
|
3577
|
+
address: "0xb200000000000000000000397293Cb8cda9a10c5",
|
|
3578
|
+
chainId: 8453,
|
|
3579
|
+
decimals: 8,
|
|
3580
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3581
|
+
description: "Sandisk Corporation Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Sandisk Corporation shares to KYC'd holders.",
|
|
3582
|
+
documentation: "https://docs.base.org/",
|
|
3583
|
+
bridge: "native",
|
|
3584
|
+
tags: ["STOCK"]
|
|
3585
|
+
},
|
|
3586
|
+
SPCXc: {
|
|
3587
|
+
name: "Space Exploration Technologies Corp.",
|
|
3588
|
+
symbol: "SPCX",
|
|
3589
|
+
oracleId: "SPCXc",
|
|
3590
|
+
address: "0xb2000000000000000000007b9fcbd005511aCBd5",
|
|
3591
|
+
chainId: 8453,
|
|
3592
|
+
decimals: 8,
|
|
3593
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3594
|
+
description: "Space Exploration Technologies Corp. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Space Exploration Technologies Corp. shares to KYC'd holders.",
|
|
3595
|
+
documentation: "https://docs.base.org/",
|
|
3596
|
+
bridge: "native",
|
|
3597
|
+
tags: ["STOCK"]
|
|
3598
|
+
},
|
|
3599
|
+
TSLAc: {
|
|
3600
|
+
name: "Tesla Inc.",
|
|
3601
|
+
symbol: "TSLA",
|
|
3602
|
+
oracleId: "TSLAc",
|
|
3603
|
+
address: "0xb2000000000000000000001e800a7f5189430cD0",
|
|
3604
|
+
chainId: 8453,
|
|
3605
|
+
decimals: 8,
|
|
3606
|
+
website: "https://www.coinbase.com/en-gb/tokenize",
|
|
3607
|
+
description: "Tesla Inc. Coinbase Token is a tokenized debt security issued by Coinbase Onchain SPV Ltd that provides beneficial ownership of custodied Tesla Inc. shares to KYC'd holders.",
|
|
3608
|
+
documentation: "https://docs.base.org/",
|
|
3609
|
+
bridge: "native",
|
|
3610
|
+
tags: ["STOCK"]
|
|
3533
3611
|
}
|
|
3534
3612
|
};
|
|
3535
3613
|
//#endregion
|
|
@@ -199,6 +199,71 @@ declare const robinhood: {
|
|
|
199
199
|
readonly bridge: "native";
|
|
200
200
|
readonly tags: readonly ["STOCK"];
|
|
201
201
|
};
|
|
202
|
+
readonly RBLXrh: {
|
|
203
|
+
readonly name: "Roblox Corporation • Robinhood Token";
|
|
204
|
+
readonly address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8";
|
|
205
|
+
readonly symbol: "RBLX";
|
|
206
|
+
readonly oracleId: "RBLXrh";
|
|
207
|
+
readonly decimals: 18;
|
|
208
|
+
readonly chainId: 4663;
|
|
209
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
210
|
+
readonly description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.";
|
|
211
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf";
|
|
212
|
+
readonly bridge: "native";
|
|
213
|
+
readonly tags: readonly ["STOCK"];
|
|
214
|
+
};
|
|
215
|
+
readonly TTWOrh: {
|
|
216
|
+
readonly name: "Take-Two Interactive Software • Robinhood Token";
|
|
217
|
+
readonly address: "0x5e81213613b6B86EaB4c6c50d718d34359459786";
|
|
218
|
+
readonly symbol: "TTWO";
|
|
219
|
+
readonly oracleId: "TTWOrh";
|
|
220
|
+
readonly decimals: 18;
|
|
221
|
+
readonly chainId: 4663;
|
|
222
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
223
|
+
readonly description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.";
|
|
224
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf";
|
|
225
|
+
readonly bridge: "native";
|
|
226
|
+
readonly tags: readonly ["STOCK"];
|
|
227
|
+
};
|
|
228
|
+
readonly HIMSrh: {
|
|
229
|
+
readonly name: "Hims & Hers Health • Robinhood Token";
|
|
230
|
+
readonly address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09";
|
|
231
|
+
readonly symbol: "HIMS";
|
|
232
|
+
readonly oracleId: "HIMSrh";
|
|
233
|
+
readonly decimals: 18;
|
|
234
|
+
readonly chainId: 4663;
|
|
235
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
236
|
+
readonly description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.";
|
|
237
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf";
|
|
238
|
+
readonly bridge: "native";
|
|
239
|
+
readonly tags: readonly ["STOCK"];
|
|
240
|
+
};
|
|
241
|
+
readonly RCATrh: {
|
|
242
|
+
readonly name: "Red Cat Holdings • Robinhood Token";
|
|
243
|
+
readonly address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460";
|
|
244
|
+
readonly symbol: "RCAT";
|
|
245
|
+
readonly oracleId: "RCATrh";
|
|
246
|
+
readonly decimals: 18;
|
|
247
|
+
readonly chainId: 4663;
|
|
248
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
249
|
+
readonly description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.";
|
|
250
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf";
|
|
251
|
+
readonly bridge: "native";
|
|
252
|
+
readonly tags: readonly ["STOCK"];
|
|
253
|
+
};
|
|
254
|
+
readonly PLTRrh: {
|
|
255
|
+
readonly name: "Palantir Technologies • Robinhood Token";
|
|
256
|
+
readonly address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A";
|
|
257
|
+
readonly symbol: "PLTR";
|
|
258
|
+
readonly oracleId: "PLTRrh";
|
|
259
|
+
readonly decimals: 18;
|
|
260
|
+
readonly chainId: 4663;
|
|
261
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
262
|
+
readonly description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.";
|
|
263
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf";
|
|
264
|
+
readonly bridge: "native";
|
|
265
|
+
readonly tags: readonly ["STOCK"];
|
|
266
|
+
};
|
|
202
267
|
readonly CASHCAT: {
|
|
203
268
|
readonly name: "Cash Cat";
|
|
204
269
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -736,6 +801,71 @@ declare const robinhood: {
|
|
|
736
801
|
readonly bridge: "native";
|
|
737
802
|
readonly tags: readonly ["STOCK"];
|
|
738
803
|
};
|
|
804
|
+
readonly RBLXrh: {
|
|
805
|
+
readonly name: "Roblox Corporation • Robinhood Token";
|
|
806
|
+
readonly address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8";
|
|
807
|
+
readonly symbol: "RBLX";
|
|
808
|
+
readonly oracleId: "RBLXrh";
|
|
809
|
+
readonly decimals: 18;
|
|
810
|
+
readonly chainId: 4663;
|
|
811
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
812
|
+
readonly description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.";
|
|
813
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf";
|
|
814
|
+
readonly bridge: "native";
|
|
815
|
+
readonly tags: readonly ["STOCK"];
|
|
816
|
+
};
|
|
817
|
+
readonly TTWOrh: {
|
|
818
|
+
readonly name: "Take-Two Interactive Software • Robinhood Token";
|
|
819
|
+
readonly address: "0x5e81213613b6B86EaB4c6c50d718d34359459786";
|
|
820
|
+
readonly symbol: "TTWO";
|
|
821
|
+
readonly oracleId: "TTWOrh";
|
|
822
|
+
readonly decimals: 18;
|
|
823
|
+
readonly chainId: 4663;
|
|
824
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
825
|
+
readonly description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.";
|
|
826
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf";
|
|
827
|
+
readonly bridge: "native";
|
|
828
|
+
readonly tags: readonly ["STOCK"];
|
|
829
|
+
};
|
|
830
|
+
readonly HIMSrh: {
|
|
831
|
+
readonly name: "Hims & Hers Health • Robinhood Token";
|
|
832
|
+
readonly address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09";
|
|
833
|
+
readonly symbol: "HIMS";
|
|
834
|
+
readonly oracleId: "HIMSrh";
|
|
835
|
+
readonly decimals: 18;
|
|
836
|
+
readonly chainId: 4663;
|
|
837
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
838
|
+
readonly description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.";
|
|
839
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf";
|
|
840
|
+
readonly bridge: "native";
|
|
841
|
+
readonly tags: readonly ["STOCK"];
|
|
842
|
+
};
|
|
843
|
+
readonly RCATrh: {
|
|
844
|
+
readonly name: "Red Cat Holdings • Robinhood Token";
|
|
845
|
+
readonly address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460";
|
|
846
|
+
readonly symbol: "RCAT";
|
|
847
|
+
readonly oracleId: "RCATrh";
|
|
848
|
+
readonly decimals: 18;
|
|
849
|
+
readonly chainId: 4663;
|
|
850
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
851
|
+
readonly description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.";
|
|
852
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf";
|
|
853
|
+
readonly bridge: "native";
|
|
854
|
+
readonly tags: readonly ["STOCK"];
|
|
855
|
+
};
|
|
856
|
+
readonly PLTRrh: {
|
|
857
|
+
readonly name: "Palantir Technologies • Robinhood Token";
|
|
858
|
+
readonly address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A";
|
|
859
|
+
readonly symbol: "PLTR";
|
|
860
|
+
readonly oracleId: "PLTRrh";
|
|
861
|
+
readonly decimals: 18;
|
|
862
|
+
readonly chainId: 4663;
|
|
863
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
864
|
+
readonly description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.";
|
|
865
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf";
|
|
866
|
+
readonly bridge: "native";
|
|
867
|
+
readonly tags: readonly ["STOCK"];
|
|
868
|
+
};
|
|
739
869
|
readonly CASHCAT: {
|
|
740
870
|
readonly name: "Cash Cat";
|
|
741
871
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -199,6 +199,71 @@ declare const robinhood: {
|
|
|
199
199
|
readonly bridge: "native";
|
|
200
200
|
readonly tags: readonly ["STOCK"];
|
|
201
201
|
};
|
|
202
|
+
readonly RBLXrh: {
|
|
203
|
+
readonly name: "Roblox Corporation • Robinhood Token";
|
|
204
|
+
readonly address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8";
|
|
205
|
+
readonly symbol: "RBLX";
|
|
206
|
+
readonly oracleId: "RBLXrh";
|
|
207
|
+
readonly decimals: 18;
|
|
208
|
+
readonly chainId: 4663;
|
|
209
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
210
|
+
readonly description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.";
|
|
211
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf";
|
|
212
|
+
readonly bridge: "native";
|
|
213
|
+
readonly tags: readonly ["STOCK"];
|
|
214
|
+
};
|
|
215
|
+
readonly TTWOrh: {
|
|
216
|
+
readonly name: "Take-Two Interactive Software • Robinhood Token";
|
|
217
|
+
readonly address: "0x5e81213613b6B86EaB4c6c50d718d34359459786";
|
|
218
|
+
readonly symbol: "TTWO";
|
|
219
|
+
readonly oracleId: "TTWOrh";
|
|
220
|
+
readonly decimals: 18;
|
|
221
|
+
readonly chainId: 4663;
|
|
222
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
223
|
+
readonly description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.";
|
|
224
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf";
|
|
225
|
+
readonly bridge: "native";
|
|
226
|
+
readonly tags: readonly ["STOCK"];
|
|
227
|
+
};
|
|
228
|
+
readonly HIMSrh: {
|
|
229
|
+
readonly name: "Hims & Hers Health • Robinhood Token";
|
|
230
|
+
readonly address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09";
|
|
231
|
+
readonly symbol: "HIMS";
|
|
232
|
+
readonly oracleId: "HIMSrh";
|
|
233
|
+
readonly decimals: 18;
|
|
234
|
+
readonly chainId: 4663;
|
|
235
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
236
|
+
readonly description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.";
|
|
237
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf";
|
|
238
|
+
readonly bridge: "native";
|
|
239
|
+
readonly tags: readonly ["STOCK"];
|
|
240
|
+
};
|
|
241
|
+
readonly RCATrh: {
|
|
242
|
+
readonly name: "Red Cat Holdings • Robinhood Token";
|
|
243
|
+
readonly address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460";
|
|
244
|
+
readonly symbol: "RCAT";
|
|
245
|
+
readonly oracleId: "RCATrh";
|
|
246
|
+
readonly decimals: 18;
|
|
247
|
+
readonly chainId: 4663;
|
|
248
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
249
|
+
readonly description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.";
|
|
250
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf";
|
|
251
|
+
readonly bridge: "native";
|
|
252
|
+
readonly tags: readonly ["STOCK"];
|
|
253
|
+
};
|
|
254
|
+
readonly PLTRrh: {
|
|
255
|
+
readonly name: "Palantir Technologies • Robinhood Token";
|
|
256
|
+
readonly address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A";
|
|
257
|
+
readonly symbol: "PLTR";
|
|
258
|
+
readonly oracleId: "PLTRrh";
|
|
259
|
+
readonly decimals: 18;
|
|
260
|
+
readonly chainId: 4663;
|
|
261
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
262
|
+
readonly description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.";
|
|
263
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf";
|
|
264
|
+
readonly bridge: "native";
|
|
265
|
+
readonly tags: readonly ["STOCK"];
|
|
266
|
+
};
|
|
202
267
|
readonly CASHCAT: {
|
|
203
268
|
readonly name: "Cash Cat";
|
|
204
269
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -736,6 +801,71 @@ declare const robinhood: {
|
|
|
736
801
|
readonly bridge: "native";
|
|
737
802
|
readonly tags: readonly ["STOCK"];
|
|
738
803
|
};
|
|
804
|
+
readonly RBLXrh: {
|
|
805
|
+
readonly name: "Roblox Corporation • Robinhood Token";
|
|
806
|
+
readonly address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8";
|
|
807
|
+
readonly symbol: "RBLX";
|
|
808
|
+
readonly oracleId: "RBLXrh";
|
|
809
|
+
readonly decimals: 18;
|
|
810
|
+
readonly chainId: 4663;
|
|
811
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
812
|
+
readonly description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.";
|
|
813
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf";
|
|
814
|
+
readonly bridge: "native";
|
|
815
|
+
readonly tags: readonly ["STOCK"];
|
|
816
|
+
};
|
|
817
|
+
readonly TTWOrh: {
|
|
818
|
+
readonly name: "Take-Two Interactive Software • Robinhood Token";
|
|
819
|
+
readonly address: "0x5e81213613b6B86EaB4c6c50d718d34359459786";
|
|
820
|
+
readonly symbol: "TTWO";
|
|
821
|
+
readonly oracleId: "TTWOrh";
|
|
822
|
+
readonly decimals: 18;
|
|
823
|
+
readonly chainId: 4663;
|
|
824
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
825
|
+
readonly description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.";
|
|
826
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf";
|
|
827
|
+
readonly bridge: "native";
|
|
828
|
+
readonly tags: readonly ["STOCK"];
|
|
829
|
+
};
|
|
830
|
+
readonly HIMSrh: {
|
|
831
|
+
readonly name: "Hims & Hers Health • Robinhood Token";
|
|
832
|
+
readonly address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09";
|
|
833
|
+
readonly symbol: "HIMS";
|
|
834
|
+
readonly oracleId: "HIMSrh";
|
|
835
|
+
readonly decimals: 18;
|
|
836
|
+
readonly chainId: 4663;
|
|
837
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
838
|
+
readonly description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.";
|
|
839
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf";
|
|
840
|
+
readonly bridge: "native";
|
|
841
|
+
readonly tags: readonly ["STOCK"];
|
|
842
|
+
};
|
|
843
|
+
readonly RCATrh: {
|
|
844
|
+
readonly name: "Red Cat Holdings • Robinhood Token";
|
|
845
|
+
readonly address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460";
|
|
846
|
+
readonly symbol: "RCAT";
|
|
847
|
+
readonly oracleId: "RCATrh";
|
|
848
|
+
readonly decimals: 18;
|
|
849
|
+
readonly chainId: 4663;
|
|
850
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
851
|
+
readonly description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.";
|
|
852
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf";
|
|
853
|
+
readonly bridge: "native";
|
|
854
|
+
readonly tags: readonly ["STOCK"];
|
|
855
|
+
};
|
|
856
|
+
readonly PLTRrh: {
|
|
857
|
+
readonly name: "Palantir Technologies • Robinhood Token";
|
|
858
|
+
readonly address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A";
|
|
859
|
+
readonly symbol: "PLTR";
|
|
860
|
+
readonly oracleId: "PLTRrh";
|
|
861
|
+
readonly decimals: 18;
|
|
862
|
+
readonly chainId: 4663;
|
|
863
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
864
|
+
readonly description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.";
|
|
865
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf";
|
|
866
|
+
readonly bridge: "native";
|
|
867
|
+
readonly tags: readonly ["STOCK"];
|
|
868
|
+
};
|
|
739
869
|
readonly CASHCAT: {
|
|
740
870
|
readonly name: "Cash Cat";
|
|
741
871
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -172,6 +172,71 @@ const tokens = {
|
|
|
172
172
|
bridge: "native",
|
|
173
173
|
tags: ["STOCK"]
|
|
174
174
|
},
|
|
175
|
+
RBLXrh: {
|
|
176
|
+
name: "Roblox Corporation • Robinhood Token",
|
|
177
|
+
address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8",
|
|
178
|
+
symbol: "RBLX",
|
|
179
|
+
oracleId: "RBLXrh",
|
|
180
|
+
decimals: 18,
|
|
181
|
+
chainId: 4663,
|
|
182
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
183
|
+
description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.",
|
|
184
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf",
|
|
185
|
+
bridge: "native",
|
|
186
|
+
tags: ["STOCK"]
|
|
187
|
+
},
|
|
188
|
+
TTWOrh: {
|
|
189
|
+
name: "Take-Two Interactive Software • Robinhood Token",
|
|
190
|
+
address: "0x5e81213613b6B86EaB4c6c50d718d34359459786",
|
|
191
|
+
symbol: "TTWO",
|
|
192
|
+
oracleId: "TTWOrh",
|
|
193
|
+
decimals: 18,
|
|
194
|
+
chainId: 4663,
|
|
195
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
196
|
+
description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.",
|
|
197
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf",
|
|
198
|
+
bridge: "native",
|
|
199
|
+
tags: ["STOCK"]
|
|
200
|
+
},
|
|
201
|
+
HIMSrh: {
|
|
202
|
+
name: "Hims & Hers Health • Robinhood Token",
|
|
203
|
+
address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09",
|
|
204
|
+
symbol: "HIMS",
|
|
205
|
+
oracleId: "HIMSrh",
|
|
206
|
+
decimals: 18,
|
|
207
|
+
chainId: 4663,
|
|
208
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
209
|
+
description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.",
|
|
210
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf",
|
|
211
|
+
bridge: "native",
|
|
212
|
+
tags: ["STOCK"]
|
|
213
|
+
},
|
|
214
|
+
RCATrh: {
|
|
215
|
+
name: "Red Cat Holdings • Robinhood Token",
|
|
216
|
+
address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460",
|
|
217
|
+
symbol: "RCAT",
|
|
218
|
+
oracleId: "RCATrh",
|
|
219
|
+
decimals: 18,
|
|
220
|
+
chainId: 4663,
|
|
221
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
222
|
+
description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.",
|
|
223
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf",
|
|
224
|
+
bridge: "native",
|
|
225
|
+
tags: ["STOCK"]
|
|
226
|
+
},
|
|
227
|
+
PLTRrh: {
|
|
228
|
+
name: "Palantir Technologies • Robinhood Token",
|
|
229
|
+
address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A",
|
|
230
|
+
symbol: "PLTR",
|
|
231
|
+
oracleId: "PLTRrh",
|
|
232
|
+
decimals: 18,
|
|
233
|
+
chainId: 4663,
|
|
234
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
235
|
+
description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.",
|
|
236
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf",
|
|
237
|
+
bridge: "native",
|
|
238
|
+
tags: ["STOCK"]
|
|
239
|
+
},
|
|
175
240
|
CASHCAT: {
|
|
176
241
|
name: "Cash Cat",
|
|
177
242
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
|
@@ -172,6 +172,71 @@ const tokens = {
|
|
|
172
172
|
bridge: "native",
|
|
173
173
|
tags: ["STOCK"]
|
|
174
174
|
},
|
|
175
|
+
RBLXrh: {
|
|
176
|
+
name: "Roblox Corporation • Robinhood Token",
|
|
177
|
+
address: "0xF0C4BF4C582cb3836e98394b1d4e7B7281101bE8",
|
|
178
|
+
symbol: "RBLX",
|
|
179
|
+
oracleId: "RBLXrh",
|
|
180
|
+
decimals: 18,
|
|
181
|
+
chainId: 4663,
|
|
182
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
183
|
+
description: "Roblox Corporation Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Roblox Corporation shares without conferring ownership or shareholder rights.",
|
|
184
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_roblox.pdf",
|
|
185
|
+
bridge: "native",
|
|
186
|
+
tags: ["STOCK"]
|
|
187
|
+
},
|
|
188
|
+
TTWOrh: {
|
|
189
|
+
name: "Take-Two Interactive Software • Robinhood Token",
|
|
190
|
+
address: "0x5e81213613b6B86EaB4c6c50d718d34359459786",
|
|
191
|
+
symbol: "TTWO",
|
|
192
|
+
oracleId: "TTWOrh",
|
|
193
|
+
decimals: 18,
|
|
194
|
+
chainId: 4663,
|
|
195
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
196
|
+
description: "Take-Two Interactive Software Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Take-Two Interactive Software shares without conferring ownership or shareholder rights.",
|
|
197
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_take_two_interactive_software.pdf",
|
|
198
|
+
bridge: "native",
|
|
199
|
+
tags: ["STOCK"]
|
|
200
|
+
},
|
|
201
|
+
HIMSrh: {
|
|
202
|
+
name: "Hims & Hers Health • Robinhood Token",
|
|
203
|
+
address: "0xCceE82fE024c36fA15E1005edE3E9e4787e23D09",
|
|
204
|
+
symbol: "HIMS",
|
|
205
|
+
oracleId: "HIMSrh",
|
|
206
|
+
decimals: 18,
|
|
207
|
+
chainId: 4663,
|
|
208
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
209
|
+
description: "Hims & Hers Health Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Hims & Hers Health shares without conferring ownership or shareholder rights.",
|
|
210
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_hims_and_hers_health_inc.pdf",
|
|
211
|
+
bridge: "native",
|
|
212
|
+
tags: ["STOCK"]
|
|
213
|
+
},
|
|
214
|
+
RCATrh: {
|
|
215
|
+
name: "Red Cat Holdings • Robinhood Token",
|
|
216
|
+
address: "0xFDE6b5d9BB419B10C23268c74e369AbFF39C0460",
|
|
217
|
+
symbol: "RCAT",
|
|
218
|
+
oracleId: "RCATrh",
|
|
219
|
+
decimals: 18,
|
|
220
|
+
chainId: 4663,
|
|
221
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
222
|
+
description: "Red Cat Holdings Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Red Cat Holdings shares without conferring ownership or shareholder rights.",
|
|
223
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_red_cat_holdings_inc.pdf",
|
|
224
|
+
bridge: "native",
|
|
225
|
+
tags: ["STOCK"]
|
|
226
|
+
},
|
|
227
|
+
PLTRrh: {
|
|
228
|
+
name: "Palantir Technologies • Robinhood Token",
|
|
229
|
+
address: "0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A",
|
|
230
|
+
symbol: "PLTR",
|
|
231
|
+
oracleId: "PLTRrh",
|
|
232
|
+
decimals: 18,
|
|
233
|
+
chainId: 4663,
|
|
234
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
235
|
+
description: "Palantir Technologies Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Palantir Technologies shares without conferring ownership or shareholder rights.",
|
|
236
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_palantir_technologies.pdf",
|
|
237
|
+
bridge: "native",
|
|
238
|
+
tags: ["STOCK"]
|
|
239
|
+
},
|
|
175
240
|
CASHCAT: {
|
|
176
241
|
name: "Cash Cat",
|
|
177
242
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
package/package.json
CHANGED