@beefyfinance/blockchain-addressbook 0.59.1 → 0.59.3
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.
|
@@ -195,6 +195,17 @@ declare const robinhood: {
|
|
|
195
195
|
readonly bridge: "native";
|
|
196
196
|
readonly tags: readonly ["MEMECOIN"];
|
|
197
197
|
};
|
|
198
|
+
readonly AI: {
|
|
199
|
+
readonly name: "Artificial Inu";
|
|
200
|
+
readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
|
|
201
|
+
readonly symbol: "AI";
|
|
202
|
+
readonly oracleId: "AI";
|
|
203
|
+
readonly decimals: 18;
|
|
204
|
+
readonly chainId: 4663;
|
|
205
|
+
readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
|
|
206
|
+
readonly bridge: "native";
|
|
207
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
208
|
+
};
|
|
198
209
|
readonly UP: {
|
|
199
210
|
readonly name: "up";
|
|
200
211
|
readonly symbol: "UP33";
|
|
@@ -373,6 +384,32 @@ declare const robinhood: {
|
|
|
373
384
|
readonly bridge: "native";
|
|
374
385
|
readonly tags: readonly ["STOCK"];
|
|
375
386
|
};
|
|
387
|
+
readonly GLDrh: {
|
|
388
|
+
readonly name: "SPDR Gold Trust • Robinhood Token";
|
|
389
|
+
readonly symbol: "GLD";
|
|
390
|
+
readonly oracleId: "GLDrh";
|
|
391
|
+
readonly address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e";
|
|
392
|
+
readonly chainId: 4663;
|
|
393
|
+
readonly decimals: 18;
|
|
394
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
395
|
+
readonly description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.";
|
|
396
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
397
|
+
readonly bridge: "native";
|
|
398
|
+
readonly tags: readonly ["STOCK"];
|
|
399
|
+
};
|
|
400
|
+
readonly SLVrh: {
|
|
401
|
+
readonly name: "iShares Silver Trust • Robinhood Token";
|
|
402
|
+
readonly symbol: "SLV";
|
|
403
|
+
readonly oracleId: "SLVrh";
|
|
404
|
+
readonly address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f";
|
|
405
|
+
readonly chainId: 4663;
|
|
406
|
+
readonly decimals: 18;
|
|
407
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
408
|
+
readonly description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.";
|
|
409
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
410
|
+
readonly bridge: "native";
|
|
411
|
+
readonly tags: readonly ["STOCK"];
|
|
412
|
+
};
|
|
376
413
|
};
|
|
377
414
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
378
415
|
readonly WNATIVE: {
|
|
@@ -566,6 +603,17 @@ declare const robinhood: {
|
|
|
566
603
|
readonly bridge: "native";
|
|
567
604
|
readonly tags: readonly ["MEMECOIN"];
|
|
568
605
|
};
|
|
606
|
+
readonly AI: {
|
|
607
|
+
readonly name: "Artificial Inu";
|
|
608
|
+
readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
|
|
609
|
+
readonly symbol: "AI";
|
|
610
|
+
readonly oracleId: "AI";
|
|
611
|
+
readonly decimals: 18;
|
|
612
|
+
readonly chainId: 4663;
|
|
613
|
+
readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
|
|
614
|
+
readonly bridge: "native";
|
|
615
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
616
|
+
};
|
|
569
617
|
readonly UP: {
|
|
570
618
|
readonly name: "up";
|
|
571
619
|
readonly symbol: "UP33";
|
|
@@ -744,6 +792,32 @@ declare const robinhood: {
|
|
|
744
792
|
readonly bridge: "native";
|
|
745
793
|
readonly tags: readonly ["STOCK"];
|
|
746
794
|
};
|
|
795
|
+
readonly GLDrh: {
|
|
796
|
+
readonly name: "SPDR Gold Trust • Robinhood Token";
|
|
797
|
+
readonly symbol: "GLD";
|
|
798
|
+
readonly oracleId: "GLDrh";
|
|
799
|
+
readonly address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e";
|
|
800
|
+
readonly chainId: 4663;
|
|
801
|
+
readonly decimals: 18;
|
|
802
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
803
|
+
readonly description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.";
|
|
804
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
805
|
+
readonly bridge: "native";
|
|
806
|
+
readonly tags: readonly ["STOCK"];
|
|
807
|
+
};
|
|
808
|
+
readonly SLVrh: {
|
|
809
|
+
readonly name: "iShares Silver Trust • Robinhood Token";
|
|
810
|
+
readonly symbol: "SLV";
|
|
811
|
+
readonly oracleId: "SLVrh";
|
|
812
|
+
readonly address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f";
|
|
813
|
+
readonly chainId: 4663;
|
|
814
|
+
readonly decimals: 18;
|
|
815
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
816
|
+
readonly description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.";
|
|
817
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
818
|
+
readonly bridge: "native";
|
|
819
|
+
readonly tags: readonly ["STOCK"];
|
|
820
|
+
};
|
|
747
821
|
}>;
|
|
748
822
|
readonly native: {
|
|
749
823
|
readonly symbol: "ETH";
|
|
@@ -195,6 +195,17 @@ declare const robinhood: {
|
|
|
195
195
|
readonly bridge: "native";
|
|
196
196
|
readonly tags: readonly ["MEMECOIN"];
|
|
197
197
|
};
|
|
198
|
+
readonly AI: {
|
|
199
|
+
readonly name: "Artificial Inu";
|
|
200
|
+
readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
|
|
201
|
+
readonly symbol: "AI";
|
|
202
|
+
readonly oracleId: "AI";
|
|
203
|
+
readonly decimals: 18;
|
|
204
|
+
readonly chainId: 4663;
|
|
205
|
+
readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
|
|
206
|
+
readonly bridge: "native";
|
|
207
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
208
|
+
};
|
|
198
209
|
readonly UP: {
|
|
199
210
|
readonly name: "up";
|
|
200
211
|
readonly symbol: "UP33";
|
|
@@ -373,6 +384,32 @@ declare const robinhood: {
|
|
|
373
384
|
readonly bridge: "native";
|
|
374
385
|
readonly tags: readonly ["STOCK"];
|
|
375
386
|
};
|
|
387
|
+
readonly GLDrh: {
|
|
388
|
+
readonly name: "SPDR Gold Trust • Robinhood Token";
|
|
389
|
+
readonly symbol: "GLD";
|
|
390
|
+
readonly oracleId: "GLDrh";
|
|
391
|
+
readonly address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e";
|
|
392
|
+
readonly chainId: 4663;
|
|
393
|
+
readonly decimals: 18;
|
|
394
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
395
|
+
readonly description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.";
|
|
396
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
397
|
+
readonly bridge: "native";
|
|
398
|
+
readonly tags: readonly ["STOCK"];
|
|
399
|
+
};
|
|
400
|
+
readonly SLVrh: {
|
|
401
|
+
readonly name: "iShares Silver Trust • Robinhood Token";
|
|
402
|
+
readonly symbol: "SLV";
|
|
403
|
+
readonly oracleId: "SLVrh";
|
|
404
|
+
readonly address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f";
|
|
405
|
+
readonly chainId: 4663;
|
|
406
|
+
readonly decimals: 18;
|
|
407
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
408
|
+
readonly description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.";
|
|
409
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
410
|
+
readonly bridge: "native";
|
|
411
|
+
readonly tags: readonly ["STOCK"];
|
|
412
|
+
};
|
|
376
413
|
};
|
|
377
414
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
378
415
|
readonly WNATIVE: {
|
|
@@ -566,6 +603,17 @@ declare const robinhood: {
|
|
|
566
603
|
readonly bridge: "native";
|
|
567
604
|
readonly tags: readonly ["MEMECOIN"];
|
|
568
605
|
};
|
|
606
|
+
readonly AI: {
|
|
607
|
+
readonly name: "Artificial Inu";
|
|
608
|
+
readonly address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18";
|
|
609
|
+
readonly symbol: "AI";
|
|
610
|
+
readonly oracleId: "AI";
|
|
611
|
+
readonly decimals: 18;
|
|
612
|
+
readonly chainId: 4663;
|
|
613
|
+
readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
|
|
614
|
+
readonly bridge: "native";
|
|
615
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
616
|
+
};
|
|
569
617
|
readonly UP: {
|
|
570
618
|
readonly name: "up";
|
|
571
619
|
readonly symbol: "UP33";
|
|
@@ -744,6 +792,32 @@ declare const robinhood: {
|
|
|
744
792
|
readonly bridge: "native";
|
|
745
793
|
readonly tags: readonly ["STOCK"];
|
|
746
794
|
};
|
|
795
|
+
readonly GLDrh: {
|
|
796
|
+
readonly name: "SPDR Gold Trust • Robinhood Token";
|
|
797
|
+
readonly symbol: "GLD";
|
|
798
|
+
readonly oracleId: "GLDrh";
|
|
799
|
+
readonly address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e";
|
|
800
|
+
readonly chainId: 4663;
|
|
801
|
+
readonly decimals: 18;
|
|
802
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
803
|
+
readonly description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.";
|
|
804
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
805
|
+
readonly bridge: "native";
|
|
806
|
+
readonly tags: readonly ["STOCK"];
|
|
807
|
+
};
|
|
808
|
+
readonly SLVrh: {
|
|
809
|
+
readonly name: "iShares Silver Trust • Robinhood Token";
|
|
810
|
+
readonly symbol: "SLV";
|
|
811
|
+
readonly oracleId: "SLVrh";
|
|
812
|
+
readonly address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f";
|
|
813
|
+
readonly chainId: 4663;
|
|
814
|
+
readonly decimals: 18;
|
|
815
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
816
|
+
readonly description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.";
|
|
817
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
818
|
+
readonly bridge: "native";
|
|
819
|
+
readonly tags: readonly ["STOCK"];
|
|
820
|
+
};
|
|
747
821
|
}>;
|
|
748
822
|
readonly native: {
|
|
749
823
|
readonly symbol: "ETH";
|
|
@@ -168,6 +168,17 @@ const tokens = {
|
|
|
168
168
|
bridge: "native",
|
|
169
169
|
tags: ["MEMECOIN"]
|
|
170
170
|
},
|
|
171
|
+
AI: {
|
|
172
|
+
name: "Artificial Inu",
|
|
173
|
+
address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18",
|
|
174
|
+
symbol: "AI",
|
|
175
|
+
oracleId: "AI",
|
|
176
|
+
decimals: 18,
|
|
177
|
+
chainId: 4663,
|
|
178
|
+
description: "Where speculative markets meet productive capital. The INU stays artificial.",
|
|
179
|
+
bridge: "native",
|
|
180
|
+
tags: ["MEMECOIN"]
|
|
181
|
+
},
|
|
171
182
|
UP,
|
|
172
183
|
UP33: UP,
|
|
173
184
|
PONS: {
|
|
@@ -323,6 +334,32 @@ const tokens = {
|
|
|
323
334
|
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
324
335
|
bridge: "native",
|
|
325
336
|
tags: ["STOCK"]
|
|
337
|
+
},
|
|
338
|
+
GLDrh: {
|
|
339
|
+
name: "SPDR Gold Trust • Robinhood Token",
|
|
340
|
+
symbol: "GLD",
|
|
341
|
+
oracleId: "GLDrh",
|
|
342
|
+
address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e",
|
|
343
|
+
chainId: 4663,
|
|
344
|
+
decimals: 18,
|
|
345
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
346
|
+
description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.",
|
|
347
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
348
|
+
bridge: "native",
|
|
349
|
+
tags: ["STOCK"]
|
|
350
|
+
},
|
|
351
|
+
SLVrh: {
|
|
352
|
+
name: "iShares Silver Trust • Robinhood Token",
|
|
353
|
+
symbol: "SLV",
|
|
354
|
+
oracleId: "SLVrh",
|
|
355
|
+
address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f",
|
|
356
|
+
chainId: 4663,
|
|
357
|
+
decimals: 18,
|
|
358
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
359
|
+
description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.",
|
|
360
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
361
|
+
bridge: "native",
|
|
362
|
+
tags: ["STOCK"]
|
|
326
363
|
}
|
|
327
364
|
};
|
|
328
365
|
//#endregion
|
|
@@ -168,6 +168,17 @@ const tokens = {
|
|
|
168
168
|
bridge: "native",
|
|
169
169
|
tags: ["MEMECOIN"]
|
|
170
170
|
},
|
|
171
|
+
AI: {
|
|
172
|
+
name: "Artificial Inu",
|
|
173
|
+
address: "0x2E8c31162b855A2ffa90F6F8634643Ad6F111e18",
|
|
174
|
+
symbol: "AI",
|
|
175
|
+
oracleId: "AI",
|
|
176
|
+
decimals: 18,
|
|
177
|
+
chainId: 4663,
|
|
178
|
+
description: "Where speculative markets meet productive capital. The INU stays artificial.",
|
|
179
|
+
bridge: "native",
|
|
180
|
+
tags: ["MEMECOIN"]
|
|
181
|
+
},
|
|
171
182
|
UP,
|
|
172
183
|
UP33: UP,
|
|
173
184
|
PONS: {
|
|
@@ -323,6 +334,32 @@ const tokens = {
|
|
|
323
334
|
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
324
335
|
bridge: "native",
|
|
325
336
|
tags: ["STOCK"]
|
|
337
|
+
},
|
|
338
|
+
GLDrh: {
|
|
339
|
+
name: "SPDR Gold Trust • Robinhood Token",
|
|
340
|
+
symbol: "GLD",
|
|
341
|
+
oracleId: "GLDrh",
|
|
342
|
+
address: "0xC9a981FEE1F9DEc688bb123ccDeCc63D0deBFC4e",
|
|
343
|
+
chainId: 4663,
|
|
344
|
+
decimals: 18,
|
|
345
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
346
|
+
description: "SPDR Gold Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to SPDR Gold Trust shares without conferring ownership or shareholder rights.",
|
|
347
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
348
|
+
bridge: "native",
|
|
349
|
+
tags: ["STOCK"]
|
|
350
|
+
},
|
|
351
|
+
SLVrh: {
|
|
352
|
+
name: "iShares Silver Trust • Robinhood Token",
|
|
353
|
+
symbol: "SLV",
|
|
354
|
+
oracleId: "SLVrh",
|
|
355
|
+
address: "0x411eFb0E7f985935DAec3D4C3ebaEa0d0AD7D89f",
|
|
356
|
+
chainId: 4663,
|
|
357
|
+
decimals: 18,
|
|
358
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
359
|
+
description: "iShares Silver Trust Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to iShares Silver Trust shares without conferring ownership or shareholder rights.",
|
|
360
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
361
|
+
bridge: "native",
|
|
362
|
+
tags: ["STOCK"]
|
|
326
363
|
}
|
|
327
364
|
};
|
|
328
365
|
//#endregion
|
package/package.json
CHANGED