@eth-optimism/tokenlist 10.0.146 → 10.0.147
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-0e684e85.d.ts → optimism.tokenlist-2cd14a91.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 +1 -1
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 = "2024-10-
|
|
44
|
+
var timestamp = "2024-10-24T15:52:01.830Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1081,6 +1081,32 @@ var tokens = [
|
|
|
1081
1081
|
opTokenId: "BridgedUSDC"
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
chainId: 1,
|
|
1086
|
+
address: "0x5dd57da40e6866c9fcc34f4b6ddc89f1ba740dfe",
|
|
1087
|
+
name: "Bright",
|
|
1088
|
+
symbol: "BRIGHT",
|
|
1089
|
+
decimals: 18,
|
|
1090
|
+
logoURI: "https://ethereum-optimism.github.io/data/BRIGHT/logo.svg",
|
|
1091
|
+
extensions: {
|
|
1092
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1093
|
+
opListId: "extended",
|
|
1094
|
+
opTokenId: "BRIGHT"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
chainId: 10,
|
|
1099
|
+
address: "0x65334cE5aaE9Fb390C056574C7AA4DE33cf1D40E",
|
|
1100
|
+
name: "Bright",
|
|
1101
|
+
symbol: "BRIGHT",
|
|
1102
|
+
decimals: 18,
|
|
1103
|
+
logoURI: "https://ethereum-optimism.github.io/data/BRIGHT/logo.svg",
|
|
1104
|
+
extensions: {
|
|
1105
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1106
|
+
opListId: "extended",
|
|
1107
|
+
opTokenId: "BRIGHT"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1084
1110
|
{
|
|
1085
1111
|
chainId: 1,
|
|
1086
1112
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -9832,7 +9858,7 @@ var tokens = [
|
|
|
9832
9858
|
var version = {
|
|
9833
9859
|
major: 10,
|
|
9834
9860
|
minor: 0,
|
|
9835
|
-
patch:
|
|
9861
|
+
patch: 147
|
|
9836
9862
|
};
|
|
9837
9863
|
var optimism_tokenlist_default = {
|
|
9838
9864
|
name,
|