@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-06-
|
|
44
|
+
var timestamp = "2023-06-27T23:04:28.214Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3013,6 +3013,32 @@ var tokens = [
|
|
|
3013
3013
|
opTokenId: "TRB"
|
|
3014
3014
|
}
|
|
3015
3015
|
},
|
|
3016
|
+
{
|
|
3017
|
+
chainId: 1,
|
|
3018
|
+
address: "0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5",
|
|
3019
|
+
name: "TRON",
|
|
3020
|
+
symbol: "TRX",
|
|
3021
|
+
decimals: 6,
|
|
3022
|
+
logoURI: "https://ethereum-optimism.github.io/data/TRX/logo.svg",
|
|
3023
|
+
extensions: {
|
|
3024
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3025
|
+
opListId: "extended",
|
|
3026
|
+
opTokenId: "TRX"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
chainId: 10,
|
|
3031
|
+
address: "0xb1aE0a34DC3976d98C1741C92b798dAF8E0e1e11",
|
|
3032
|
+
name: "TRON",
|
|
3033
|
+
symbol: "TRX",
|
|
3034
|
+
decimals: 6,
|
|
3035
|
+
logoURI: "https://ethereum-optimism.github.io/data/TRX/logo.svg",
|
|
3036
|
+
extensions: {
|
|
3037
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3038
|
+
opListId: "extended",
|
|
3039
|
+
opTokenId: "TRX"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3016
3042
|
{
|
|
3017
3043
|
chainId: 1,
|
|
3018
3044
|
address: "0x0000000000085d4780B73119b644AE5ecd22b376",
|
|
@@ -3741,7 +3767,7 @@ var tokens = [
|
|
|
3741
3767
|
var version = {
|
|
3742
3768
|
major: 8,
|
|
3743
3769
|
minor: 3,
|
|
3744
|
-
patch:
|
|
3770
|
+
patch: 72
|
|
3745
3771
|
};
|
|
3746
3772
|
var optimism_tokenlist_default = {
|
|
3747
3773
|
name,
|