@eth-optimism/tokenlist 8.3.70 → 8.3.72
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/index.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-d6af68b6.d.ts → optimism.tokenlist-79b9e875.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-06-
|
|
25
|
+
var timestamp = "2023-06-27T23:04:28.214Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2994,6 +2994,32 @@ var tokens = [
|
|
|
2994
2994
|
opTokenId: "TRB"
|
|
2995
2995
|
}
|
|
2996
2996
|
},
|
|
2997
|
+
{
|
|
2998
|
+
chainId: 1,
|
|
2999
|
+
address: "0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5",
|
|
3000
|
+
name: "TRON",
|
|
3001
|
+
symbol: "TRX",
|
|
3002
|
+
decimals: 6,
|
|
3003
|
+
logoURI: "https://ethereum-optimism.github.io/data/TRX/logo.svg",
|
|
3004
|
+
extensions: {
|
|
3005
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3006
|
+
opListId: "extended",
|
|
3007
|
+
opTokenId: "TRX"
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
chainId: 10,
|
|
3012
|
+
address: "0xb1aE0a34DC3976d98C1741C92b798dAF8E0e1e11",
|
|
3013
|
+
name: "TRON",
|
|
3014
|
+
symbol: "TRX",
|
|
3015
|
+
decimals: 6,
|
|
3016
|
+
logoURI: "https://ethereum-optimism.github.io/data/TRX/logo.svg",
|
|
3017
|
+
extensions: {
|
|
3018
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3019
|
+
opListId: "extended",
|
|
3020
|
+
opTokenId: "TRX"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
2997
3023
|
{
|
|
2998
3024
|
chainId: 1,
|
|
2999
3025
|
address: "0x0000000000085d4780B73119b644AE5ecd22b376",
|
|
@@ -3722,7 +3748,7 @@ var tokens = [
|
|
|
3722
3748
|
var version = {
|
|
3723
3749
|
major: 8,
|
|
3724
3750
|
minor: 3,
|
|
3725
|
-
patch:
|
|
3751
|
+
patch: 72
|
|
3726
3752
|
};
|
|
3727
3753
|
var optimism_tokenlist_default = {
|
|
3728
3754
|
name,
|