@eth-optimism/tokenlist 8.3.145 → 8.3.146
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9cc47e24.d.ts → optimism.tokenlist-486534c2.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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 = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-25T18:38:28.614Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3029,6 +3029,44 @@ var tokens = [
|
|
|
3029
3029
|
opTokenId: "PHTK"
|
|
3030
3030
|
}
|
|
3031
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
chainId: 1,
|
|
3034
|
+
address: "0x76ff2AB6b34142421F44A68cC8Dd08f45F9Ee2F2",
|
|
3035
|
+
name: "PIP",
|
|
3036
|
+
symbol: "PIP",
|
|
3037
|
+
decimals: 9,
|
|
3038
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3039
|
+
extensions: {
|
|
3040
|
+
opListId: "extended",
|
|
3041
|
+
opTokenId: "PIP"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
chainId: 5,
|
|
3046
|
+
address: "0x9B5Bbb80f2B2F9EdB997e4A9AF9D54E27E9E089f",
|
|
3047
|
+
name: "PIP",
|
|
3048
|
+
symbol: "PIP",
|
|
3049
|
+
decimals: 9,
|
|
3050
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3051
|
+
extensions: {
|
|
3052
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
3053
|
+
opListId: "extended",
|
|
3054
|
+
opTokenId: "PIP"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
chainId: 420,
|
|
3059
|
+
address: "0x8be06e6ed3eb7121a42fc710b2bf16e83227ab97",
|
|
3060
|
+
name: "PIP",
|
|
3061
|
+
symbol: "PIP",
|
|
3062
|
+
decimals: 9,
|
|
3063
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3064
|
+
extensions: {
|
|
3065
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3066
|
+
opListId: "extended",
|
|
3067
|
+
opTokenId: "PIP"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3032
3070
|
{
|
|
3033
3071
|
chainId: 8453,
|
|
3034
3072
|
address: "0x7C34073C56285944F9A5384137186abFAe1C3bf0",
|
|
@@ -5093,7 +5131,7 @@ var tokens = [
|
|
|
5093
5131
|
var version = {
|
|
5094
5132
|
major: 8,
|
|
5095
5133
|
minor: 3,
|
|
5096
|
-
patch:
|
|
5134
|
+
patch: 146
|
|
5097
5135
|
};
|
|
5098
5136
|
var optimism_tokenlist_default = {
|
|
5099
5137
|
name,
|